1.8.10-23-g7586d2d
Details
-
FilenameAdiButtonAuras-1.8.10-23-g7586d2d.zip
-
Uploaded by
-
UploadedJan 25, 2015
-
Size432.67 KB
-
Downloads409
-
MD566f635c8ae1ce716c1464a7373edc73d
Supported WoW Retail Versions
- 6.0.3
Changelog
Adirelle:
- doc: removed trailing whitespaces.
- doc: explain ShowStacks. Fixed the list of highlights.
- Monk: use the new ShowStacks helper.
- Added the helper ShowStacks, which creates two rules related to buff stacks.
The first rule shows the number of stacks.
The second rule highlights the action depending on the number of stacks.
- Fixed indentation in Deathknight.lua
- Rogue, Druid: use ShowPower to display the combo points.
- ShowPower now creates two rules: one to show the power value and one to flash at the maximum.
- Fixed item tests.
- Added a "stacks" highlight, that actually only shows the number of stacks.
- Priest: fixed WordOfMending rule.
Fixes GH-163.
- Added Ursol's Vortex to the list of slows.
Guillaume Perréal:
- Priest: fixed WordOfMending rule.
Adirelle:
- Priest: show stacks of Word of Mending on Prayer of Mending.
Fixes GH-153.
- Shaman: suggests casting Lava Burst during Lave Surge.
Fixes GH-161.
- Deep copy item rules to avoid handler pollution on rebuild.
Should fix GH-90.
Rainrider:
- docs: add .hint and .flash description
and a little proof reading
Adirelle:
- Added an new model attribute "flash", to replace model.highlight = "flash".
Fixes GH-150.
- Use LibButtonGlow-1.0 for flashing animation.
Hopefully fix tainting errors.
Fixes GH-149.
Guillaume Perréal:
- Added GetSpellCharges to the safe list.
Fixe GH-147.
Adirelle:
- Provide a fake background to Masque, to avoid masking the underlying button.
Fix #145.