r162

Details

  • Filename
    LibDogTag-Unit-3.0-r162.zip
  • Uploaded by
  • Uploaded
    Nov 13, 2008
  • Size
    44.79 KB
  • Downloads
    125
  • MD5
    183e3b1187d39275d8a429341c9cfaba

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r162 | starinnia | 2008-11-13 15:48:52 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
   M /trunk/Categories/Misc.lua

LibDogTag-Unit-3.0:
- update the event for the Combos tag (unit_combo_points now)
------------------------------------------------------------------------
r161 | shefki | 2008-11-02 07:30:27 +0000 (Sun, 02 Nov 2008) | 3 lines
Changed paths:
   M /trunk/Categories/Reputation.lua

Fix updates of reputation text
- UPDATE_FACTION provides no arguments and only fires for the player.

------------------------------------------------------------------------
r160 | adirelle | 2008-11-01 14:24:07 +0000 (Sat, 01 Nov 2008) | 1 line
Changed paths:
   M /trunk/Categories/Threat.lua

Fixed docs of Threat tags.
------------------------------------------------------------------------
r159 | ckknight | 2008-10-27 00:56:52 +0000 (Mon, 27 Oct 2008) | 1 line
Changed paths:
   M /trunk/Categories/Health.lua

Fix IsMaxHP
------------------------------------------------------------------------
r158 | ckknight | 2008-10-27 00:13:24 +0000 (Mon, 27 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Categories/Auras.lua
   M /trunk/Categories/DruidMana.lua
   M /trunk/Categories/Health.lua

remove references to WotLK.
remove MobHealth references and fix up the Health module a bit.
------------------------------------------------------------------------
r157 | anadale | 2008-10-21 14:43:14 +0000 (Tue, 21 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Categories/Threat.lua

LibDogTag-Unit-3.0:
- Threat module remade to work with native Threat API. Tag syntax changed. See DogTag help, Threat category for more information.
------------------------------------------------------------------------
r156 | anadale | 2008-10-20 17:55:56 +0000 (Mon, 20 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Categories/Misc.lua

LibDogTag-Unit-3.0:
- [PetRemainingTime] tag added: return time until summoned pet disappears.
------------------------------------------------------------------------
r155 | anadale | 2008-10-20 15:43:27 +0000 (Mon, 20 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Categories/Auras.lua

LibDogTag-Unit-3.0:
- Unit auras handling moved to new 3.0.2 UnitAura API. [AuraDuration] tag should work now.
------------------------------------------------------------------------
r154 | adirelle | 2008-10-15 21:30:49 +0000 (Wed, 15 Oct 2008) | 1 line
Changed paths:
   M /trunk/Categories/Characteristics.lua

Fixed AggroColor error.
------------------------------------------------------------------------
r152 | stanzilla | 2008-10-14 16:41:29 +0000 (Tue, 14 Oct 2008) | 1 line
Changed paths:
   M /trunk/LibDogTag-Unit-3.0.toc

Update TOC for WotLK
------------------------------------------------------------------------
r151 | ckknight | 2008-10-13 23:17:49 +0000 (Mon, 13 Oct 2008) | 1 line
Changed paths:
   M /trunk/Categories/Health.lua
   M /trunk/Categories/Power.lua
   M /trunk/LibDogTag-Unit-3.0.lua

Update current health and power for player and pet (if exists) every 0.05 seconds.
------------------------------------------------------------------------
r150 | shefki | 2008-10-13 18:09:15 +0000 (Mon, 13 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Categories/Health.lua

Do not attempt to use LibMobHealth or similar libraries on 3.x clients.
They are obsolete and no longer needed.

------------------------------------------------------------------------
r149 | shefki | 2008-10-13 00:46:44 +0000 (Mon, 13 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Categories/DruidMana.lua

No longer use LibDruidMana for Wrath since UnitPower() will let us ask
for mana even when we have a rage or energy bar.

------------------------------------------------------------------------