r53
Details
-
FilenameLDB-Vengeance-r53.zip
-
Uploaded by
-
UploadedNov 28, 2012
-
Size86.52 KB
-
Downloads113
-
MD59329d2a324c5911a08dfd3fdd6c9f5b1
Supported WoW Retail Versions
- 5.1.0
Changelog
------------------------------------------------------------------------
r53 | jlam | 2012-11-29 04:52:29 +0000 (Thu, 29 Nov 2012) | 5 lines
Changed paths:
M /trunk/LDB-Vengeance.lua
Catch up with 5.1 API changes.
Blizzard changed the UnitAura() return values in MoP 5.1 by adding an
extra return value between isBossDebuff and buff values. The Vengeance
value is now in the 15th return value, not the 14th.
------------------------------------------------------------------------
r52 | derschreiner | 2012-11-28 20:46:43 +0000 (Wed, 28 Nov 2012) | 1 line
Changed paths:
M /trunk/LDB-Vengeance.toc
TOC bump to 50100
------------------------------------------------------------------------
r51 | jlam | 2012-11-22 17:49:55 +0000 (Thu, 22 Nov 2012) | 1 line
Changed paths:
M /trunk/LDB-Vengeance.lua
Right-clicking on the LDB now properly opens the config.
------------------------------------------------------------------------
r50 | jlam | 2012-11-22 17:49:46 +0000 (Thu, 22 Nov 2012) | 19 lines
Changed paths:
M /trunk/LDB-Vengeance.lua
Simplify and clean up.
- Don't defer setting module variables that contain information that's
available when the addon is loaded.
- Get the Vengeance AP buff value directly from UnitAura() instead of
scanning the tooltip. This is much more efficient.
- Refactor by separating out the code for setting the LDB display values
and for updating whether the player is in a tanking specialization.
- Reorder the arguments passed to event handlers by placing the event name
first. This is standard practice so that the event name can be read
consistently regardless of how many arguments are passed to the event
handler.
- Document the code more clearly.
- Remove unused code and variables.
------------------------------------------------------------------------
r49 | jlam | 2012-11-22 17:49:38 +0000 (Thu, 22 Nov 2012) | 1 line
Changed paths:
M /trunk/LDB-Vengeance.lua
Add support for monk tanks.
------------------------------------------------------------------------
r48 | jlam | 2012-11-22 17:49:29 +0000 (Thu, 22 Nov 2012) | 6 lines
Changed paths:
M /trunk/.pkgmeta
Don't list files starting with a '.' using "ignore".
From the .pkgmeta wiki documentation:
Files beginning with a period, like .pkgmeta and .docmeta, are always
ignored by the packager and should not be listed here.
------------------------------------------------------------------------