1.8.10-24-g03e3755-nolib

Details

  • Filename
    AdiButtonAuras-1.8.10-24-g03e3755-nolib.zip
  • Uploaded by
  • Uploaded
    Jan 26, 2015
  • Size
    219.26 KB
  • Downloads
    42
  • MD5
    b0151c12f03d683c64a41c707dc8fd1f

Supported WoW Retail Versions

  • 6.0.3

Changelog

Adirelle:
    - ShowStacks everywhere!
    - 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.