Summary
IceHUD is another HUD addon in the spirit of DHUD and others. It is written completely in the Ace2 framework.
What it is
Player and target health and mana bars, casting and mirror bars, pet health and mana bars, druid mana bar in forms, extensive target info, ToT display
What it is not
A complete unit frame replacement. IceHUD has no party support and never will.
Short feature list
- Supports MobHealth for enemy HP estimation
- Cast lag indicator (optional)
- Alpha settings for in combat, target selected, etc.
- Highly configurable (can totally re-arrange all bars, change text display, etc.)
Slash commands
/icehud - opens the configuration UI to tweak any setting
Frequently Asked Questions
How do I show the player/target unit frames?
Type /icehud, expand the "Module Settings" section, click "Player Health" or "Target Health," and un-check "Hide Blizzard Frame"
How do I turn off click-targeting and menus on the player bar?
Type /icehud, expand the "Module Settings" section, click "Player Health," un-check "Allow click-targeting." Note that as of v1.3, there is now an option to allow click-targeting out of combat, but turn it off while in combat.
How do I hide the HUD or change its transparency based on combat, targeting, etc.?
Type /icehud, check the "Transparency Settings" section. Nearly any combination of states should be available for tweaking.
Even if the rest of the HUD is transparent, the health percentages seem to show up. Why?
Type /icehud, expand the "Module Settings" section, expand "Player Health," click "Text Settings," look for options about keeping the lower/upper text blocks alpha locked. If the text is alpha locked, it will not drop below 100%, otherwise it respects its bar's transparency setting. Player Health/Mana, Target Health/Mana, and pet bars should all have these options.
Is there any way to see combo points for Rogues and Druids or sunder applications for Warriors?
Yes, check the "combo points" and "sunder count" modules in the /icehud configuration panel. (Note that these modules may not show up if you're not of the appropriate class to see them. They should be present for their respective classes, however.) There is also a "DruidMana" module for feral druids in forms that is very helpful for druids in forms.
Any plans for a range finder?
Why yes! One was added in version 1.3.
What's this thing at the top of the player's cast bar? It's darker than the rest of the bar.
That's the Cast Lag Indicator that shows you when you can start casting a new spell and still be able to finish the current one (based on your lag to the server). You can disable this in the Player Cast Bar settings under the /icehud configuration screen.
------------------------------------------------------------------------
r237 | parnic | 2008-10-09 15:43:34 +0000 (Thu, 09 Oct 2008) | 3 lines
Changed paths:
A /tags/v1.3.2 (from /trunk:236)
Tagging as v1.3.2. I really should figure out how to use the auto-tags from commit notes, I suppose ;).
Contains a few bug fixes for the mana bar not updating occasionally in wotlk, makes the aggro alpha work on the threat bar, adds several new textures and bar presets, widens the maximum gap allowed, and a few other minor tweaks.
------------------------------------------------------------------------
r236 | parnic | 2008-10-09 15:41:01 +0000 (Thu, 09 Oct 2008) | 2 lines
Changed paths:
M /trunk/IceHUD.toc
M /trunk/modules/Threat.lua
v.1.3.2 - bumped toc version of icehud to 1.3.2 in preparation of the next repo tag
- made aggro alpha setting on the threat bar actually work
------------------------------------------------------------------------
r235 | parnic | 2008-10-09 15:20:13 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /trunk/textures/GlowArc.blp
M /trunk/textures/GlowArcBG.blp
- replaced the glow arc textures with a new version supplied by the author
------------------------------------------------------------------------
r234 | parnic | 2008-10-09 15:14:39 +0000 (Thu, 09 Oct 2008) | 3 lines
Changed paths:
M /trunk/IceCore.lua
M /trunk/IceHUD.lua
- changed a couple of defaults on the new bar texture presets for additive versus blended draws
- widened the maximum gap once again to 700 by request (from 500)
- hoping the curse packager works this morning ;)
------------------------------------------------------------------------
r233 | parnic | 2008-10-09 05:21:32 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /trunk/IceBarElement.lua
- fixed a bug from the last check-in with pre-wotlk clients (GetCVarBool doesn't exist?!)
------------------------------------------------------------------------
r232 | parnic | 2008-10-09 05:13:37 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /trunk/IceBarElement.lua
- fixed a bug that caused mana frames to stop updating properly in wotlk under certain conditions
------------------------------------------------------------------------
r231 | parnic | 2008-10-09 01:40:56 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
M /trunk/IceCore.lua
M /trunk/IceHUD.lua
M /trunk/modules/ComboPoints.lua
M /trunk/modules/LacerateCount.lua
M /trunk/modules/SunderCount.lua
A /trunk/textures/BloodGlaives.blp
A /trunk/textures/BloodGlaivesBG.blp
A /trunk/textures/CleanCurves.blp
A /trunk/textures/CleanCurvesBG.blp
A /trunk/textures/ComboCleanCurves.blp
A /trunk/textures/ComboCleanCurvesBG.blp
A /trunk/textures/ComboGlow.blp
A /trunk/textures/ComboGlowBG.blp
A /trunk/textures/GlowArc.blp
A /trunk/textures/GlowArcBG.blp
- added 3 new user-submitted bar textures (GlowArc, CleanCurves, and BloodGlaives) and 2 new user-submitted combo/sunder/lacerate count textures (Glow and CleanCurves)
------------------------------------------------------------------------
r230 | parnic | 2008-10-06 18:34:35 +0000 (Mon, 06 Oct 2008) | 1 line
Changed paths:
M /trunk/IceBarElement.lua
M /trunk/IceCore.lua
M /trunk/IceHUD.lua
- added bar/background graphical blend mode options so we can have us some snazzier artses
------------------------------------------------------------------------
r228 | parnic | 2008-10-04 17:15:34 +0000 (Sat, 04 Oct 2008) | 1 line
Changed paths:
M /trunk/modules/CastBar.lua
- made lag indicator on the player's cast bar respect the bar width setting
------------------------------------------------------------------------
r227 | parnic | 2008-10-04 17:10:35 +0000 (Sat, 04 Oct 2008) | 1 line
Changed paths:
M /trunk/IceCastBar.lua
- made castbar text respect alpha settings
------------------------------------------------------------------------
r226 | parnic | 2008-10-02 21:13:18 +0000 (Thu, 02 Oct 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/libs
- updated lib references to their new names
------------------------------------------------------------------------
r224 | parnic | 2008-09-30 07:05:36 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
v1.3 - setup some opt-deps as a test
------------------------------------------------------------------------
r223 | parnic | 2008-09-30 06:52:34 +0000 (Tue, 30 Sep 2008) | 3 lines
Changed paths:
M /trunk
M /trunk/.pkgmeta
M /trunk/IceHUD.lua
M /trunk/embeds.xml
M /trunk/libs
M /trunk/modules/Runes.lua
- increase maximum gap setting by request
- added horizontal positioning option to the Runes module (and made sure it was properly centered by default instead of being off to the left)
- changed log template on main dir, moved callbackhandler to the top of the list for embeds, externals, and pkgmeta just to keep everything uniform and make Threat load properly
------------------------------------------------------------------------
r222 | parnic | 2008-09-30 06:28:03 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/libs
- fixing up libs svn:externals directive to pull the proper libstub
------------------------------------------------------------------------
r221 | parnic | 2008-09-30 06:21:43 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
- changed pkgmeta from lib-stub to the correct libstub (and set to the 1.0 tag)
------------------------------------------------------------------------
r219 | parnic | 2008-09-30 05:56:27 +0000 (Tue, 30 Sep 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
IceHUD:
- attempt the first at making the packager behave ;)
------------------------------------------------------------------------
r218 | parnic | 2008-09-30 05:43:09 +0000 (Tue, 30 Sep 2008) | 3 lines
Changed paths:
M /trunk/IceHUD.lua
M /trunk/IceHUD.toc
M /trunk/embeds.xml
M /trunk/libs
IceHUD:
- general cleanup: removed acedebug stuff, re-ordered a few things to load cleaner, changed mod category from unitframes to huds, etc.
- fixed threat-2.0 by embedding required libs for it (ace3 stuff)
------------------------------------------------------------------------
r217 | root | 2008-09-29 21:59:36 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
A /trunk/.pkgmeta
M /trunk/libs
Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r215 | root | 2008-09-29 20:58:12 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
D /tmp/trunk/IceHUD
A /trunk (from /tmp/trunk/IceHUD:214)
Importing old repo data under /trunk
------------------------------------------------------------------------
r214 | parnic | 2008-09-28 20:14:22 +0000 (Sun, 28 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
M /tmp/trunk/IceHUD/libs
A /tmp/trunk/IceHUD/modules/RangeCheck.lua
IceHUD:
- added simplistic RangeCheck module
------------------------------------------------------------------------
r213 | parnic | 2008-09-28 04:43:06 +0000 (Sun, 28 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
M /tmp/trunk/IceHUD/libs
A /tmp/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
------------------------------------------------------------------------
r212 | parnic | 2008-09-28 04:05:03 +0000 (Sun, 28 Sep 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/modules/TargetHealth.lua
M /tmp/trunk/IceHUD/modules/TargetMana.lua
A /tmp/trunk/IceHUD/modules/TargetOfTargetHealth.lua
A /tmp/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 )
------------------------------------------------------------------------
r211 | parnic | 2008-09-27 16:36:54 +0000 (Sat, 27 Sep 2008) | 4 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/ComboPoints.lua
M /tmp/trunk/IceHUD/modules/LacerateCount.lua
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
M /tmp/trunk/IceHUD/modules/SunderCount.lua
A /tmp/trunk/IceHUD/textures/ComboRound.blp
A /tmp/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
------------------------------------------------------------------------
r210 | parnic | 2008-09-27 05:20:59 +0000 (Sat, 27 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetOfTarget.lua
IceHUD:
- fixed TargetOfTarget module's error message as of wotlk beta 8962
------------------------------------------------------------------------
r209 | parnic | 2008-09-26 18:17:20 +0000 (Fri, 26 Sep 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceCore.lua
M /tmp/trunk/IceHUD/IceHUD.lua
A /tmp/trunk/IceHUD/textures/ColorBar.blp
A /tmp/trunk/IceHUD/textures/ColorBarBG.blp
A /tmp/trunk/IceHUD/textures/RivetBar.blp
A /tmp/trunk/IceHUD/textures/RivetBar2.blp
A /tmp/trunk/IceHUD/textures/RivetBar2BG.blp
A /tmp/trunk/IceHUD/textures/RivetBarBG.blp
IceHUD:
- added 3 new user-submitted bar presets/skins (thanks KcuhC!)
------------------------------------------------------------------------
r208 | parnic | 2008-09-26 18:08:56 +0000 (Fri, 26 Sep 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/PlayerHealth.lua
M /tmp/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
------------------------------------------------------------------------
r207 | parnic | 2008-08-26 05:55:45 +0000 (Tue, 26 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- re-fixed cascading buffs when "buffs per row" was used for the TargetInfo module
------------------------------------------------------------------------
r206 | parnic | 2008-08-26 05:43:00 +0000 (Tue, 26 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- fixed own buffs/debuffs in the TargetInfo module overlapping the icons next to them
------------------------------------------------------------------------
r205 | parnic | 2008-08-26 04:56:38 +0000 (Tue, 26 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetOfTarget.lua
IceHUD:
- added user-requested feature to resize TargetOfTarget module so it doesn't have to fit to the hud's gap setting
------------------------------------------------------------------------
r204 | parnic | 2008-08-26 04:32:16 +0000 (Tue, 26 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceBarElement.lua
M /tmp/trunk/IceHUD/modules/FocusHealth.lua
M /tmp/trunk/IceHUD/modules/FocusMana.lua
M /tmp/trunk/IceHUD/modules/PetHealth.lua
M /tmp/trunk/IceHUD/modules/PetMana.lua
IceHUD:
- added user-requested per-bar vertical offsets and setup pet and focus bars to fit within the vertical center of the hud
------------------------------------------------------------------------
r203 | parnic | 2008-08-25 01:25:12 +0000 (Mon, 25 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- fixed buff/debuff cooldown display on TargetInfo module in wrath
------------------------------------------------------------------------
r202 | parnic | 2008-08-24 03:20:43 +0000 (Sun, 24 Aug 2008) | 6 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/ComboPoints.lua
M /tmp/trunk/IceHUD/modules/DruidMana.lua
M /tmp/trunk/IceHUD/modules/LacerateCount.lua
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
M /tmp/trunk/IceHUD/modules/SunderCount.lua
IceHUD:
- updated SunderCount/LacerateCount modules to use the new UnitDebuff return values in wotlk properly/register the changed wotlk events
- updated SliceAndDice module to be more efficient outside of combat (avoids unnecessary OnUpdate stuff)
- updated SliceAndDice module to use the new UnitBuff return values in wotlk properly/register the changed wotlk events/new combo point parameters
- updated DruidMana module to update every frame in wotlk since the other mana frames need to...this still needs dogtag to be updated to work fully in wotlk
- updated ComboPoints module to use the new combo point functionality and events in wotlk
------------------------------------------------------------------------
r201 | parnic | 2008-08-14 05:17:07 +0000 (Thu, 14 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/PlayerMana.lua
M /tmp/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
------------------------------------------------------------------------
r200 | parnic | 2008-08-14 04:30:36 +0000 (Thu, 14 Aug 2008) | 4 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/PlayerMana.lua
M /tmp/trunk/IceHUD/modules/Runes.lua
M /tmp/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
------------------------------------------------------------------------
r197 | parnic | 2008-08-10 03:10:53 +0000 (Sun, 10 Aug 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/LacerateCount.lua
M /tmp/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
------------------------------------------------------------------------
r196 | parnic | 2008-08-10 02:55:22 +0000 (Sun, 10 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/Runes.lua
IceHUD:
- increasing higher vertical positioning from 200 to 300 for the runes module by request
------------------------------------------------------------------------
r195 | parnic | 2008-08-10 02:49:23 +0000 (Sun, 10 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
A /tmp/trunk/IceHUD/modules/FocusCast.lua
IceHUD:
- added user-submitted FocusCast module
------------------------------------------------------------------------
r194 | parnic | 2008-08-09 21:06:43 +0000 (Sat, 09 Aug 2008) | 3 lines
Changed paths:
M /tmp/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
------------------------------------------------------------------------
r193 | parnic | 2008-08-03 05:31:15 +0000 (Sun, 03 Aug 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/Runes.lua
IceHUD:
- err, removed a debug message from Runes module. couldn't hit cancel fast enough...
------------------------------------------------------------------------
r192 | parnic | 2008-08-03 05:30:32 +0000 (Sun, 03 Aug 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/PlayerMana.lua
M /tmp/trunk/IceHUD/modules/Runes.lua
M /tmp/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?!)
------------------------------------------------------------------------
r191 | parnic | 2008-08-03 04:16:59 +0000 (Sun, 03 Aug 2008) | 2 lines
Changed paths:
M /tmp/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
------------------------------------------------------------------------
r190 | parnic | 2008-07-27 03:56:47 +0000 (Sun, 27 Jul 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- added cyclone to cc list
------------------------------------------------------------------------
r189 | parnic | 2008-07-27 00:50:02 +0000 (Sun, 27 Jul 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
A /tmp/trunk/IceHUD/modules/Runes.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- added DK CC spells to CC list
- added DK runes module
------------------------------------------------------------------------
r188 | parnic | 2008-07-27 00:09:32 +0000 (Sun, 27 Jul 2008) | 4 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/ComboPoints.lua
M /tmp/trunk/IceHUD/modules/GlobalCoolDown.lua
M /tmp/trunk/IceHUD/modules/PlayerMana.lua
M /tmp/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
------------------------------------------------------------------------
r187 | parnic | 2008-07-26 19:14:47 +0000 (Sat, 26 Jul 2008) | 4 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.lua
M /tmp/trunk/IceHUD/modules/GlobalCoolDown.lua
M /tmp/trunk/IceHUD/modules/PlayerMana.lua
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
M /tmp/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
------------------------------------------------------------------------
r186 | parnic | 2008-06-25 03:31:40 +0000 (Wed, 25 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
M /tmp/trunk/IceHUD/libs
M /tmp/trunk/IceHUD/modules/DruidMana.lua
IceHUD:
- 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
------------------------------------------------------------------------
r185 | parnic | 2008-06-25 03:06:53 +0000 (Wed, 25 Jun 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/GlobalCoolDown.lua
IceHUD:
- fixed GCD module to work in all localizations
- also cleaned up space/tab formatting
------------------------------------------------------------------------
r184 | parnic | 2008-06-25 02:54:15 +0000 (Wed, 25 Jun 2008) | 4 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/modules/FocusCC.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- 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!)
- made FocusCC basically an empty shell that just inherits from TargetCC and specifies a different unit (should have done this in the first place...)
- cleaned spacing/formatting in TargetCC module
------------------------------------------------------------------------
r183 | parnic | 2008-06-25 01:03:14 +0000 (Wed, 25 Jun 2008) | 2 lines
Changed paths:
D /tmp/trunk/IceHUD/CallbackHandler-1.0.lua
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
M /tmp/trunk/IceHUD/libs
IceHUD:
- moved CallbackHandler into the externals instead of embedding it directly into the mod. LSM-3.0 won't load cleanly without it
------------------------------------------------------------------------
r182 | parnic | 2008-06-25 00:23:37 +0000 (Wed, 25 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD
M /tmp/trunk/IceHUD/libs
IceHUD:
- removed externals from main directory and updated/replaced them in the libs directory to keep old/unused libraries out
------------------------------------------------------------------------
r181 | parnic | 2008-06-25 00:09:30 +0000 (Wed, 25 Jun 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
IceHUD:
- removed LibMobHealth from the externals list and the embeds xml
- added LibDogTag-Unit to the optional deps list
------------------------------------------------------------------------
r180 | parnic | 2008-06-23 13:11:57 +0000 (Mon, 23 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
IceHUD:
ICE-10 - modified X-Embeds directive for WAU to pull the proper embedded libs
------------------------------------------------------------------------
r179 | parnic | 2008-06-21 23:57:06 +0000 (Sat, 21 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/FocusCC.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- maybe fix reported bug with Shackle Undead not working for the CC bars
------------------------------------------------------------------------
r178 | parnic | 2008-06-19 02:38:29 +0000 (Thu, 19 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceBarElement.lua
M /tmp/trunk/IceHUD/IceElement.lua
M /tmp/trunk/IceHUD/IceHUD.lua
M /tmp/trunk/IceHUD/modules/CastBar.lua
M /tmp/trunk/IceHUD/modules/ComboPoints.lua
M /tmp/trunk/IceHUD/modules/FocusCC.lua
M /tmp/trunk/IceHUD/modules/GlobalCoolDown.lua
M /tmp/trunk/IceHUD/modules/LacerateCount.lua
M /tmp/trunk/IceHUD/modules/MirrorBar.lua
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
M /tmp/trunk/IceHUD/modules/SunderCount.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
M /tmp/trunk/IceHUD/modules/TargetCast.lua
IceHUD:
- fixed text display for non-dogtag strings
------------------------------------------------------------------------
r177 | parnic | 2008-06-15 15:36:25 +0000 (Sun, 15 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetOfTarget.lua
IceHUD:
- whoops, missed this module in the LSM-3 update
------------------------------------------------------------------------
r176 | parnic | 2008-06-14 18:11:06 +0000 (Sat, 14 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD
A /tmp/trunk/IceHUD/CallbackHandler-1.0.lua
M /tmp/trunk/IceHUD/IceElement.lua
M /tmp/trunk/IceHUD/IceHUD.lua
M /tmp/trunk/IceHUD/IceHUD.toc
M /tmp/trunk/IceHUD/embeds.xml
IceHUD:
- switched from LSM-2 to LSM-3
------------------------------------------------------------------------
r175 | parnic | 2008-06-14 17:42:03 +0000 (Sat, 14 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/GlobalCoolDown.lua
IceHUD:
- fixed GCD for non-rogues/cat form druids (user-submitted)
------------------------------------------------------------------------
r174 | parnic | 2008-06-14 17:32:29 +0000 (Sat, 14 Jun 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
A /tmp/trunk/IceHUD/modules/LacerateCount.lua
IceHUD:
- added user-submitted LacerateCount module
------------------------------------------------------------------------
r173 | parnic | 2008-05-18 16:49:49 +0000 (Sun, 18 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceHUD.toc
A /tmp/trunk/IceHUD/modules/FocusHealth.lua
A /tmp/trunk/IceHUD/modules/FocusMana.lua
IceHUD:
- added focus health and mana bars. disabled by default
------------------------------------------------------------------------
r172 | parnic | 2008-05-07 04:10:34 +0000 (Wed, 07 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- added optional sizing for (de)buffs i cast versus other players
------------------------------------------------------------------------
r171 | parnic | 2008-05-04 13:37:48 +0000 (Sun, 04 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/FocusCC.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- added Shackle to the CC bar's list of CC's
------------------------------------------------------------------------
r170 | parnic | 2008-05-01 22:03:53 +0000 (Thu, 01 May 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
IceHUD:
- added text readout of potential snd time next to current snd buff time
- added configurable color for snd potential bar
------------------------------------------------------------------------
r169 | parnic | 2008-05-01 14:34:17 +0000 (Thu, 01 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
IceHUD:
- fix equip locs for non-english clients
------------------------------------------------------------------------
r168 | parnic | 2008-05-01 03:10:54 +0000 (Thu, 01 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
IceHUD:
- made the SnD module 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
------------------------------------------------------------------------
r167 | parnic | 2008-05-01 01:21:12 +0000 (Thu, 01 May 2008) | 3 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/SliceAndDice.lua
IceHUD:
- made SnD module work for non-english clients
- 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
------------------------------------------------------------------------
r166 | parnic | 2008-05-01 01:10:22 +0000 (Thu, 01 May 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceBarElement.lua
IceHUD:
- fixed a rare error that could occur when bars appeared or disappeared
------------------------------------------------------------------------
r165 | parnic | 2008-04-30 23:26:51 +0000 (Wed, 30 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- widen the minimum width for the TargetInfo module to account for long NPC names
------------------------------------------------------------------------
r164 | parnic | 2008-04-30 22:49:15 +0000 (Wed, 30 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/IceBarElement.lua
IceHUD:
- added width scaling to individual bars
------------------------------------------------------------------------
r163 | parnic | 2008-04-30 22:41:09 +0000 (Wed, 30 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/TargetInfo.lua
IceHUD:
- allow horizontal positioning of the TargetInfo module
------------------------------------------------------------------------
r161 | parnic | 2008-04-28 13:47:59 +0000 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
M /tmp/trunk/IceHUD/modules/FocusCC.lua
M /tmp/trunk/IceHUD/modules/TargetCC.lua
IceHUD:
- fixing a bug where Banish wasn't triggering the CC bar
------------------------------------------------------------------------
r160 | parni