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
fea0edddce
- fixed GCD module to work in all localizations
...
- also cleaned up space/tab formatting
2008-06-25 03:06:53 +00:00
9b1db346ac
- fixed text display for non-dogtag strings
2008-06-19 02:38:29 +00:00
75a04850d6
- fixed GCD for non-rogues/cat form druids (user-submitted)
2008-06-14 17:42:03 +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