r359-nolib

Details

  • Filename
    IceHUD-r359-nolib.zip
  • Uploaded by
  • Uploaded
    Mar 23, 2009
  • Size
    397.38 KB
  • Downloads
    58
  • MD5
    94578a262d25ef212eea33be3eafd208

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
r359 | parnic | 2009-03-23 14:43:02 +0000 (Mon, 23 Mar 2009) | 1 line
Changed paths:
   M /trunk/IceBarElement.lua

- fixed a bug with text alpha being unchangeable with LibDogTag usage disabled
------------------------------------------------------------------------
r358 | parnic | 2009-03-21 21:44:55 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
   M /trunk/modules/PlayerHealth.lua

- added toggle to enable/disable showing incoming heals on the player's health bar. also cleaned up the implementation a bit to display more consistently and hide when appropriate
------------------------------------------------------------------------
r357 | parnic | 2009-03-21 04:18:09 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
   M /trunk/IceCastBar.lua

- added toggles to show/hide spell cast time and spell rank on player/target cast bars
------------------------------------------------------------------------
r356 | parnic | 2009-03-20 01:54:50 +0000 (Fri, 20 Mar 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/IceHUD.lua
   M /trunk/IceHUD.toc
   M /trunk/modules/PlayerHealth.lua

bug http://www.wowace.com/projects/ice-hud/tickets/16-visual-heal-support/ - added support for LibHealComm by request. not included with the mod, but listed as an opt dep
- added LDB support by request/from user-submitted code. this basically will only work if a mod that loads before icehud has LDB included
------------------------------------------------------------------------
r355 | parnic | 2009-03-19 02:19:13 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   M /trunk/modules/HungerForBlood.lua

- fixed HfB buff % (from 3 to 5) and added a version check so that it's correct whenever 3.1 comes out as well (goes to 1 charge of 15% instead of 3 charges of 5% each)
------------------------------------------------------------------------
r353 | parnic | 2009-03-02 04:45:27 +0000 (Mon, 02 Mar 2009) | 1 line
Changed paths:
   M /trunk/modules/PetHealth.lua
   M /trunk/modules/PetMana.lua

- fixed divide-by-zero causing a crash on the PTR (this *really* shouldn't cause a crash since it's UI script, but it would appear that the engine is not check for div-by-0 on the PTR. this could potentially happen in a lot of other places...)
------------------------------------------------------------------------
r352 | parnic | 2009-03-01 17:42:27 +0000 (Sun, 01 Mar 2009) | 4 lines
Changed paths:
   M /trunk/IceUnitBar.lua

bug http://www.wowace.com/projects/ice-hud/tickets/13-low-health-colour/ - Low Health Colour

- added user-submitted ability to color a bar based on the low threshold. if it's above the threshold, the bar is max health/mana color, below the threshold is min health/mana color
- added a toggle to allow specifying whether or not to flash a bar when it falls below the low threshold
------------------------------------------------------------------------
r351 | parnic | 2009-03-01 16:44:48 +0000 (Sun, 01 Mar 2009) | 3 lines
Changed paths:
   M /trunk/modules/FocusHealth.lua

bug http://www.wowace.com/projects/ice-hud/tickets/14-taint-issue-with-focus-module/ - Taint Issue with Focus Module

- changed to using RegisterUnitWatch on the focus module
------------------------------------------------------------------------
r350 | parnic | 2009-02-26 03:57:33 +0000 (Thu, 26 Feb 2009) | 2 lines
Changed paths:
   M /trunk/IceUnitBar.lua
   M /trunk/modules/PlayerMana.lua
   M /trunk/modules/TargetMana.lua
   M /trunk/modules/TargetOfTargetMana.lua

- added a configurable RunicPower color to the player, target, and tot mana bars
- made runic power behave like energy and rage for the "low threshold" flashing behavior
------------------------------------------------------------------------
r349 | parnic | 2009-02-26 01:10:38 +0000 (Thu, 26 Feb 2009) | 1 line
Changed paths:
   M /trunk/IceUnitBar.lua

- properly set flash frame bar width
------------------------------------------------------------------------
r348 | parnic | 2009-02-13 14:14:52 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
   M /trunk/modules/CastBar.lua

- potential fix for a castbar bug with channeled spells
------------------------------------------------------------------------