4cb3f59ff2
Fix for removal of SetTexCoordModifiesRect in 3.3.3.
2010-03-24 23:54:14 +00:00
ff8f7f335a
- super temporary hack to get IceHUD back into a working state. this forces all users to use the RivetBar preset since straight vertical bars are the only things that work right now. a future update will fix the problem for real
2010-03-24 01:49:52 +00:00
f1dc7d73d0
- close the config window if the user tries to open it when it's already open ( http://www.wowace.com/addons/ice-hud/tickets/33-toggle-ice-hud-on-and-off/ )
2010-01-18 20:35:15 +00:00
cfebb9f5af
- maybe fix some vehicle issues in ulduar
2009-08-12 07:26:34 +00:00
b9c9182c27
- made custom bars and counters not be case-sensitive in their spells-to-be-tracked
2009-07-08 02:05:50 +00:00
045f492742
- made tooltips on the custom bar/counter/cooldown bar more helpful
2009-05-11 23:56:45 +00:00
c77c458155
bug http://www.wowace.com/projects/ice-hud/tickets/19-entry-on-blizzard-addon-options/ -
...
19 - Entry on Blizzard addon options
- added an entry to the default interface/addon options panel which opens IceHUD's configuration
2009-05-10 22:43:45 +00:00
bbecc1524c
- added user-submitted custom cooldown tracker module. thanks regmellon!
2009-05-08 04:12:26 +00:00
cecc73e74e
- re-added missing FangRune bar texture
2009-05-02 03:32:07 +00:00
cb39226f0e
- removed some very old settings migration code that was causing problems for new users. this was added a very long time ago to facilitate the move from account-based settings to profile-based settings which should be completely unnecessary now
2009-04-26 00:20:02 +00:00
b4fe009e8e
- added ability to specify a different texture on individual bars than the global one chosen on the main bar configuration panel
2009-04-21 05:00:14 +00:00
b356f404c7
- added support for mh/oh weapon enchants to the custom counter module
2009-04-20 14:46:27 +00:00
9a8d5317c9
- cleaned up some code from my fights with SetTexCoord/nan
2009-04-19 00:33:01 +00:00
368579ec04
- NaN-safe'd IceHUD's Clamp function to finally put the kibosh on any SetTexCoord errors
2009-04-19 00:02:52 +00:00
7d37890a31
- added some protection against error messages that were popping up related to SetTexCoord
...
- added some protection against a nil access in the player's cast bar under certain circumstances
2009-04-16 13:39:37 +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
eb905a92b7
- changed the custom bar creation code to name each bar as the highest-numbered bar +1. e.g. if a bar "MyCustomBar4" exists and the user creates a new bar, the new bar will be called MyCustomBar5 (even if 1-3 don't exist any more, just to avoid complications). This way, each custom bar gets a unique name and users can't stomp an old custom bar by creating a new one without changing the old one's name first
2009-04-05 19:24:08 +00:00
56fc146f56
- added information dialog when creating a new custom bar about how to use it
...
- added confirmation dialog when deleting a custom bar to tell the user that it cannot be undone
- made the custom bar's upper text match the buff/debuff that the user wants to track (it's still editable by the user, but it defaults to the buff name)
- made bar color apply properly when the module is created and when configuring without the bar active
2009-04-04 18:34:33 +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
72363e27e3
- made the threat module use raw threat percentages by default so that its display matches Omen's.
...
- added an option to the threat module to display the scaled percent (the old method) instead of raw. this will cause it to disagree with Omen, but it's displaying the same information, only in a different way
2009-01-07 04:23:00 +00:00
1a6ff9fe7f
- separated alpha settings for "OOC and target" and "OOC and not full"; existing user settings are preserved (target gets copied to the new Not Full setting) the first time this version (or later) of the addon is loaded by a user with existing settings
2009-01-06 07:41:27 +00:00
e979bb9345
http://www.wowace.com/projects/ice-hud/tickets/10-unable-to-reset-with-a-error/ - "Reset" configuration now works properly
2009-01-01 17:54:00 +00:00
3dc4e59b57
- fixed a potential nil access if some other mod has redefined RAID_CLASS_COLORS like a naughty little addon
...
- clarified some settings text a smidge
2009-01-01 01:47:20 +00:00
f61e554040
- fixed bug with changing profiles created by r320
2008-12-02 07:09:36 +00:00
6b7a118ada
- fixed a bug that caused the /icehud slash command to not work when the addon was disabled (and therefore be unable to re-enable it). ouch!
2008-12-02 06:06:28 +00:00
7076712792
- set independentProfile true so that the profiles menu appears again
2008-11-17 05:12:52 +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
49a590e879
- added a global toggle for DogTags so they can be enabled or disabled for the mod
...
- added an optional rare/elite/rare-elite indicator to the target health bar (off by default)
- made configuration mode show target raid icons (and the new elite indicator as well)
2008-10-26 23:02:13 +00:00
6786fba204
- extracted some functionality from the lacerate and sunder count modules to IceHUD for determining spell/ability buffs/debuffs on units. also fixed a small 3.0 bug in said modules for determining if the buff/debuff belonged to the player or not
2008-10-20 05:02:40 +00:00
7cb9c738cc
- increased vertical offsets (by request)
...
- fixed Slice and Dice module for new Imp SnD talent values as well as the new SnD glyph
2008-10-16 14:30:43 +00:00
c18653cae7
- added user-submitted ArcHUD-like textures and preset
...
- modified cast lag and threat pull indicators to use a custom color instead of being an alpha'd version of the background
- fixed a bug where runic power would use the "not full" aggro setting when it was empty (it should behave like rage and treat "not full" as empty)
2008-10-14 20:05:03 +00:00
603ad4111c
- whoops, added new textures to the "textures" list instead of the "presets" list...my bad :P
2008-10-14 05:12:15 +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
be01b2fa4f
- 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 ;)
2008-10-09 15:14:39 +00:00
6a3598e516
- added 3 new user-submitted bar textures (GlowArc, CleanCurves, and BloodGlaives) and 2 new user-submitted combo/sunder/lacerate count textures (Glow and CleanCurves)
2008-10-09 01:40:56 +00:00
8991539309
- added bar/background graphical blend mode options so we can have us some snazzier artses
2008-10-06 18:34:35 +00:00
7e01c62d54
- 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
2008-09-30 06:52:34 +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
8bba9b5926
- added 3 new user-submitted bar presets/skins (thanks KcuhC!)
2008-09-26 18:17:20 +00:00
76f4e1b020
- added rune stuff for DK's in wotlk
...
- fixed args returned from UnitBuff in wotlk
- added default DK spell for gcd module
2008-07-26 19:14:47 +00:00
9b1db346ac
- fixed text display for non-dogtag strings
2008-06-19 02:38:29 +00:00
b9e6799078
- switched from LSM-2 to LSM-3
2008-06-14 18:11:06 +00:00
3dc2f7f80f
- 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
2008-04-17 02:38:54 +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
3c61a67b6a
- added icon to config for purtiness
...
- made player icons and raid icons fade according to bar visibility and added a config option to make them always locked to 100%
ICE-5
2008-02-15 05:26:03 +00:00
eed1e2dd6f
- did minor options table cleanup and made a console /icehudcl command so that IceHUD gets picked up by rock config
2008-02-07 22:35:50 +00:00
ca8380b880
- fix up references to LibSharedMedia-2.0 after the library upgrade
2008-01-19 16:37:52 +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