r36

Details

  • Filename
    ezInterrupt-r36.zip
  • Uploaded by
  • Uploaded
    Apr 11, 2011
  • Size
    172.09 KB
  • Downloads
    155
  • MD5
    d237e5c93e903035314c73fad8218166

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r36 | Daylesan | 2011-04-11 08:01:03 +0000 (Mon, 11 Apr 2011) | 1 line
Changed paths:
   M /trunk

Fixed Lua errors "Missing entry for Screen Flash Duration" and "Missing entry for Show Example Flash"
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r33 | Daylesan | 2011-04-03 16:06:02 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/core.lua

Gimme another zip
------------------------------------------------------------------------
r32 | Daylesan | 2011-04-03 15:41:57 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/localization.lua

Gimme a new zip
------------------------------------------------------------------------
r31 | Daylesan | 2011-04-03 14:29:42 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/localization.lua

- More localization fixes
------------------------------------------------------------------------
r30 | Daylesan | 2011-04-03 14:20:13 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   D /trunk/locale

- Removed old locale folder
------------------------------------------------------------------------
r29 | Daylesan | 2011-04-03 14:19:36 +0000 (Sun, 03 Apr 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc
   A /trunk/localization.lua

- Fixed some localization issues.
------------------------------------------------------------------------
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).
------------------------------------------------------------------------