r34

Details

  • Filename
    ezInterrupt-r34.zip
  • Uploaded by
  • Uploaded
    Apr 3, 2011
  • Size
    156.36 KB
  • Downloads
    104
  • MD5
    1a29d49e418396b796647d25dec5e33b

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
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).
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r18 | Daylesan | 2011-03-09 14:32:55 +0000 (Wed, 09 Mar 2011) | 10 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc

- Excluded events SPELL_INTERRUPTIBLE and SPELL_UNINTERRUPTIBLE since they're not working properly.
- The warning icon can now be locked/unlocked and dragged.
- The warning icon position should be saved correctly between sessions now.
- Improved the interrupt cooldown tracking. There should no longer be a ~150 ms window in which casts don't trigger warnings.
- Readiness and Preparation are now accounted for.
- Temporarily removed support for hunter pet interrupts since the code isn't working properly.

Problems in this revision:
- ezInterrupt always assumes that priests and hunters have their respective interrupts regardless of spec and that warlocks have a Felhunter out.
- The OnUpdate handler isn't throttled and the impact of that on performance hasn't been tested.
------------------------------------------------------------------------
r17 | Daylesan | 2011-03-06 13:10:18 +0000 (Sun, 06 Mar 2011) | 2 lines
Changed paths:
   M /trunk/core.lua

- added border texture for the icon
- fixed bug with tags not being replaced properly in certain cases
------------------------------------------------------------------------
r16 | Daylesan | 2011-03-06 13:09:29 +0000 (Sun, 06 Mar 2011) | 1 line
Changed paths:
   A /trunk/media/edge.tga

border texture
------------------------------------------------------------------------
r15 | Daylesan | 2011-03-03 14:11:31 +0000 (Thu, 03 Mar 2011) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc

- Removed embeds.xml since the .toc file handles embedding now
- Fixed an issue with cast warning not appearing while focus target tracking enabled and the player switched his focus to a unit that is casting.
------------------------------------------------------------------------
r14 | Daylesan | 2011-03-03 14:10:48 +0000 (Thu, 03 Mar 2011) | 1 line
Changed paths:
   D /trunk/embeds.xml

obsolete
------------------------------------------------------------------------
r13 | Daylesan | 2011-03-03 12:31:35 +0000 (Thu, 03 Mar 2011) | 1 line
Changed paths:
   M /trunk/core.lua

- Added support for tracking either the target or focustarget for events that trigger warnings.
------------------------------------------------------------------------
r12 | Daylesan | 2011-03-03 12:09:23 +0000 (Thu, 03 Mar 2011) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/ezInterrupt.toc

- Fixed an issue with chat channels not updating as intended
- Various code improvements
------------------------------------------------------------------------
r11 | Daylesan | 2011-03-01 16:33:09 +0000 (Tue, 01 Mar 2011) | 5 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/embeds.xml
   M /trunk/ezInterrupt.toc
   A /trunk/media
   A /trunk/media/beep.ogg
   A /trunk/media/ding.ogg

Added warning icon.
Greatly improved the warning system.
Added two warning sounds.
The interruption message can now be customized using text and tags.

------------------------------------------------------------------------