LibDogTag-Unit-3.0-r64663

Details

  • Filename
    LibDogTag-Unit-3.0-r64663.zip
  • Uploaded by
  • Uploaded
    Mar 15, 2008
  • Size
    14.16 KB
  • Downloads
    130
  • MD5
    b49da201c07ee18d0267f7d4cd8e3b0f

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r64663 | ckknight | 2008-03-15 21:41:42 -0400 (Sat, 15 Mar 2008) | 4 lines
Changed paths:
   M /trunk/LibDogTag-Unit-3.0/LibDogTag-Unit-3.0.lua
   M /trunk/LibDogTag-Unit-3.0/test.lua

LibDogTag-Unit-3.0 - add support for unit changes (e.g. PLAYER_TARGET_CHANGED updates all fontstrings that have a unit='target' on them)
- fix a typo
- make it so mouseover-as-target works properly (Blizzard doesn't send mouseover events if target = mouseover)
- update non-normal units (units that don't receive Blizzard events) automatically every 0.25 seconds.
------------------------------------------------------------------------
r64627 | ckknight | 2008-03-15 16:22:12 -0400 (Sat, 15 Mar 2008) | 3 lines
Changed paths:
   M /trunk/LibDogTag-Unit-3.0/Modules/Health.lua
   M /trunk/LibDogTag-Unit-3.0/test.lua

LibDogTag-Unit-3.0 - add support for MobHealth2, 3, and 4 for health-related tags
- Add PercentHP, MissingHP, FractionalHP, IsMaxHP, HPColor tags.
- for most HP tags, you can specify the optional kwarg "known", e.g. HP(unit='target', known=true), to only show known HP values, i.e. if they are in your party or if MobHealth can estimate its health. This eliminates the need for the SureHP tag as in LibDogTag-2.0
------------------------------------------------------------------------
r64523 | ckknight | 2008-03-14 13:52:26 -0400 (Fri, 14 Mar 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-Unit-3.0/LibDogTag-Unit-3.0.lua
   M /trunk/LibDogTag-Unit-3.0/test.lua

LibDogTag-Unit-3.0 - add in a check if the default unit kwarg is a number.
------------------------------------------------------------------------
r64521 | ckknight | 2008-03-14 13:48:14 -0400 (Fri, 14 Mar 2008) | 3 lines
Changed paths:
   A /trunk/LibDogTag-Unit-3.0
   A /trunk/LibDogTag-Unit-3.0/Cleanup.lua
   A /trunk/LibDogTag-Unit-3.0/LibDogTag-Unit-3.0.lua
   A /trunk/LibDogTag-Unit-3.0/LibDogTag-Unit-3.0.toc
   A /trunk/LibDogTag-Unit-3.0/Localization
   A /trunk/LibDogTag-Unit-3.0/Localization/enUS.lua
   A /trunk/LibDogTag-Unit-3.0/Localization/koKR.lua
   A /trunk/LibDogTag-Unit-3.0/Localization/zhCN.lua
   A /trunk/LibDogTag-Unit-3.0/Modules
   A /trunk/LibDogTag-Unit-3.0/Modules/Health.lua
   A /trunk/LibDogTag-Unit-3.0/lib.xml
   A /trunk/LibDogTag-Unit-3.0/test.lua

LibDogTag-Unit-3.0 - initial commit
- Unit namespace for LibDogTag-3.0. For addons that wish to use unit-oriented tags, they'd include this library along with LibDogTag-3.0.
- note: not done yet to any real degree
------------------------------------------------------------------------