IceHUD r77363

Details

  • Filename
    IceHUD.zip
  • Uploaded by
  • Uploaded
    Jun 25, 2008
  • Size
    331.85 KB
  • Downloads
    310
  • MD5
    6b88eced9f42113e63fe73b4d84dadb8

Supported WoW Retail Versions

  • 2.4.2

Changelog

- removed LibGratuity-2.0 (or GratuityLib, whichever you wanna call it) since only the DruidMana module used it and even then only if the user didn't have LibDruidMana installed. now LibDruidMana is required instead of falling back to Gratuity...the Gratuity method was broken for powershifting anyway
- fixed GCD module to work in all localizations
- fixed CC bars to work for any loc by using GetSpellInfo along with a list of spell ID's for each CC spell it supports (thanks to Arrowmaster/#wowace for the help!)
- moved CallbackHandler into the externals instead of embedding it directly into the mod. LSM-3.0 won't load cleanly without it
- removed LibMobHealth from the externals list and the embeds xml
- added LibDogTag-Unit to the optional deps list
- fixed text display for non-dogtag strings
- switched from LibSharedMedia-2 to LibSharedMedia-3
- fixed GCD for non-rogues/cat form druids (user-submitted)
- added user-submitted LacerateCount module; works like SunderCount for warriors or ComboPoints for rogues
- added focus health and mana bars. disabled by default
- TargetInfo: added optional sizing for (de)buffs i cast versus other players
- added Shackle Undead to the CC bar's list of CC's
- SnD: added text readout of potential snd time next to current snd buff time
- SnD: added configurable color for snd potential bar
- SnD: fix equip locs for non-english clients
- SnD: optionally show a shadow of the duration bar as you build combo points. this shadow will show how long your snd will last if you hit it right then
- SnD: now works for non-english clients
- SnD: added a toggleable option to make the bar show as a percentage of the maximum attainable slice and dice time (with set bonuses and talents accounted for) instead of going from full to empty no matter the duration
- fixed a rare error that could occur when bars appeared or disappeared
- widen the minimum width for the TargetInfo module to account for long NPC names
- added width scaling to individual bars
- allow horizontal positioning of the TargetInfo module
- fixing a bug where Banish wasn't triggering the CC bar
- changed DruidMana module to use LibDruidMana/DogTag for simplicity/compatibility purposes (fixed a bug with powershifting not updating the mana amount)
- fixed a bug with the low health flashing frame if alphas are set to 0
- updated the TargetInfo default dogtag by request
- adding 4 new modules care of Antumbra of Lothar server. Huge thanks to him for writing these! They are:
  - FocusCC - tracks a list of CC spells on the focus target
  - GlobalCoolDown - shows when the global cooldown is active
  - SliceAndDice - a counter/tracker for rogue slice'n'dice buff
  - TargetCC - tracks a list of CC spells on the current target
- added a configuration mode to show all bars temporarily so they can be placed
- changed how frames are shown and hidden so we don't call show/hide unnecessarily
- widened the min/max offset numbers to allow greater placement flexibility
- performance improvement: only call SetTexCoord if the coords need to actually change this frame. brings cpu cost from 1% per bar to 0.5% per bar. WIP
- fixed error message displayed when enabling the mirror bar
- updated targetinfo dogtag to display the word "Combat" when in combat instead of "True"
- updated to support LibDogTag-3.0
- on first run, forced reset all custom DogTags to the module default since some of the old default tags no longer work