Change Log:
r1193 | shadowed.wow | 2009-04-04 11:06:16 -0700 (Sat, 04 Apr 2009) | 2 lines
* Added the announcement options back in
* Added an option to disable the interrupt cooldowns
r1189 | shadowed.wow | 2009-04-03 22:37:48 -0700 (Fri, 03 Apr 2009) | 4 lines
* Fixed interrupt school locks not showing
* Added zhCN localization (Thanks wowui.cn)
* Library update
r1135 | shadowed.wow | 2009-03-03 22:38:45 -0800 (Tue, 03 Mar 2009) | 10 lines
* Updated to include Hammer of Justice and Bash as interrupts
* Fixed SML register check only doing textures not fonts as well
* Fixed positioning not being saved, and bar fading not working correctly for unlocked events
* Fixed icon position option not working
* Changed bar unregistering to ZCNE since doing it on Reload messes with display example
* Changed fade time stepping from 0.01 to 0.1
* Changed fade time default to 0.5 seconds
* Removed bar color option, doesn't even work
* Library update
r999 | shadowed.wow | 2008-11-01 13:37:34 -0700 (Sat, 01 Nov 2008) | 2 lines
* Bajillion libraries updated so it works with 3.0
* Updated TOC
r917 | shadowed.wow | 2008-09-15 09:02:25 -0700 (Mon, 15 Sep 2008) | 4 lines
* Updated to WoTLK
* Added Wind Shock, Mind Freeze, Throwing Specialization, Arcane Torrent (Runic Power), Gag Order, Strangulate, and the new Flame/Earth/Frost shock ranks
* Moved UI to AceGUI-3.0, also added it into the Blizzard UI for the crazy people who actually like it
* Cleaned up our storage of silences so we don't need to make a new table for every one
r849 | shadowed.wow | 2008-08-09 20:02:03 -0700 (Sat, 09 Aug 2008) | 1 line
* Updated to use the GTB-1.0/ folder instead of GTB/
r783 | shadowed.wow | 2008-06-24 11:23:09 -0700 (Tue, 24 Jun 2008) | 1 line
* Fixed positioning not saving
r754 | shadowed.wow | 2008-06-05 01:13:16 -0700 (Thu, 05 Jun 2008) | 2 lines
* Updated GTB to GTB-1.0
* Changed to using a callback and updating GTBs texture instead of doing it every call
r701 | shadowed.wow | 2008-05-09 22:26:06 -0700 (Fri, 09 May 2008) | 2 lines
* Added tooltip for ALT + Drag to move since people don't seem to know that already
* Changed cooldown checks to be done with SPELL_CAST_SUCCESS instead of SPELL_AURA_APPLIED or SPELL_INTERRUPT, will actually be accurate now and will associate things like Arcane Torrent to the caster
r691 | shadowed.wow | 2008-05-02 12:37:52 -0700 (Fri, 02 May 2008) | 3 lines
* Updated AceDB-3.0, GTB and OptionHouse
* GTB update will fix any issues with 59:59 timers
* Changed format for cooldowns will show " " instead of " (CD)" to make it more obvious
r651 | shadowed.wow | 2008-04-05 11:56:22 -0700 (Sat, 05 Apr 2008) | 1 line
* Fixed error at line #167
r648 | shadowed.wow | 2008-04-03 11:16:04 -0700 (Thu, 03 Apr 2008) | 1 line
* Fixed line #196 error due to a call not being updated
r647 | shadowed.wow | 2008-04-03 01:12:19 -0700 (Thu, 03 Apr 2008) | 1 line
* You can now track the cool down of friendly players interrupt timers (Enabled by default)
r636 | shadowed.wow | 2008-03-30 13:43:54 -0700 (Sun, 30 Mar 2008) | 4 lines
* Tweaked anchor code
* Fixed a typo in the Kick spellID
* Updated AceAddon-3.0, GTB
* Added LSM-3.0 to OptionalDeps
r631 | shadowed.wow | 2008-03-25 22:20:47 -0700 (Tue, 25 Mar 2008) | 5 lines
* We now show " - " for timer text instead of just ""
* Added redirection option, you can make it show timers in another GTB based group now
* Added a "None" option for announcement
* Updated to LSM-3.0 (GAME RESTART REQUIRED BECAUSE OF THIS)
* Increased max bar size to 300 instead of 200
r625 | shadowed.wow | 2008-03-18 14:49:29 -0700 (Tue, 18 Mar 2008) | 2 lines
* Updated AceDB-3.0 and GTB
* Updated Spellbreaks version of GTB to Beta1
r610 | shadowed.wow | 2008-03-03 13:58:38 -0800 (Mon, 03 Mar 2008) | 1 line
* Updated HousingAuthority in order to fix a bug with the enable only in option not working
r605 | shadowed.wow | 2008-03-02 14:27:03 -0800 (Sun, 02 Mar 2008) | 4 lines
* Fixed anchor not rescaling/sizing as the bars did
* Fixed Deadly Throw using spell id 26679 instead of 32747 which is the "Deadly Interrupt Effect"
* Removed our file of combatlog bit things and only using the ones we want as locals
* Added in the configuration
r603 | shadowed.wow | 2008-03-01 23:54:03 -0800 (Sat, 01 Mar 2008) | 7 lines
* No config yet, will do that tomorrow
* Everything should actually work now, shows the duration left on lockouts for enemies and the school, if it's a silence then a timer for all schools is shown instead of separate ones for each
* Tracks all interrupts and silences from players in the game
* No syncing is required, if someone in your party interrupts or silences an enemy it'll pick up the timer
* If a silence is dispelled, the timer will be removed early like it should. If multiple locks for the same tree, or a silence happen at the same time it'll use whichever is going to end last.
* Because theres no apparent DR on interrupts or silences, I didn't add support to track them.
* Support for reducing lock out timer based on talents is coming next as well (Will require Remembrance)
r600 | shadowed.wow | 2008-03-01 12:42:41 -0800 (Sat, 01 Mar 2008) | 3 lines
* Initial import, Spellbreak/
* Tracks school lockouts
* Doesn't actually do anything yet, I pretty much copied most of the code out of Afflicted.
Description:
Spellbreak takes advantage of the fact that we can now get more accurate interrupt data with 2.4 and lets you track how many seconds an enemy will be locked out of specific schools and not be able to cast anything from them.
Handles every interrupt and silence in the game, if someone is silenced it'll show a lockout for all schools and if the silence is removed early then the timer disappears.
Includes alerts for when a tree is locked, and when it's unlocked you can send the alerts to chat frames, party, raid warning and combat text mods.
For bug reports or feature suggestions
From now on I will be using the portal WoWI provides for bug reports, as it is much easier for me to manage with a lot of addons and limited time. You can find a link below the download button, or at http://www.wowinterface.com/portal.php?id=269 |
|