Commit Graph

53 Commits

Author SHA1 Message Date
40efe6a551 Fix up uses of UnitBuff and UnitDebuff for 11.0.2 2024-07-21 14:00:48 -05:00
6c2e759f45 Basic TWW compatibility 2024-06-22 18:07:42 -05:00
038ea16642 Support Cataclysm Classic 2024-04-30 23:16:42 -05:00
40fc8187fd Add ability to adjust strata globally
Submitted by slowkerd from Curseforge (thanks!)
2023-08-02 08:16:12 -05:00
e313e679ae Basic Classic-BC support
This has been tested on Classic PTR and Retail, but only with a Rogue
character. Don't have a ton of time to do more exhaustive tests right now.

Fixes #11
2021-05-09 12:04:23 -05:00
ba8748ecca First batch of WoW Classic compatibility updates
This has been tested on Classic with a Rogue up to level 5 using various modules and casually checked against a few level 1 classes. I'm sure there's a lot more to do here. I also made sure to test on Live.

Where possible I tried to check for API availability rather than specific client versions or program IDs. There are many cases where that's impractical, however, so version/program ID checks were used.

This was tested with:
* Ace3 @r1225
* AceGUI-3.0-SharedMediaWidgets @r61
* LibDBIcon-1.0 @v8.2.0
* LibDogTag-3.0 @v80200.1
* LibDogTag-Unit-3.0 @v80200.1-2-g93a898d-alpha
* LibRangeCheck-2.0 @v4.2.3 (with a couple of local changes)
* LibSharedMedia-3.0 @r113-alpha
2019-08-11 23:21:06 -05:00
89ef91b9b3 Initial dump of BfA compatibility
Updated for:
- SPELL_POWER_* constants becoming Enum.PowerType.*
- Rank no longer existing in return values for UnitAura, UnitBuff, UnitDebuff, UnitCastingInfo, UnitChannelInfo
- UNIT_POWER event becoming UNIT_POWER_UPDATE
- UnitPopupFrames no longer existing
- Removed events: PLAYER_PET_CHANGED, UNIT_MAXPOWER, PET_BAR_CHANGED, UNIT_DYNAMIC_FLAGS
- Texture return value from UnitAura type changing (name -> id)
- All Warlock specializations using soul shards
- Death Knight rune changes

