1.9.17-3-gefc25bd-nolib
Details
-
FilenameIceHUD-1.9.17-3-gefc25bd-nolib.zip
-
Uploaded by
-
UploadedMay 18, 2016
-
Size687.79 KB
-
Downloads44
-
MD5033b97d07f713ef388e6a8aef170dd74
Supported WoW Retail Versions
- 6.2.4
- 5.4.8
Changelog
Parnic:
- Hide lag bar for invalid conditions
For some interactables, such as specific quest-related objects in WoD, we never receive a SpellCastSent event, only a SpellCastStart. If, prior to that event, we ever failed a spell cast, we would have an outdated "spell sent time" saved off for a previous cast. This value would then get used due to us receiving a Start with no Sent and would cause the lag bar to fill the entire cast bar incorrectly. For these cases, we now no longer show the lag bar at all because we don't receive enough information from the game to compute one.
- Tweaked debug messages
- Fixed up debugging
Apparently isFirst is no longer passed to OnEnable, so we were never setting a debug frame.
Made the additional arguments that were being passed to Debug() actually do something (currently print out a stringified version of themselves in a space-delimited string)