2.7.4.7-19-gda7b2c9-nolib
Details
-
FilenameDecursive-2.7.4.7-19-gda7b2c9-nolib.zip
-
Uploaded by
-
UploadedOct 6, 2016
-
Size306.54 KB
-
Downloads116
-
MD5760de9e1ff51693c158afb948814963a
Supported WoW Retail Versions
- 7.0.3
Changelog
Archarodim:
- ... remove useless concatenation
- Add memory usage information to /dcrreport
I suspect that those rare and random "script ran too long" Lua errors are triggered whenever Decursive is unlucky enough to trigger a garbage collection...
- Yet another micro-optimization.
- Pre-create live+list frames' elements at initialization when not in combat to prevent rare "script ran too long errors"...
- Fix Lua error introduced in previous commits
- more tool-tip optimization
- Optimize tool-tip creation/display to try to prevent these new 'script ran too long' rare errors happening since Legion
- Do not update MUFs' help tool-tips while in combat (rare script ran too long...)
- ... fix bug introduced in previous commit
- Handle events directly without relying on AceEvent to prevent undue "script ran too long" errors caused by the queuing of event handler calls into a per-event dispatcher for ALL add-ons registering an event... (The more add-ons registering an event the more chances to get a random "script ran too long" error)
- Automatically include a few Decursive's configuration details in debug reports (instead of doing so only when using /dcrdiag).
- New unit filtering options for custom spells allowing to restrict a spell or item to the player only or to other party members only.
- Fix typo in description and remove useless Gratipay link
- Fix possible Lua errors when using an item as custom spell when the item details have not been cached yet.
- ... upvalue cleanup
- Add support for mouse buttons 4 and 5 in micro unit frames
- Add support for CUSTOM_CLASS_COLORS
- - Update minimum required libraries version - Update TOO_MANY_ERRORS_ALERT message to mention the '/console scriptErrors 1' command instead of the Lua error option that disappeared.
- - Display the last UI error when reacting on BugGrabber_CapturePaused event (so the user can quickly find and disable the source of the problem). - Also make the message displayed shorter and less affirmative on the performance impact. (localization needs updating) - Fix stack/local level (decreased by 1). - Fixed a leaked global.