Haven't tested all classes/specializations yet, so I'm sure I missed some stuff.
Probably need to add support for the new circular cooldown wipe flourish added in the base client.
Saw a problem with cooldown flashes being delayed on DK runes becoming available that probably need to be fixed.
2018-06-06 22:57:35 -05:00
c66aea12cc - Possibly fixed some NaN/divide-by-zero errors that have been cropping up sporadically lately. 2013-12-23 06:03:37 +00:00
18f1e4ff37 - made height of the ToT frame configurable by request 2010-10-26 00:27:43 +00:00
78b825c79d - added AceGUI-3.0-SharedMediaWidgets support to the font selection box and ToT bar texture selection 2010-10-21 02:20:09 +00:00
04a885b123 - fixed a bug causing bar font size adjustments to not take effect/display until a ui reload 2010-10-21 01:42:35 +00:00
3af07ee30d - removed ClickCastFrame unregistration to avoid problems with people who have the older version of clique (basically everyone) 2010-10-17 05:46:54 +00:00
f63c263669 - cleanup of mouse interaction for all modules 2010-10-16 20:00:35 +00:00
3f3eabf8df - more fixes to frame reparenting (from r644 - attempts to fix text when bars are rotated) 2010-10-14 02:26:10 +00:00
272f0fd42d - fixed text getting rotated along with bars when choosing the "rotate 90 degrees" option 2010-10-14 01:31:47 +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
36d2592e78 - minor cleanup of unused stuff in IceCore
- fixed the GCD to update its bar color as the user changes it instead of requiring re-enabling the module or reloading the ui
- clarified some tooltip text on the TargetInfo module's text blocks
- added DogTag support to the ToT module by request
2010-09-19 04:10:31 +00:00
05afcebc3d - changed all step = 10 to step = 1 by request
- widened range of possible vertical offset values for the custom counter module by request
2010-09-18 07:04:38 +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
9d40348b80 - removed a few old CancelScheduledEvent calls on bars that weren't actually scheduling any repeating timers any more and added a few CancelTimers to modules that weren't previously canceling their scheduled timers
- converted CancelScheduledEvent to CancelTimer for modules that are still scheduling repeating timers...not sure why CancelScheduledEvent didn't throw any errors (since i don't see how it exists) but whatever
- removed a bunch of "function() self:Thing() end" closures in ScheduleRepeatingTimer calls that didn't need to be there
2010-09-11 01:42:29 +00:00
e95db24dd0 - replaced AceEvent-2.0 with AceEvent-3.0/AceTimer-3.0 2010-09-10 06:30:56 +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
97d4a6898e - fixes for cataclysm: added UNIT_POWER/UNIT_MAXPOWER event registrations in place of all the old power types, fixed mirror bar, targetinfo, and targetoftarget SetScripts to pass 'this' and 'arg#' around where necessary
- still broken for cata: GlobalCoolDown module, LibDogTag (needs to be fixed by one of its maintainers or I need to port to LuaTexts...fixing dogtag would be vastly easier), and Waterfall (not sure what to do about this one just yet)
2010-09-04 22:49:39 +00:00
f9f9071556 - changed the vertical position extents to 600 instead of 300 by request 2009-09-04 14:26:07 +00:00
f733c44f69 - added black background to TargetOfTarget bar for readability
- made ToT text vertical align to CENTER instead of TOP so that it scales appropriately
- made ToT bar color always green so that names aren't covered up when they match the reaction color
- made ToT name/health percentage color always white instead of the reaction color for visibility reasons
2008-11-24 21:33:01 +00:00
473e77e2da - made alpha settings properly affect non-bar elements (range finder, targetinfo, combo points, etc.)
- something's busted with the rune module if you spawn into the world and that module is at 0% alpha...trying to track that down now, but i gotta go to bed. could be a result of this change, maybe not.
2008-10-17 06:46:11 +00:00
26886d195a - fixed TargetOfTarget module's error message as of wotlk beta 8962 2008-09-27 05:20:59 +00:00
20e8113306 - added horizontal positioning option to the ToT module by request
- added an option to disable click-targeting while in combat by request
2008-09-26 18:08:56 +00:00
923ba9ed73 - added user-requested feature to resize TargetOfTarget module so it doesn't have to fit to the hud's gap setting 2008-08-26 04:56:38 +00:00
fd7162b4ef - whoops, missed this module in the LSM-3 update 2008-06-15 15:36:25 +00:00
ca8380b880 - fix up references to LibSharedMedia-2.0 after the library upgrade 2008-01-19 16:37:52 +00:00
e8c55f7e1b TargetInfo and TargetOfTarget mouse-over fixes. 2007-09-27 19:55:04 +00:00
77782fb169 SharedMedia <3 2007-06-02 21:26:15 +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
7e88da3a25 Enable/disable for TargetInfo and TargetofTarget now works properly 2006-12-09 14:08:10 +00:00
123dbf2542 Fixes and patches 2006-12-08 02:19:21 +00:00
7740ef9f74 Version 0.8
- 2.0 compatible
- Removed bunch of unused libs (recommended to delete your /libs folder before updating)
- Added a restriction to open configuration settings only out of combat
- TargetInfo module optimized (no longer eats your memory and babies when changing options)
- Shows up to 40 buffs/debuffs, ability to filter buffs (never/in combat/always)
- No longer uses SpellStatus lib (new events do everything worth doing)
- New module TargetCast, basically does what Blizzard target frame cast bar does
- Removed module TimerBar (it was next to useless)
- Brackets around bar texts now toggleable
- Some misc. bug fixes (eg. colors now change properly when a duel starts)
2006-12-04 15:58:07 +00:00
86d03baa22 Reverted back to my latest revision. If you want to make changes to IceHUD, make a branch - don't touch this unless it's a clear bug fix and I'm nowhere to be found 2006-10-02 23:47:15 +00:00
5dc8d0b9ac TargetOfTarget.lua : aggro sound will now not be played if target is friendly 2006-10-02 20:31:42 +00:00
078f300ee8 TargetOfTarget.lua : added possibility to show the class of the TargetOfTarget 2006-10-02 20:26:30 +00:00
932ec011fe TOT.lua: Added the option to play a sound when you get aggro 2006-10-02 20:20:14 +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
4a0991adac Little modifications to allow easier Sprocket usage 2006-09-19 16:18:17 +00:00
c74d4863cb Added missing library, bugfixes 2006-09-15 12:46:36 +00:00
6e52c0c5fd Modifications for Clique support 2006-09-11 12:03:16 +00:00
9f5feeeb2d SpellStatus lib is back in action 2006-09-10 11:10:19 +00:00
4e93009e13 Bugfixes 2006-09-04 18:20:43 +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
439b3fecec Bugfixes & improved RoundBar texture 2006-08-26 13:50:55 +00:00
7050788344 Version 0.5
- Graphical combo points
- Various tweaks and bug fixes (ie. mirror timer bar)
2006-08-20 16:28:50 +00:00