Commit Graph

132 Commits

Author SHA1 Message Date
9e00802862 - added a focus threat module by request 2009-07-08 03:18:04 +00:00
bbecc1524c - added user-submitted custom cooldown tracker module. thanks regmellon! 2009-05-08 04:12:26 +00:00
aaf2ea5dfb - added a ToT cast bar (disabled by default) 2009-04-20 00:25:07 +00:00
75787ff956 - TOC bump to 3.1 2009-04-14 05:38:58 +00:00
c7faba52f8 - made the TargetInfo able to be inherited from
- added a PlayerInfo module (off by default, user requested) that inherits from TargetInfo and adds right-click dismissing buffs functionality
2009-04-10 05:23:31 +00:00
c9fc0bcf89 - added CustomCount module that behaves like the custom bar, but lets the user create a custom counter (the same as the sunder/lacerate/maelstrom counters...could replace those, but they're already in and being used by people, so...bleh)
- fixed up the buff/debuff retrieval convenience functions to work off either texture name or buff name. also changed up how it picks whether or not to get only buffs from the player
2009-04-08 02:30:17 +00:00
a6222135db - basic functionality for a module created at runtime by the player to track a specific buff or debuff (by name) on the player or his target 2009-04-04 17:14:25 +00:00
955e25cfd2 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
2009-03-20 01:54:50 +00:00
58b95f87be - adding HungerForBlood user-submitted module. I don't have an assassination rogue and don't plan on having one, so this is _untested_ by me. the author is responsible for fixing bugs in it
- also updated a few settings in SliceAndDice to conform with the rest of the mod
2008-11-20 03:22:36 +00:00
8210e25858 - added proper support for profiles instead of storing everything in account-wide un-customizable settings
- added FuBar support...why has this not been in and why haven't i noticed it?!
2008-11-17 04:50:18 +00:00
5cfc082a28 - made lacerate and sunder modules show up in configuration mode
- added an extremely untested MaelstromCount module based off the other Count modules. I do not have a shaman with maelstrom to test this with, but I did confirm that it at least doesn't throw any errors ;)
- set lacerate default vertical position such that it is out of the way of the combo points module instead of on top of it
- fixed a bug where "graphical glow" and "graphical clean" presets did not work on lacerate and sunder count modules
2008-10-20 05:39:35 +00:00
a904bab61a - updated to use @project-version@ keyword sub format so I don't have to keep this manually updated 2008-10-14 05:20:14 +00:00
844fcfad26 v1.3.3-Release
- interface version up to 3.0! hooray new stuff.
- mod version bumped to 1.3.3 for all the new stuff and 3.0 client compatibility
- made the threat module wow 3.0-compatible (these changes do not branch based on interface version due to the removal of lots of libs...there's no goin' back now!)
- fixed text display on threat module to actually show threat % as intended
- extracted MathRound function to make it accessible to all modules instead of being embedded within TargetHealth
- added a few more user-submitted bar textures
- removed LibDruidMana and fixed up DruidMana module to work with the new UnitPower API
2008-10-14 05:05:58 +00:00
b85b9a48ad 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
2008-10-09 15:41:01 +00:00
f9db831b32 - 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)
2008-09-30 05:43:09 +00:00
32c3a35090 - added simplistic RangeCheck module 2008-09-28 20:14:22 +00:00
b734f105b1 - 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 2008-09-28 04:43:06 +00:00
a20f01cbde - 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 )
2008-09-28 04:05:03 +00:00
78d4aed4f2 - added user-submitted FocusCast module 2008-08-10 02:49:23 +00:00
b35332812a - added DK CC spells to CC list
- added DK runes module
2008-07-27 00:50:02 +00:00
7e42238219 - 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 2008-06-25 03:31:40 +00:00
546a19c2d8 - 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
2008-06-25 02:54:15 +00:00
eb0373450f - moved CallbackHandler into the externals instead of embedding it directly into the mod. LSM-3.0 won't load cleanly without it 2008-06-25 01:03:14 +00:00
ae920ad198 - removed LibMobHealth from the externals list and the embeds xml
- added LibDogTag-Unit to the optional deps list
2008-06-25 00:09:30 +00:00
49fea7c93d ICE-10 - modified X-Embeds directive for WAU to pull the proper embedded libs 2008-06-23 13:11:57 +00:00
b9e6799078 - switched from LSM-2 to LSM-3 2008-06-14 18:11:06 +00:00
9c01e17f24 - added user-submitted LacerateCount module 2008-06-14 17:32:29 +00:00
fa729c8f97 - added focus health and mana bars. disabled by default 2008-05-18 16:49:49 +00:00
949036675d - changed DruidMana module to (optionally) work with LibDruidMana/DogTag for simplicity/compatibility purposes 2008-04-19 01:54:06 +00:00
05a78758f9 - adding 4 new modules care of Antumbra of Lothar server. Huge thanks to him for writing these! 2008-04-18 05:57:09 +00:00
55028c88fb - 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
2008-04-03 07:10:30 +00:00
0ec9b2bb95 - 2.4 toc update 2008-03-25 13:11:46 +00:00
571bfeacb9 ICE-7
- added LibMobHealth-4.0 to externals/embeds so people without other ace mods get estimated health values properly
- added an option to allow shortening health values or not (1100 => 1.1k) for non-dogtag people
2008-02-17 21:57:10 +00:00
9e4bdc2070 - set all bars to animate by default
- forced animation off for cast and mirror bars
- made a change to the toc for a curse/wowinterface update
2008-02-13 01:42:23 +00:00
4e83db53d3 - made ComboPoints module only load for druids and rogues
- added SunderCount module that behaves exactly like combo points, only for sunder debuffs on the target
2008-02-10 22:07:46 +00:00
9b27f345ec - converted upper/lower text on most bars to use LibDogTag formatting for greater user control
- added Deformat library references in embeds.xml
2008-01-21 03:02:51 +00:00
9bf8ace00d - implemented Quartz's method of checking spell interrupts through the chat interrupt events for hostile damage to attempt to fix IceCastBar not showing player interrupts 2008-01-20 21:28:18 +00:00
ced858b06a - bump toc
- added the ability to scale most health/power bars by the amount they're filled up with a customizable max/min color (health can go green to red, for example)
- updated from SharedMedia-1.0 to LibSharedMedia-2.0
2008-01-19 01:26:18 +00:00
5cf2207d1a Updated .toc and converted to embeds.xml 2007-09-27 20:25:20 +00:00
e06c1316a3 Toc change 2007-06-25 07:10:57 +00:00
ccaeeaa198 - Fix for the alpha problem in graphical combo point display (thanks Kurathor)
- Scaling for every bar
- Horizontal position adjustment for you dual screen freaks
2007-06-03 11:48:07 +00:00
77782fb169 SharedMedia <3 2007-06-02 21:26:15 +00:00
80779ae056 Added buff/debuff duration animations 2007-05-29 18:38:35 +00:00
81f0dcc366 Moved lag indicator for channeled spells to the bottom of the bar 2007-05-19 16:27:59 +00:00
f63072e40c Version 0.9
- New round bar texture
- Standalone druid mana bar
- Lots of stuff I can't remember
2007-04-16 16:58:00 +00:00
f5b0391090 .Line ending fixups in .toc files (they werent in my .subversion/config autoprops) 2007-01-30 00:14:59 +00:00
63face9f4c Bug fixes.. (lag indicator and resting status) 2006-12-23 17:15:46 +00:00
b3faefe12a When resting, PlayerHealth absolute value goes white 2006-12-21 14:39:06 +00:00
9e8f57c666 Version "Whiny rogues who file feature requests as bugs" 2006-12-20 22:28:22 +00:00
3b93a47442 Bug fixes and a lag indicator for CastBar 2006-12-18 14:52:42 +00:00