File Details
SkyesScrollingLoot 1.9.0
- R
- Mar 9, 2026
- 21.50 KB
- 114
- 12.0.1+5
- Classic TBC + 1
File Name
SkyesScrollingLoot 1.9.0.zip
Supported Versions
- 12.0.1
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
Changelog
- Fixed esc not closing settings panel
- Fixed dropdowns not closing on click outside
- Fixed janky animations on multiple dismissals on the same 100ms timeframe
- Changed from ugly (and tiny bit heavier) if statements, to event dispatch table. Long live eventHandlers (O(1) dispatch)
- Changed to cached dimensions. Less computation (basically none) on display (and changing size now is easier to see the effect if you enable the anchor as it follows the size)
- Change usage to reuse many frames (anchor and settings) for optimization and memory usage.
- Changed Faction strings to be consistently taint safe (like all other string evaluations)
- Added
/ssl resetcommand. Probably wont be used ever, but while devving it was nice to have it. - Added bulk clean of recentPrimary, ensuring sweep of stale entries (better memory usage even though it was already great)
- Added currency as a toggleable display (before it was just always on). NOTE: Currency != gold. Its other currencies
- Added growth direction changer. Some user might want the direction to grown up rather than down.
- Added animation speed slider. I feel like i nailed the animations, but users might disagree.
- Added XP tracking (toggle in settings, default Off)
- Added Item Category display (toggle in settings, default Off)