IceHUD-r80393-nolib

Details

  • Filename
    IceHUD-r80393-nolib.zip
  • Uploaded by
  • Uploaded
    Aug 13, 2008
  • Size
    114.09 KB
  • Downloads
    177
  • MD5
    e70f1868befe7cecff037be0135294b9

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r80393 | parnic | 2008-08-14 01:17:07 -0400 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/modules/PlayerMana.lua
   M /trunk/IceHUD/modules/TargetMana.lua

IceHUD:
- now fully compatible with blizzard's "predicted power" system to constantly show energy/mana gains instead of ticking them
------------------------------------------------------------------------
r80389 | parnic | 2008-08-14 00:30:36 -0400 (Thu, 14 Aug 2008) | 4 lines
Changed paths:
   M /trunk/IceHUD/modules/PlayerMana.lua
   M /trunk/IceHUD/modules/Runes.lua
   M /trunk/IceHUD/modules/TargetMana.lua

IceHUD:
- removed UNIT_RUNIC_POWER hack in player & target mana modules since blizzard seems to have fixed the bug in the latest beta build
- fixed bug with runes module where the last rune would never show as being used (because i was thinking in 0-based array world)
- added hax to the runes module to swap placement of frost and unholy runes since blizzard has had their hack in for 2 builds now
------------------------------------------------------------------------
r80074 | parnic | 2008-08-09 23:10:53 -0400 (Sat, 09 Aug 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/modules/LacerateCount.lua
   M /trunk/IceHUD/modules/SunderCount.lua

IceHUD:
- only show Lacerates if they were applied to the target by the player (not by other players); had problems with bear tank + feral dps in the same group
- made the same change to SunderCount's version of the debuff function, but didn't set it to restrict to the player
------------------------------------------------------------------------
r80073 | parnic | 2008-08-09 22:55:22 -0400 (Sat, 09 Aug 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/modules/Runes.lua

IceHUD:
- increasing higher vertical positioning from 200 to 300 for the runes module by request
------------------------------------------------------------------------
r80071 | parnic | 2008-08-09 22:49:23 -0400 (Sat, 09 Aug 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.toc
   A /trunk/IceHUD/modules/FocusCast.lua

IceHUD:
- added user-submitted FocusCast module
------------------------------------------------------------------------
r80043 | parnic | 2008-08-09 17:06:43 -0400 (Sat, 09 Aug 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/modules/Runes.lua

IceHUD:
- updated to use the new rune graphics
- frost and unholy are in their old locations still in this module...we'll see if Blizzard leaves their rune swap hack in before changing it
------------------------------------------------------------------------
r79716 | parnic | 2008-08-03 01:31:15 -0400 (Sun, 03 Aug 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/modules/Runes.lua

IceHUD:
- err, removed a debug message from Runes module. couldn't hit cancel fast enough...
------------------------------------------------------------------------
r79714 | parnic | 2008-08-03 01:30:32 -0400 (Sun, 03 Aug 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/modules/PlayerMana.lua
   M /trunk/IceHUD/modules/Runes.lua
   M /trunk/IceHUD/modules/TargetMana.lua

IceHUD:
- added a workaround for DK runic power (and probably all power types) not updating after the new "predicted power" stuff that was added in the beta. specifically, UNIT_RUNIC_POWER doesn't fire any more with the predicted power system since it's supposed to build up slowly. this caused the runic power bar to never get updated as it degenerated. copied the "working" version from blizzard's UnitFrame.lua code (see UnitFrameManaBar_Initialize)
- fixed a lua error that was popping up every time the player mounted as a DK (why the crap do rune events fire for the non-existent rune 7 and 8 when you mount?!)
------------------------------------------------------------------------
r79707 | parnic | 2008-08-03 00:16:59 -0400 (Sun, 03 Aug 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/libs

IceHUD:
- updated the Ace2 libs to pull from the WotLK branch since those seem to work in the latest beta build while the trunk releases don't
------------------------------------------------------------------------
r79236 | parnic | 2008-07-26 23:56:47 -0400 (Sat, 26 Jul 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/modules/TargetCC.lua

IceHUD:
- added cyclone to cc list
------------------------------------------------------------------------
r79230 | parnic | 2008-07-26 20:50:02 -0400 (Sat, 26 Jul 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.toc
   A /trunk/IceHUD/modules/Runes.lua
   M /trunk/IceHUD/modules/TargetCC.lua

IceHUD:
- added DK CC spells to CC list
- added DK runes module
------------------------------------------------------------------------
r79228 | parnic | 2008-07-26 20:09:32 -0400 (Sat, 26 Jul 2008) | 4 lines
Changed paths:
   M /trunk/IceHUD/modules/ComboPoints.lua
   M /trunk/IceHUD/modules/GlobalCoolDown.lua
   M /trunk/IceHUD/modules/PlayerMana.lua
   M /trunk/IceHUD/modules/TargetMana.lua

IceHUD:
- fixed a typo in combo points module
- added missing 'then' in gcd module
- removed registration of unnecessary events in player and target mana for DK rune stuff
------------------------------------------------------------------------
r79208 | parnic | 2008-07-26 15:14:47 -0400 (Sat, 26 Jul 2008) | 4 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.lua
   M /trunk/IceHUD/modules/GlobalCoolDown.lua
   M /trunk/IceHUD/modules/PlayerMana.lua
   M /trunk/IceHUD/modules/TargetInfo.lua
   M /trunk/IceHUD/modules/TargetMana.lua

IceHUD:
- added rune stuff for DK's in wotlk
- fixed args returned from UnitBuff in wotlk
- added default DK spell for gcd module
------------------------------------------------------------------------