2.7.15-4-g9622402-wrath

Details

  • Filename
    Decursive-2.7.15-4-g9622402-wrath.zip
  • Uploaded by
  • Uploaded
    Feb 11, 2024
  • Size
    542.39 KB
  • Downloads
    321
  • MD5
    3ce79c933793af3637c8c299c9be5877

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.3

Changelog

Decursive -Ace3-

2.7.15-4-g9622402 (2024-02-12)

Full Changelog Previous Releases

    • Enabled delayed debuff reporting by default for alpha releases (users can still disable the report in the MUFs performance options).
      • Prevent false positives in ScanEverybody report function when a reconfiguration event occurs.
      • If the debuff periodic full scan is disable or set to >1s then, a configuration change will trigger a single delayed scan
  • Bump TOC for Classic
    #skipwrath #skipretail
  • work on issue #20: Add settings in MicroUnit Frames performance options to control the global periodic debuff rescan
    We need to test if we can go without this periodic rescan, you can set the setting to 0 in order to disable it completely or increase the delay between scans to a high value (10s) and enable the "Periodic scan debug reporting" options. This will create a debug report that would pop out after a fight if the scan function detected something that was not detected by the event system.
    NOTE: Currently changing the curing options (directly or indirectly through ability changes may trigger this report - next alpha versions will prevent this)
  • Fix UnitBuff deprecation impact on memory usage (garbage leak) when the check for stealth option is used.
    In 10.2.5 UnitBuff and acolytes were deprecated and are falling back to calling the new C_UnitAuras API functions which create a new Lua table each time they return something and thus, leak memory... (if only we could provide those functions with a table to use... sigh)
    This is a work in progress, more work is needed. In 10.2.5, Decursive will still leak memory as soon as there are debuffs on units... This update fix the idle case which was probably the worst since buffs are long lasting and on all units all the time.