9b063bed63
More TWW/11.0.2 compatibility
...
I don't have beta access so I can't test this yet, but this should catch everything in the Deprecated_11_0_0 file in wow's official ui source as well as some stuff not mentioned but reported by users.
2024-07-21 13:51:17 -05:00
6c2e759f45
Basic TWW compatibility
2024-06-22 18:07:42 -05:00
c85c304eb6
Enable GCD, target target buffs in Classic 1.15+
2024-01-07 14:49:42 -06:00
6cee8c738c
Apply strata adjustment inside BarFactory instead of every callsite
2023-08-02 08:25:34 -05:00
40fc8187fd
Add ability to adjust strata globally
...
Submitted by slowkerd from Curseforge (thanks!)
2023-08-02 08:16:12 -05:00
0af47119e3
Continue replacement of WowVer checks
2022-09-18 21:49:53 -05:00
b65909c570
Wrath updates for Paladin GCD, Rogue SnD
2022-08-30 22:25:16 -05:00
843292eda7
Use different GCD spell for Paladins in Classic
2021-08-25 21:41:50 -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
a18144aec0
9.0 compatibility updates - initial attempt
2020-10-13 08:46:41 -05:00
5c66970d8f
GCD doesn't function in Classic
2019-09-19 22:09:16 -05:00
d27fb83f02
Fixed lag indicator for GCD bar
2018-08-16 17:07:43 -05:00
bb4d7640ed
Fixed GCD in BfA
2018-06-07 00:18:38 -05:00
94850e53dd
Fixed error in 7.2 where a cvar has been removed
2017-03-25 14:03:47 -05:00
3aef209816
Use the GCD spell for calculating GCD time (ticket #204 )
2016-02-03 20:25:22 -06:00
c4adadb301
Added option to ignore custom lag tolerance for lag indicators
...
This allows the user to override the fact that they've set a custom lag tolerance in the game's options and instead have the mod display the computed latency. (ticket #201 )
2015-12-22 01:14:42 -06:00
7421f916ad
Fixed "Show during cast" for classes with < 1.5s GCD
...
Ticket #200 - thanks nandchan!
2015-12-22 01:01:20 -06:00
45686f5a36
Fixed GCD occasionally showing when it shouldn't
...
Ticket #199 - thanks nandchan!
2015-12-22 00:39:39 -06:00
30f3210d30
Added optional lag indicator to the GCD module
...
Ticket #196 - thanks nandchan!
2015-12-20 16:25:59 -06:00
fe656f463d
Lowered frame strata for the GCD bar
...
There's no real reason to force this bar up into the TOOLTIP strata and have it draw on top of things. It can live in 'low' like every other part of the addon.
2015-12-20 16:12:52 -06:00
e7717731cb
Respect channeled spells for "Show during cast" option
...
Ticket #197 - thanks nandchan!
2015-12-20 15:22:44 -06:00
fa64f46bc1
Fixes GCD sometimes not triggering
...
I'm not having any problems triggering the GCD with items or spells, but a ticket reports that this is an issue and this is the way to fix it. (ticket #198 - thanks nandchan!)
2015-12-20 15:15:51 -06:00
160bf71aa3
- Made the GCD bar respect bar alpha settings. (ticket #126 )
2014-10-12 21:29:10 -05:00
1343bb24b4
- Added option to not show GCD when casting a spell longer than the GCD. Defaults to the previous behavior of always showing GCD. (ticket #120 )
2014-10-12 15:23:58 -05:00
66103c0a2b
- Updated Paladin and Mage spells for GCD. They seemed to still work with the old, no-longer-existing spells, but that's not guaranteed to stay working.
2012-08-14 04:50:24 +00:00
d2b14320fb
- Updated warrior GCD spell to "victory rush" now that Rend is a passive ability. No ability is available before level 5 that doesn't have its own cooldown, sadly.
2012-08-13 03:57:23 +00:00
feb7a3390b
- Added GCD spell for Monks (WoW 5.0)
2012-06-30 21:12:59 +00:00
ee7427bdfd
- fixed a case where the GCD bar could get cut off early when spamming an instant-cast spell
2011-03-13 21:28:35 +00:00
8a28c41944
- GCD stops early if the player aborts the cast or is interrupted
2011-03-13 20:37:43 +00:00
3ab6ccdb18
- fixed the GCD bar not animating
2010-11-06 15:04:12 +00:00
34549b5971
- finally (for reals, hopefully) fixed the gcd for all classes. gcd is a surprisingly difficult problem as there's no straightforward api for it
2010-10-24 02:59:55 +00:00
d83f0b23fd
- hopefully fixed gcd module to work for all classes without relying on specific spell ids
2010-10-13 14:14:22 +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
5feb89bfb8
- minor cleanup of the GCD module to make it (hopefully) more reliable
...
- doubled the maximum width of the rangecheck frame to ideally knock out the occasional complaint that certain fonts make the text spill onto a second line (never seen that myself)
2010-09-19 20:39:41 +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
c41a34794d
- fixed the GCD module to be available in the module settings list again
...
- tweaked options visibility and made 'bg visible' work on the GCD module
2010-09-18 21:25:19 +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
73cc17927e
- minor optimization of frame rotation by un-registering the event listening for animation completion after it has done its job
...
- made GCD module animation smooth by utilizing the existing animation system instead of trying to run another repeating timer over the top
2010-09-13 13:54:38 +00:00
f12ee4110d
- fixed up a few areas that were expecting moduleSettings.markers to be non-nil; this isn't the case on user-created custom bars that existed prior to the marker code coming in
...
- hide the marker settings on the GCD module as they don't make much sense to have there
2010-09-13 05:45:45 +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
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
5a7f8ffa38
- simplified GCD module to pass the spell id when calling GetSpellCooldown; apparently this didn't work at some point in time but was fixed around 3.3.2ish and works in cata as well
2010-09-04 23:43:25 +00:00
3b0e98f528
- changed DK GCD spell to death coil from plague strike
2010-05-04 02:10:41 +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
84299bfba3
- changed default GCD spell for rogues to be sin strike instead of cheap shot
2009-01-01 06:12:33 +00:00
6790d58ecd
- set focus cast default scale to match focus health/mana
...
- set default sides and offsets on all bars to avoid them overlapping each other (fixes mirror/threat overlap and a few others)
2008-10-21 02:09:53 +00:00
b9a4b9c8d0
- 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
2008-07-27 00:09:32 +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