2.6.1-28-g04df39c
Details
-
FilenameDecursive-2.6.1-28-g04df39c.zip
-
Uploaded by
-
UploadedApr 18, 2011
-
Size444.76 KB
-
Downloads712
-
MD5cb742189694058f6675991f0e9b6d096
Supported WoW Retail Versions
- 4.0.6
Changelog
(master) (04df39c) Archarodim on 2011-04-19 01:12:01 +0200:
-
Use of modifiers in custom macros is now possible when the spell is bound to a mouse button with no explicit modifier (ie: you'll be able to use modifiers in your macro if the spell is bound to left-click, right-click or middle-click).
-
If several spells are used inside a macro, Decursive will be able to track successes and failures but it will still use the nominal spell to track the casting range and the cooldown.
-
bug fixes to the custom spell UI
-
Button assignments are reset to the defaults with this version
(origin/master) (ce0251a) Archarodim on 2011-04-18 02:01:33 +0200:
-
/DCRDIAG command now includes MUFs actions configurations and opens the report window.
-
Updated minimum libraries version
-
Removed unnecessary spaces in default macro's text.
-
Set BugGrabber as an optional dependency in .pkgmeta
** (48c4194) Archarodim on 2011-04-18 01:51:27 +0200:
- Removed a debug line that could cause a Lua exception
** (ca9b311) Archarodim on 2011-04-16 19:58:43 +0200:
-
Added the possibility to edit the macro Decursive uses internally with the MUFs when adding a custom spell (checking this option allows the user to modify default spells). (8 new locals to translate)
-
new /DCRREPORT command line to display the debug report without parsing the option tree (useful when there is a bug in the option tree...)
-
Various fixes and improvements to the 'Custom spells' UI.
** (1626cb3) Archarodim on 2011-04-13 01:16:08 +0200:
- Update to include latest BugGrabber version.
** (13ee826) Archarodim on 2011-04-03 17:26:18 +0200:
- Fix a bug in a very rare debug report.
** (22b9119) Archarodim on 2011-04-03 10:17:04 +0200:
-
Fixed a leaked global
-
Updated minimum required AceComm
** (c6bcaf7) Archarodim on 2011-03-27 15:30:17 +0200:
-
Updated to use latest version of BugGrabber
-
Cosmetic changes to the debug reports.
** (3c1a4ee) Archarodim on 2011-03-23 00:46:38 +0100:
- FIX: A custom spell could be added several times if a different case was used.
** (d127d87) Archarodim on 2011-03-23 00:33:28 +0100:
- FIX: When a default custom spell was deleted it couldn't be added again.
** (9aa17e9) Archarodim on 2011-03-21 20:49:15 +0100:
- Fix case issue with libraries 'Libs' sub-folder that was written 'libs' for some libraries... (Apparently this can cause issues for the Curse Client on OSX when using case-sensitive FS)
** (f68262b) Archarodim on 2011-03-21 11:00:54 +0100:
- Implemented Nerdling's suggestion to localizations (see ticket #78)
-
Moved the custom spells options to the base of the tree so there is more space
-
Added current spells assignments to the Custom spells description
-
Added description to the top of the MUFs' color options.
** (a15bc4a) Archarodim on 2011-03-20 16:20:14 +0100:
- Custom spell input errors are now also displayed in Decursive default communication frames so they can be seen when using Blizzard's option panels.
** (ca2359b) Archarodim on 2011-03-20 15:36:21 +0100:
- Added the possibility to change the '/StopCasting' parameter in the custom spells option panel. (checked by default, to uncheck if the spell is cast by your pet)
** (f707eb7) Archarodim on 2011-03-20 15:07:03 +0100:
- Add the number of Lua errors unrelated to Decursive to the formatted error report (Errors happening after Decursive is loaded)
- Decursive will not forward errors to Blizzard's debug tools when those errors are happening inside Decursive, since Decursive's error report already display them.
** (e74a206) Archarodim on 2011-03-19 23:08:52 +0100:
- Changed 'Cure order', MUF's 'mouse buttons' and 'Colors' explanations and option names so users can actually understand what those option panels really do (now they speak in term of cure priority instead of mouse button assignment...).
-
When an option panel's options are disabled because the player is in combat, a red warning text clearly says so.
-
WARNING TO MY DEAR TRANSLATORS: Some phrases were drastically changed, they need to be completely re-translated (concerned phrases have been marked for review).
** (aff9d36) Archarodim on 2011-03-17 00:09:49 +0100:
-
FIX: Default custom spells couldn't be permanently removed.
-
FIX: Bad spell input errors where not localized (triggering a Lua error). Now proper information is displayed for each kind of error.
-
FIX: Removing a custom spell in use was not triggering a reconfiguration.
-
FIX: Decursive will no longer trigger useless reconfigurations when making changed to an unavailable spell.
** (2ed0733) Archarodim on 2011-03-15 10:57:22 +0100:
- Spell link and spellID can be used as input in custom spell UI.
-
Added English and French localization to the custom spell configuration interface.
-
Custom spells are now class specific (stored in the class' profile).
-
Cure options are now tabbed to fit in Blizzard configuration UI.
-
Custom spell UI is now feature complete, everything should be working.
** (604add4) Archarodim on 2011-03-14 23:10:53 +0100:
- Implemented Graphical UI to add user custom spells (under Curing options), still need polishing and basic localization but it should work.
-
Avoid a Lua error when using the command line to access the MUFs' color settings (AceConfigCmd has troubles with info[#info-1] which is not set to the correct leaf).
-
Includes latest alpha of BugGrabber which fixes some issues.
** (79957ba) Archarodim on 2011-03-14 10:11:46 +0100:
-
Also intercept errors reported by libraries (AceLocal)
-
Re-applied hotfix to Blizzard's ScriptErrorsFrameScrollFrameText.cursorOffset which is still nil sometimes... (this sucks!)
** (e952a3e) Archarodim on 2011-03-12 02:16:31 +0100:
-
Decursive self-debugger was not handling ADDON_FORBIDDEN error events correctly when errorObject.locals was nil and was not reporting anything.
-
Fix potential issue in error forwarding
** (6e5b60c) Archarodim on 2011-03-11 22:56:30 +0100:
- Fix: it was no longer possible to resize the live-list or change its opacity
** (e3c5a6d) Archarodim on 2011-03-10 22:57:30 +0100:
- forgot to remove a fail test in last commit.
** (185708e) Archarodim on 2011-03-10 09:58:32 +0100:
- Proper UI error forwarding to default Blizzard UI error handler.
** (0d716f3) Archarodim on 2011-03-06 22:16:08 +0100:
- Also listen to BugGrabber_EventGrabbed
** (1698ffb) Archarodim on 2011-03-06 21:17:24 +0100:
-
Added support for user configured spells, UI is not done yet
-
Added BugGraber status to generated reports.
** (70ec4e4) Archarodim on 2011-03-06 20:45:32 +0100:
- Decursive now embeds and uses BugGrabber to capture errors happening inside its own code base
** (3cf48f7) Archarodim on 2011-03-05 22:06:28 +0100:
- Removed deprecated frame declared in Decursive.xml