Commit Graph

33 Commits

Author SHA1 Message Date
9b5df60efa Removed UnitIsTapped usage for Legion 2016-05-24 00:50:14 -05:00
560e0674da - Changed low threshold step from 5% increments to 1% increments by request. 2014-12-07 07:51:58 -06:00
c60a44ee94 - Fixed a couple of places that I forgot to declare the variable _ as a local which was causing taint due to Blizzard also forgetting to declare _ as a global in the glyph frame. 2012-08-29 02:52:21 +00:00
e003fab854 - removed most of the rest of the garbage that was being generated during combat or when changing targets
- reduced cpu usage by 33%-50% across the board (and more in some cases) by changing how updates are registered and how often they run. now the 'update period' slider actually matters. it defaults to 0.033 meaning that frames update about 30 times a second instead of every frame
- fixed the "always" display mode for cooldown bars to respect alpha settings (ooc/with target/in combat/etc.)
2010-10-25 02:05:58 +00:00
e9ac3fd078 - potentially fixed reported error message though i've never seen it pop up myself
- fixed one instance of some global taint (neglected to declare _ as a local var)
2010-10-15 00:32:28 +00:00
e3833eb1e2 - hid the "Low Threshold Color" option on custom bars and cooldown bars since the option doesn't apply to them
- updated the description of a few "low threshold" settings so they make more sense to users (don't reference variable names)
2010-10-10 00:16:19 +00:00
1a3ba61e6d - fixed the "low threshold" flash to work properly on rotated bars 2010-10-10 00:03:15 +00:00
08861ecfe7 - first shot at localization of all configuration settings in IceHUD using AceLocale. note that all of these conversions were generated programmatically so it's possible that something went awry...very casual testing seemed okay, however. 2010-09-26 05:14:42 +00:00
250adfc2db - removed the last remnants of Ace2 (AceOO-2.0 and AceLibrary) thanks to a huge amount of help from ckknight for metatables 2010-09-17 05:41:04 +00:00
1961b66f57 - big giant options screen usability cleanup:
- colorized the FAQ and Module Settings description text to be more readable
- removed custom coloring from certain options that didn't match the rest
- hid a few debug-only settings
- consolidated all the 'create custom module' buttons into a drop-down + create button
- clarified description of some options so that their intent/purpose is more clear
- moved around/cleaned up headers for consistency
- doubled the width of long options so that they don't get cut off and ...'d
2010-09-12 22:36:02 +00:00
59344a134a - converted most of the mod to ace3. the only ace2 remaining is AceEvent-2 (probably easy to get away from) and AceOO-2 (not so easy)
- the ace3 conversion also broke the dependence on Waterfall and gave a much better configuration screen through AceConfigDialog; plus Waterfall is very broken in Cataclysm and it's unclear whether anyone will bother to fix it or not
- fixed a bug with the custom CD bar when changing profiles where it would generate endless errors until a reloadui
- removed DewDrop library as it was no longer in use
- temporarily removed FuBar plugin as it doesn't work as a mixin with AceAddon-3. i will eventually be bringing this back in some form (before the next full release version)
- removed an unused 'about' button on the config page and some empty headers...not sure why they were ever there
2010-09-05 20:11:33 +00:00
863e150a34 - added generic custom health and mana bars so that users can monitor any unit they want complete with click-targeting/-casting 2010-07-26 03:13:03 +00:00
f1ce0700e3 - switched UnitMana* calls to UnitPower* calls as that seems to be the replacement Blizzard is using in cataclysm 2010-07-02 16:23:35 +00:00
a5f1ee8df3 - added oft-requested combo points bar 2010-04-05 03:49:48 +00:00
ca4107446e - minor cleanup of the animation/scale-setting code to avoid duplicating chunks of code 2010-03-31 16:31:38 +00:00
4cb3f59ff2 Fix for removal of SetTexCoordModifiesRect in 3.3.3. 2010-03-24 23:54:14 +00:00
e785a1e1ca - fixed custom textures not applying to "low threshold" or "cast lag indicator" sections of various modules 2009-07-27 05:31:38 +00:00
0a0a816701 - more minor cleanups before tagging a new release version 2009-04-19 00:49:33 +00:00
10af4566d6 - added tons of divide-by-zero protection all over the place
- general cleanup of values passed to UpdateBar
2009-04-18 21:07:42 +00:00
8605f8de89 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
2009-03-01 17:42:27 +00:00
429fa4858e - 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
2009-02-26 03:57:33 +00:00
2dba044681 - properly set flash frame bar width 2009-02-26 01:10:38 +00:00
36bde7ef00 - fixed a bug with the low health flashing frame if alphas are set to 0 2008-04-18 14:35:47 +00:00
27f4e7c889 - added an intermediate color to health/mana blending values so health goes green => yellow => red instead of brown in the middle 2008-02-07 21:01:48 +00:00
3c46dfcadf - removed some local vars from the Update function to attempt to curb some hemorrhaging memory 2008-01-22 03:58:11 +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
e949b5b350 Misc fixed and a preview for new texture (check 'Bar' type) 2006-10-16 13:16:56 +00:00
3e3b862c5d Changed frame stratas back to where they should have been all the time 2006-10-03 20:15:13 +00:00
203a0b7232 Unit bars now have an option to pulse on set threshold 2006-10-03 20:02:00 +00:00
fdbb8843ee Version 0.7
- Added an option to change the bar colors
- Using scheduled events now instead of Metrognome
- Some small bug fixes
2006-09-24 14:41:55 +00:00
b8956a45fe Version 0.6
- Improved TargetInfo and ToT module
- RoundBar texture looks better than ever
- PlayerHealth and TargetHealth modules have an option to turn off Blizzard default frames
- Fixed MH3 rounding bug
2006-09-02 20:20:01 +00:00
0106530c98 Version 0.2
- Added basic pet support
- Added configuration (via both console and Dewdrop)
- Fixed indexing problem with non-English clients
2006-07-21 09:11:03 +00:00
772fe5a179 Moved version 0.11 to SVN 2006-07-17 13:47:18 +00:00