2.4.3.1
Details
-
FilenameDecursive-2.4.3.1.zip
-
Uploaded by
-
UploadedSep 13, 2009
-
Size551.88 KB
-
Downloads1,099
-
MD5a71d3769254288d620f7be9a222c5534
Supported WoW Retail Versions
- 3.2.0
Changelog
Decursive 2.4.3 by Archarodim (2009-09-07)
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.
Changes from Decursive 2.3.1 to Decursive 2.4
-
New feature: The cool down of the curing spell to be used is displayed
(clock) on afflicted MUFs. -
Decursive uses AceLocal-3.0 ; localization is now made using this interface:
http://wow.curseforge.com/projects/decursive/localization/ -
Miscellaneous localization updates in various languages.
-
Re-implemented the max unit to show option.
-
Added a warning when the user disables Decusive and an explanation on how to
re-enable it (/dcr standby) -
Translations for key bindings descriptions (WoW key binding interface)
-
It's no longer possible to map the button 1 and 2 of the mouse to Decursive's
macro by accident. -
Fixes a problem if the game is loaded without any "saved variables" where the
API GetCurrentBindingSet() would return incorrect values unusable with the
API SaveBindings() preventing Decursive from initializing correctly. -
Bug fix: Charmed unit detection wasn't working if the player himself was charmed.
-
Bug fix: The focus MUF was not added at the end but just before pets.
-
Bug fix: The stick to right option (concerning the MUFs positions) was broken.
-
Some other minor bug fixes.