2.4.3.2
Details
-
FilenameDecursive-2.4.3.2.zip
-
Uploaded by
-
UploadedSep 15, 2009
-
Size552.24 KB
-
Downloads7,199
-
MD544f599988660c53f9dab7a80b96b6334
Supported WoW Retail Versions
- 3.2.0
Changelog
Decursive 2.4.3.2 by Archarodim (2009-09-16)
Changes from Decursive 2.4.3 to Decursive 2.4.3.2
-
A Lua error could occur in rare race conditions (when clicking on a MUF at the
exact moment its debuff disappears). -
'Shadoweld' was no longer detected as stealth because its spell ID changed.
(future spell ID changes will generate debug reports).
Changes from Decursive 2.4.2 to Decursive 2.4.3
-
Implemented a permanent solution for debuffs not detected by direct debuff events.
-
Made the macro options more reliable and logical:
- When the macro creation is disabled, the currently assigned key is removed.
- The assigned key is also removed when the profile options are reset.
- Key assignment feature is disabled if the macro creation is disabled.
-
The 'no macro key warning' is now turned off by default since this whole
mouseover macro thing is not really interesting after all... -
Removed LibBabble-Class-3.0 (replaced by _G.LOCALIZED_CLASS_NAMES_MALE)
-
Added an exception for the 'Dark Matter' debuff for which no SPELL_AURA_APPLIED
event is generated by the game. -
Re-enabled Lua error handler but added security checks and also dynamic
hotfixes to Blizzard_DebugTools errors that resulted in C Stack Overflows.- IMPORTANT: Because of (or rather thanks to) those hotfixes, Decursive installation may reveal some Lua errors
that you couldn't see before.
- IMPORTANT: Because of (or rather thanks to) those hotfixes, Decursive installation may reveal some Lua errors
-
Always use the "player" unitID in raid (was using raid# when the player was included in the priority list)
This prevents the player MUF from disappearing temporarily while a group update is in progress.
Changes from Decursive 2.4.1 to Decursive 2.4.2
-
IMPORTANT STABILITY AND RELIABILITY FIXES: Problems fixed in this release
could prevent Decursive from reporting afflictions in race conditions (all
previous versions are affected). -
Added Shaman's "Hex" spell to crowd control charmed players.
-
Added new Shaman spell "Cure Toxins".
-
Documentation completely rewritten and reorganised using .docmeta and markdown
formatting. Users don't have any excuse left to not read it now ;) The
documentation is accessible there: http://www.wowace.com/addons/decursive/ -
Decursive is now able to report LUA errors related to itself using the
wonderful "non-annoying after combat auto report feature" introduced in 2.4.1 :) -
Added support for AddonLoader http://www.wowwiki.com/AddonLoader (auto-load
if your class is any of Mage, Priest, Paladin, Druid, Hunter, Warlock,
Shaman). -
Added an option to disable the macro creation.
-
Miscellaneous enhancements and minor bug fixes.
Changes from Decursive 2.4 to Decursive 2.4.1
-
Added support for the new priest talent 'Body and soul' to be able to cleanse
a poison effect on self when using 'Abolish Disease'. -
Added the 'Tranquilizing Shot' Hunter spell to remove magic debuff on mind
controlled units. -
Important enhancements and fixes to the MUF positioning/scaling system:
- Changing their scale will no longer affect their position in an illogical
way. - MUFs are maintained on screen whatever happens ; their position will
no longer be reset to default.
- Changing their scale will no longer affect their position in an illogical
-
Multiple fixes and enhancements to charm (mind control state) detection.
-
Fixes to Decursive icon: now it does what the tool-tip says and it doesn't
throw a LUA error if tool-tips are disabled in the LDB client. -
The MUFs no longer depend on the 'mouseover' unit (internal simplification,
more reliability). -
Added a new advanced debug report system.