IceHUD-r82152-nolib

Details

  • Filename
    IceHUD-r82152-nolib.zip
  • Uploaded by
  • Uploaded
    Sep 28, 2008
  • Size
    185.88 KB
  • Downloads
    590
  • MD5
    99ac9ecaf75a1c7b36c4468a3c17e83a

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r82152 | parnic | 2008-09-28 16:14:22 -0400 (Sun, 28 Sep 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.toc
   M /trunk/IceHUD/embeds.xml
   M /trunk/IceHUD/libs
   A /trunk/IceHUD/modules/RangeCheck.lua

IceHUD:
- added simplistic RangeCheck module
------------------------------------------------------------------------
r82134 | parnic | 2008-09-28 00:43:06 -0400 (Sun, 28 Sep 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.toc
   M /trunk/IceHUD/embeds.xml
   M /trunk/IceHUD/libs
   A /trunk/IceHUD/modules/Threat.lua

IceHUD:
- added Threat module (since the standalone one on WoWI has been abandoned. this is simply the code for that addon + fixes from acapela for Threat-1.0 to Threat-2.0); disabled by default
------------------------------------------------------------------------
r82130 | parnic | 2008-09-28 00:05:03 -0400 (Sun, 28 Sep 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/IceHUD.toc
   M /trunk/IceHUD/modules/TargetHealth.lua
   M /trunk/IceHUD/modules/TargetMana.lua
   A /trunk/IceHUD/modules/TargetOfTargetHealth.lua
   A /trunk/IceHUD/modules/TargetOfTargetMana.lua

IceHUD:
- made TargetHealth and TargetMana extensible so that new unit bars can be made from them easily
- added TargetTargetHealth and TargetTargetMana (idea and some code borrowed from Dark Imakuni at http://www.wowinterface.com/downloads/info10699-IceHUD-TargetofTarget.html )
------------------------------------------------------------------------
r82112 | parnic | 2008-09-27 12:36:54 -0400 (Sat, 27 Sep 2008) | 4 lines
Changed paths:
   M /trunk/IceHUD/modules/ComboPoints.lua
   M /trunk/IceHUD/modules/LacerateCount.lua
   M /trunk/IceHUD/modules/SliceAndDice.lua
   M /trunk/IceHUD/modules/SunderCount.lua
   A /trunk/IceHUD/textures/ComboRound.blp
   A /trunk/IceHUD/textures/ComboRoundBG.blp

IceHUD:
- added support for new combo point, sunder/lacerate count textures
- added a new round combo point texture (user-submitted)
- fixed a bug in the slice and dice module that caused it to stay visible for much longer than it should have under certain circumstances
------------------------------------------------------------------------
r82097 | parnic | 2008-09-27 01:20:59 -0400 (Sat, 27 Sep 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/modules/TargetOfTarget.lua

IceHUD:
- fixed TargetOfTarget module's error message as of wotlk beta 8962
------------------------------------------------------------------------
r82086 | parnic | 2008-09-26 14:17:20 -0400 (Fri, 26 Sep 2008) | 2 lines
Changed paths:
   M /trunk/IceHUD/IceCore.lua
   M /trunk/IceHUD/IceHUD.lua
   A /trunk/IceHUD/textures/ColorBar.blp
   A /trunk/IceHUD/textures/ColorBarBG.blp
   A /trunk/IceHUD/textures/RivetBar.blp
   A /trunk/IceHUD/textures/RivetBar2.blp
   A /trunk/IceHUD/textures/RivetBar2BG.blp
   A /trunk/IceHUD/textures/RivetBarBG.blp

IceHUD:
- added 3 new user-submitted bar presets/skins (thanks KcuhC!)
------------------------------------------------------------------------
r82083 | parnic | 2008-09-26 14:08:56 -0400 (Fri, 26 Sep 2008) | 3 lines
Changed paths:
   M /trunk/IceHUD/modules/PlayerHealth.lua
   M /trunk/IceHUD/modules/TargetOfTarget.lua

IceHUD:
- added horizontal positioning option to the ToT module by request
- added an option to disable click-targeting while in combat by request
------------------------------------------------------------------------