r20

Details

  • Filename
    ezInterrupt-r20.zip
  • Uploaded by
  • Uploaded
    Mar 10, 2011
  • Size
    142.04 KB
  • Downloads
    149
  • MD5
    bbebf81c95a0f019c6048029013a5156

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r10 | Daylesan | 2011-02-21 14:52:38 +0000 (Mon, 21 Feb 2011) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua

Implemented SharedMedia support.
Added a proper sound file selection menu.
------------------------------------------------------------------------
r9 | Daylesan | 2011-02-19 19:18:09 +0000 (Sat, 19 Feb 2011) | 3 lines
Changed paths:
   A /trunk/core.lua

- added support for failed interrupts
- added support for black and whitelisting of spells
- cleaned up code
------------------------------------------------------------------------
r8 | Daylesan | 2011-02-19 19:17:50 +0000 (Sat, 19 Feb 2011) | 1 line
Changed paths:
   D /trunk/core.lua

- updating with new file
------------------------------------------------------------------------
r7 | Daylesan | 2011-02-18 09:10:15 +0000 (Fri, 18 Feb 2011) | 1 line
Changed paths:
   A /trunk/.pkgmeta

added libs
------------------------------------------------------------------------
r6 | Daylesan | 2011-02-18 09:10:01 +0000 (Fri, 18 Feb 2011) | 1 line
Changed paths:
   D /trunk/.pkgmeta

missing libs
------------------------------------------------------------------------
r5 | Daylesan | 2011-02-18 08:23:28 +0000 (Fri, 18 Feb 2011) | 1 line
Changed paths:
   A /trunk/.pkgmeta

adding .pkgmeta
------------------------------------------------------------------------
r4 | Daylesan | 2011-02-17 21:14:58 +0000 (Thu, 17 Feb 2011) | 1 line
Changed paths:
   D /trunk/Libs

unnecessary
------------------------------------------------------------------------
r3 | Daylesan | 2011-02-17 21:13:24 +0000 (Thu, 17 Feb 2011) | 1 line
Changed paths:
   D /trunk/.git

unnecessary files
------------------------------------------------------------------------
r2 | Daylesan | 2011-02-17 20:51:26 +0000 (Thu, 17 Feb 2011) | 1 line
Changed paths:
   A /trunk/.git
   A /trunk/.git/HEAD
   A /trunk/.git/config
   A /trunk/.git/description
   A /trunk/.git/hooks
   A /trunk/.git/hooks/applypatch-msg.sample
   A /trunk/.git/hooks/commit-msg.sample
   A /trunk/.git/hooks/post-commit.sample
   A /trunk/.git/hooks/post-receive.sample
   A /trunk/.git/hooks/post-update.sample
   A /trunk/.git/hooks/pre-applypatch.sample
   A /trunk/.git/hooks/pre-commit.sample
   A /trunk/.git/hooks/pre-rebase.sample
   A /trunk/.git/hooks/prepare-commit-msg.sample
   A /trunk/.git/hooks/update.sample
   A /trunk/.git/index
   A /trunk/.git/info
   A /trunk/.git/info/exclude
   A /trunk/.git/logs
   A /trunk/.git/logs/HEAD
   A /trunk/.git/logs/refs
   A /trunk/.git/logs/refs/heads
   A /trunk/.git/logs/refs/heads/master
   A /trunk/.git/objects
   A /trunk/.git/objects/20
   A /trunk/.git/objects/20/aecb3d85d772731bc719d9ef1f6d1d2c2bfa40
   A /trunk/.git/objects/4b
   A /trunk/.git/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904
   A /trunk/.git/objects/5e
   A /trunk/.git/objects/5e/2e20443653eb996db8e457aaa8d21dcdbb4894
   A /trunk/.git/objects/9b
   A /trunk/.git/objects/9b/a33fda2919888462b6d1e88faf6b7cd50a7188
   A /trunk/.git/objects/c4
   A /trunk/.git/objects/c4/34190ffe699814abb80411bf6eba72ad8eb973
   A /trunk/.git/objects/ee
   A /trunk/.git/objects/ee/a7c5fac352d242e480f4d013ccc0d949c5124b
   A /trunk/.git/objects/info
   A /trunk/.git/objects/pack
   A /trunk/.git/refs
   A /trunk/.git/refs/heads
   A /trunk/.git/refs/heads/master
   A /trunk/.git/refs/tags
   A /trunk/Libs
   A /trunk/Libs/AceAddon-3.0
   A /trunk/Libs/AceAddon-3.0/AceAddon-3.0.lua
   A /trunk/Libs/AceAddon-3.0/AceAddon-3.0.xml
   A /trunk/Libs/AceConfig-3.0
   A /trunk/Libs/AceConfig-3.0/AceConfig-3.0.lua
   A /trunk/Libs/AceConfig-3.0/AceConfig-3.0.xml
   A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0
   A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.xml
   A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0
   A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.xml
   A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0
   A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.xml
   A /trunk/Libs/AceConsole-3.0
   A /trunk/Libs/AceConsole-3.0/AceConsole-3.0.lua
   A /trunk/Libs/AceConsole-3.0/AceConsole-3.0.xml
   A /trunk/Libs/AceDB-3.0
   A /trunk/Libs/AceDB-3.0/AceDB-3.0.lua
   A /trunk/Libs/AceDB-3.0/AceDB-3.0.xml
   A /trunk/Libs/AceEvent-3.0
   A /trunk/Libs/AceEvent-3.0/AceEvent-3.0.lua
   A /trunk/Libs/AceEvent-3.0/AceEvent-3.0.xml
   A /trunk/Libs/AceGUI-3.0
   A /trunk/Libs/AceGUI-3.0/AceGUI-3.0.lua
   A /trunk/Libs/AceGUI-3.0/AceGUI-3.0.xml
   A /trunk/Libs/AceGUI-3.0/widgets
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-BlizOptionsGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-DropDownGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-InlineGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-SimpleGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIContainer-Window.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Label.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua
   A /trunk/Libs/CallbackHandler-1.0
   A /trunk/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
   A /trunk/Libs/CallbackHandler-1.0/CallbackHandler-1.0.xml
   A /trunk/Libs/LibStub
   A /trunk/Libs/LibStub/LibStub.lua
   A /trunk/core.lua
   A /trunk/embeds.xml
   A /trunk/ezInterrupt.toc

ezInterrupt: initial commit
------------------------------------------------------------------------
r1 | root | 2011-02-17 17:17:31 +0000 (Thu, 17 Feb 2011) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"ezinterrupt/mainline: Initial Import"
------------------------------------------------------------------------