r35

Details

  • Filename
    ezInterrupt-r35.zip
  • Uploaded by
  • Uploaded
    Apr 10, 2011
  • Size
    172.06 KB
  • Downloads
    87
  • MD5
    1fe9a603a46e3187b5ea1e827b63f5f5

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r35 | Daylesan | 2011-04-10 14:52:00 +0000 (Sun, 10 Apr 2011) | 5 lines
Changed paths:
   M /trunk/core.lua
   A /trunk/media/chime.ogg

Added missing interrupt for moth pets.
Added screen flash option for cast alerts.
Added two sounds.
Fixed the "spell removed" message displaying a number instead of a spell name.
Added missing localization phrase.
------------------------------------------------------------------------
r34 | Daylesan | 2011-04-03 16:20:13 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/localization.lua

Localization should work properly now
------------------------------------------------------------------------
r28 | Daylesan | 2011-04-03 13:22:47 +0000 (Sun, 03 Apr 2011) | 4 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc
   M /trunk/locale/enUS.lua
   M /trunk/media/beep.ogg

Colors/sounds can be assigned to each interrupt separately.
Interrupt cooldowns are properly handled in situations where the ability is on cooldown while the addon is being loaded or enabled.
Strangulate and Arcane Torrent are supported.
Some minor bugfixes/wording changes.
------------------------------------------------------------------------
r26 | Daylesan | 2011-03-29 07:47:57 +0000 (Tue, 29 Mar 2011) | 2 lines
Changed paths:
   M /trunk/core.lua

Some minor bugfixes to r23
Deadly Throw is now added to the interrupt list if the rogue has at least 1 point in Throwing Specialization.
------------------------------------------------------------------------
r23 | Daylesan | 2011-03-28 19:14:32 +0000 (Mon, 28 Mar 2011) | 8 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc
   A /trunk/locale
   A /trunk/locale/enUS.lua

Addon notifications will now be shown in the currently active chat window rather than the default chat window.
Changed the unlocking and locking process to be a little smoother.
Added a "System" announcement option that allows the addon to send interrupt messages that are only visible to you.
Changed the announcement system to only send one message per interrupt.
Added localization support.
Cast Alerts should now trigger when Aegis of Flame, Shield of Light and similar spells providing immunity to interrupts are broken. This only works for PvE and is an experimental feature. Let me know about any missing spells.
Cast Alerts should not trigger (or stop) when the player switches target to a unit that that is protected by Aegis of Flame or similar spells.
Cleaned up code a little bit. Saved variables have changed, so adjust your profile's settings after updating.
------------------------------------------------------------------------
r22 | Daylesan | 2011-03-15 14:05:21 +0000 (Tue, 15 Mar 2011) | 2 lines
Changed paths:
   M /trunk/core.lua

Fixed bug where cast alerts would not trigger on some mobs because they were considered neutral.
Added some more text to the config menu.
------------------------------------------------------------------------
r21 | Daylesan | 2011-03-14 15:46:15 +0000 (Mon, 14 Mar 2011) | 6 lines
Changed paths:
   M /trunk
   M /trunk/.pkgmeta
   M /trunk/core.lua

Split the configuration menu into several different pages
Added profile support
Fixed a bug with focus target tracking mode
Pet interrupts are properly supported
Silence and Silencing Shot are properly handled as talented interrupts
Changed default blend mode to "BLEND" aka "Standard" (was DISABLED before)
------------------------------------------------------------------------
r20 | Daylesan | 2011-03-10 09:45:11 +0000 (Thu, 10 Mar 2011) | 5 lines
Changed paths:
   M /trunk/core.lua

r20:

Added option to change the blend mode.
Fixed the warning icon texture not scaling properly in relation to its border.
Fixed the icon position not saving after being dragged (for real this time).
------------------------------------------------------------------------
r19 | Daylesan | 2011-03-09 16:34:13 +0000 (Wed, 09 Mar 2011) | 1 line
Changed paths:
   M /trunk/core.lua

Fixed a bug with the sound alert throttling introduced with r18 that suppressed warnings when switching from one casting unit to another.
------------------------------------------------------------------------