r51
Details
-
FilenameLDB-Vengeance-r51.zip
-
Uploaded by
-
UploadedNov 22, 2012
-
Size86.34 KB
-
Downloads112
-
MD56ee37d9204c4bfe4185bb998e3299bd8
Supported WoW Retail Versions
- 5.0.5
Changelog
------------------------------------------------------------------------
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.
------------------------------------------------------------------------