r38

Details

  • Filename
    ezInterrupt-r38.zip
  • Uploaded by
  • Uploaded
    Apr 27, 2011
  • Size
    174.89 KB
  • Downloads
    2,345
  • MD5
    90f46fb97b38208f231a7c292fb77ab7

Supported WoW Retail Versions

  • 4.1.0

Changelog

------------------------------------------------------------------------
r38 | Daylesan | 2011-04-27 12:18:14 +0000 (Wed, 27 Apr 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc

Updating for patch 4.1
------------------------------------------------------------------------
r37 | Daylesan | 2011-04-11 11:27:01 +0000 (Mon, 11 Apr 2011) | 1 line
Changed paths:
   M /trunk/core.lua

Bumping revision number to update the chinese localization
------------------------------------------------------------------------
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.
------------------------------------------------------------------------