1.4-Release

Details

  • Filename
    LDB-Vengeance-1.4-Release.zip
  • Uploaded by
  • Uploaded
    Dec 1, 2012
  • Size
    86.60 KB
  • Downloads
    1,554
  • MD5
    e19eec3a55e592a8b7605d2d6863fc2e

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r54 | derschreiner | 2012-12-01 14:34:23 +0000 (Sat, 01 Dec 2012) | 1 line
Changed paths:
   A /tags/1.4-Release (from /trunk:53)

Tagging as 1.4-Release
------------------------------------------------------------------------
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.
------------------------------------------------------------------------

Additional Files