v35.1-13-g8547411

Details

  • Filename
    SimpleItemLevel-v35.1-13-g8547411.zip
  • Uploaded by
  • Uploaded
    Jun 7, 2024
  • Size
    23.35 KB
  • Downloads
    322
  • MD5
    55aa90a42fe1e040650ac0e185ca637c

Supported WoW Retail Versions

  • 10.2.7

Supported WoW Cataclysm Classic Versions

  • 4.4.0

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.3

Supported WoW Classic Versions

  • 1.15.2

Changelog

Simple Item Level

v35.1-13-g8547411 (2024-06-08)

Full Changelog Previous Releases

  • Remove a bunch of no-longer-needed classic-compatibility for Settings
  • Document the flyout compatibility returns a bit better for myself
  • Luacheck: ignore 231 local variable is set but never accessed
    Also, it's weird that ebc901f0 caused it to start complaining about
    that, since it was just as never-accessed before. Presumably it tracks
    them differently if they're set in a function return versus other sets.
  • Classic compatibility on equipment flyouts
    It doesn't have a voidstorage return
  • Make sure an item exists in ItemIsUpgrade
    Fixes #38
  • Apply to all item flyouts, not just the character-frame ones
    Pandaria Remix item-upgrades finally got to me
  • Start of an API for requesting data
  • Deprecation-wrapper for GetItemStats was erroring, so switch away
  • Remove an accidental global
  • Request equipped item data be cached before inventories get opened
  • Use new data extraction in more places
  • Pull out some overlay data gathering for easier reuse
  • Use Baganator's API (finally) rather than crudely hooking into it
    You'll probably need to explicitly go add these in Baganator's settings
    after this change.
    Refs #35