LibRangeCheck-3.0

A range checking library based on interact distances and spell ranges

File Details

1.0.10

  • R
  • Jan 26, 2024
  • 21.89 KB
  • 344
  • 10.2.0+2
  • Retail + 1

File Name

LibRangeCheck-3.0-1.0.10.zip

Supported Versions

  • 10.2.0
  • 3.4.2
  • 1.14.3

Lib: RangeCheck-3.0

1.0.10 (2024-01-26)

Full Changelog Previous Releases

  • Fix uncached items not setting foundNewItems
    In d0ae65615ee7 the logic around itemRequestTimeout was incorrectly
    changed, which exposed a bug in the logic of processItemRequest
    Fixes WeakAuras bug #4836
  • Improve Item request processing (#13)
    Currently the addon isn't correctly tracking when an item doesn't exist. This is causing an excessive number of item info queries when logging in, since the same items are being checked repeatedly.

    Testing was done on Classic Era, logging in for the first time after restarting the game.

    Before changes, I recorded 242 GET_ITEM_INFO_RECEIVED events over ~85 seconds when the addon loads.

    After changes, I recorded 30 GET_ITEM_INFO_RECEIVED events over ~5 seconds when the addon loads.

    I've also tested changes on Wrath, but not Retail. As far as I know, the ItemMixin API is unchanged in all game versions.