r79
Details
-
FilenameFocusInterruptSounds-r79.zip
-
Uploaded by
-
UploadedDec 1, 2012
-
Size175.54 KB
-
Downloads1,238
-
MD5209dbd7bc643e690bc25bb0b0484c364
Supported WoW Retail Versions
- 5.1.0
Changelog
------------------------------------------------------------------------
r79 | corg | 2012-12-02 01:06:09 +0000 (Sun, 02 Dec 2012) | 2 lines
Changed paths:
M /trunk/FocusInterruptSounds.lua
FocusInterruptSounds:
- Possible support for the Monk class
------------------------------------------------------------------------
r78 | corg | 2012-11-28 08:15:08 +0000 (Wed, 28 Nov 2012) | 4 lines
Changed paths:
M /trunk/FocusInterruptSounds.lua
M /trunk/FocusInterruptSounds.toc
FocusInterruptSounds:
- Update toc for 5.1
- Wiped default blacklist (the new Blizzard API feature seems to do the trick)
- Replaced channeled spell detection logic with UnitChannelInfo() API.
------------------------------------------------------------------------
r77 | corg | 2012-11-10 09:19:15 +0000 (Sat, 10 Nov 2012) | 2 lines
Changed paths:
M /trunk/FocusInterruptSounds.lua
FocusInterruptSounds:
- Fix nil error (probably caused by very fast casts such as Nature's Swiftness + Healing Touch)
------------------------------------------------------------------------
r76 | corg | 2012-11-01 07:45:05 +0000 (Thu, 01 Nov 2012) | 2 lines
Changed paths:
M /trunk/FocusInterruptSounds.lua
FocusInterruptSounds:
- Update some defaults
------------------------------------------------------------------------
r75 | corg | 2012-10-30 04:25:33 +0000 (Tue, 30 Oct 2012) | 5 lines
Changed paths:
M /trunk/FocusInterruptSounds.lua
FocusInterruptSounds:
- Hooked into the UnitCastingInfo API enabling two new options:
-- Minimum cast time (default: 1.0 seconds)
-- Blizzard API blacklist
------------------------------------------------------------------------