r52-nolib
Details
-
FilenameLDB-Vengeance-r52-nolib.zip
-
Uploaded by
-
UploadedNov 28, 2012
-
Size5.21 KB
-
Downloads38
-
MD52b958292e5da94fe7e68dcc9f3ceacb9
Supported WoW Retail Versions
- 5.1.0
Changelog
------------------------------------------------------------------------
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.
------------------------------------------------------------------------