File Details
SkyesScrollingLoot 1.7.0
- R
- Mar 6, 2026
- 18.11 KB
- 33
- 12.0.1
- Retail
File Name
SkyesScrollingLoot 1.7.0.zip
Supported Versions
- 12.0.1
Changelog (from 1.0.1)
- Fix LOOT_ITEM_ROLL_WON handler broken by invalid varargs usage in nested function
- Fix currency (CHAT_MSG_CURRENCY) not appearing... added plain-text fallback parsing
- Fix rolled items not appearing... removed broken GUID check (nil in Midnight. thanks blizz....)
- Fix duplicate entries from same item appearing with different keys (hyperlink vs plain-text)
- Fix quantity parsing when WoW escape codes exist between bracket and quantity
- Fix atlas tags inside item names causing GetItemInfo lookup failures
- Optimize memory from AnimationGroup accumulation... pre-create and reuse all animation groups
- Optimize memory from Frame accumulation... added frame pooling
- Optimize memory from uncapped GetItemInfo retries... capped at 10
- Added hover tooltip on mouseover for items with links
- Added timer pause on hover
- Added animated timer bar at bottom of each entry showing time remaining
- Changed hover to pause timer instead of restart
- Fix timer visual resetting on mouse leave... switched to timerEndTime tracking
- Fix hovered entry position not staying locked during hover
- Fix animation snap-back
- Fix ghost spots... scary stuff
- Fix queue blocking entirely during hover... removed hover-based slot restriction
- Fix maxEntries permanently reduced after hover... simplified queue drain logic
- Fix formerly-hovered entry jumping on mouse leave... reindex array to match visual position
- Changed quantity display to separate line below item name instead of inline
- Refactor entire codebase to not be 900 lines of code in single files...