r46

Details

  • Filename
    FocusInterruptSounds-r46.zip
  • Uploaded by
  • Uploaded
    Apr 7, 2009
  • Size
    491.78 KB
  • Downloads
    262
  • MD5
    dac70700d4aeb5b985e832a80cb83897

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
r48 | corg | 2009-04-07 15:31:29 +0000 (Tue, 07 Apr 2009) | 1 line
Changed paths:
   A /tags/r46 (from /trunk:47)

Tagging as r46
------------------------------------------------------------------------
r47 | corg | 2009-04-07 10:01:34 +0000 (Tue, 07 Apr 2009) | 2 lines
Changed paths:
   M /trunk/FocusInterruptSounds.lua

FocusInterruptSounds:
- Fixed some errors
------------------------------------------------------------------------
r45 | corg | 2009-04-07 02:41:24 +0000 (Tue, 07 Apr 2009) | 2 lines
Changed paths:
   M /trunk/FocusInterruptSounds.lua

FocusInterruptSounds:
- Removed some diagnostic code
------------------------------------------------------------------------
r42 | corg | 2009-04-06 15:29:10 +0000 (Mon, 06 Apr 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta

FocusInterruptSounds:
- Updating .pkgmeta
------------------------------------------------------------------------
r41 | corg | 2009-04-06 08:30:19 +0000 (Mon, 06 Apr 2009) | 7 lines
Changed paths:
   M /trunk
   D /trunk/Core.lua
   A /trunk/FocusInterruptSounds.lua
   M /trunk/FocusInterruptSounds.toc
   A /trunk/embeds.xml

FocusInterruptSounds:
- Made most aspects of this mod configurable.  The settings can be accessed from Interface Options or via /fis.
- Updated mob blacklist for WotLK
- Added DK support
- Renamed some files
- Upgrading to Ace3

------------------------------------------------------------------------
r40 | corg | 2008-10-23 04:17:47 +0000 (Thu, 23 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/FocusInterruptSounds.toc

FocusInterruptSounds:
- Updated TOC
- Updated logic to account for Brain Freeze, Backlash, Hot Streak, and Nether Protection
------------------------------------------------------------------------
r39 | corg | 2008-10-04 21:20:41 +0000 (Sat, 04 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Core.lua

FocusInterruptSounds:
- Loosening conditions for the anti-CC sound/message
------------------------------------------------------------------------
r38 | root | 2008-09-30 15:50:30 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Hopefully fix .pkgmeta
------------------------------------------------------------------------
r37 | root | 2008-09-29 21:30:19 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   M /trunk
   A /trunk/.pkgmeta

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r35 | root | 2008-09-29 20:57:53 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   D /tmp/trunk/FocusInterruptSounds
   A /trunk (from /tmp/trunk/FocusInterruptSounds:34)

Importing old repo data under /trunk
------------------------------------------------------------------------
r34 | Jmbtsang | 2008-08-21 05:11:11 +0000 (Thu, 21 Aug 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua

FocusInterruptSounds:
- Extended the innervate warning for RoS and Twins
------------------------------------------------------------------------
r33 | Jmbtsang | 2008-08-18 02:15:11 +0000 (Mon, 18 Aug 2008) | 3 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua
   A /tmp/trunk/FocusInterruptSounds/innervate.wav

FocusInterruptSounds:
- Added a new sound for Innervate in arenas
- Victory sound will now play even if the interrupted target is not your focus
------------------------------------------------------------------------
r30 | Jmbtsang | 2008-07-28 05:32:14 +0000 (Mon, 28 Jul 2008) | 4 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua
   A /tmp/trunk/FocusInterruptSounds/sheep.wav

FocusInterruptSounds:
- New Blacklist spells
- Now ignores Nature's Swiftness / Shadow Trance spells
- Plays a sound if your partner is sheeped in an arena
------------------------------------------------------------------------
r29 | Jmbtsang | 2008-06-24 04:16:08 +0000 (Tue, 24 Jun 2008) | 3 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua

FocusInterruptSounds:
- Added special code for Priests and Felmyst Gas Novas
- Fixed the range check for anti-CC sounds
------------------------------------------------------------------------
r28 | Jmbtsang | 2008-06-15 04:24:07 +0000 (Sun, 15 Jun 2008) | 4 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua

FocusInterruptSounds:
- Updated mob blacklist
- Added a minimum range to the anti-CC sound
- Compressed the console messages
------------------------------------------------------------------------
r27 | Jmbtsang | 2008-06-05 06:56:50 +0000 (Thu, 05 Jun 2008) | 5 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua

FocusInterruptSounds:
- Fixed a bug in the spell blacklist functionality
- Added some new spell blacklists for Julianne and Aran
- Added a new mob blacklist for Dragon Turtles
- Fixed the anti-CC feature.  Basically, the combat log won't tell you the target of a spell until it goes off, so the anti-CC feature is now worded less authoritatively.
------------------------------------------------------------------------
r26 | Jmbtsang | 2008-05-25 09:08:17 +0000 (Sun, 25 May 2008) | 4 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua
   A /tmp/trunk/FocusInterruptSounds/cc.wav

FocusInterruptSounds:
- Added some more BT mobs to the blacklist
- Started using string arrays in place of a bunch of "or" clauses
- Added functionality to make a new sound when any hostile player is casting a CC spell on you that you can pre-empt (Cloak of Shadows, Feign Death, Grounding Totem, Shadow Word: Death)
------------------------------------------------------------------------
r25 | Jmbtsang | 2008-05-12 08:12:15 +0000 (Mon, 12 May 2008) | 4 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/Core.lua

FocusInterruptSounds:
- Created a hardcoded blacklist
- Added some BT/Sunwell mobs to the blacklist
- Added a hungarian naming system to keep track of variables
------------------------------------------------------------------------
r24 | Jmbtsang | 2008-05-10 19:16:52 +0000 (Sat, 10 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/FocusInterruptSounds.toc

FocusInterruptSounds:
- Updating TOC with the Forum and Wiki site
------------------------------------------------------------------------
r23 | Jmbtsang | 2008-05-10 09:53:12 +0000 (Sat, 10 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds/FocusInterruptSounds.toc

FocusInterruptSounds:
- Updating TOC
------------------------------------------------------------------------
r22 | Jmbtsang | 2008-05-10 09:40:22 +0000 (Sat, 10 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds

FocusInterruptSounds:
- Fixing externals
------------------------------------------------------------------------
r21 | Jmbtsang | 2008-05-10 09:37:08 +0000 (Sat, 10 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds

FocusInterruptSounds:
- Setting commit message template
------------------------------------------------------------------------
r20 | Jmbtsang | 2008-05-10 09:34:35 +0000 (Sat, 10 May 2008) | 2 lines
Changed paths:
   M /tmp/trunk/FocusInterruptSounds
   A /tmp/trunk/FocusInterruptSounds/Core.lua
   A /tmp/trunk/FocusInterruptSounds/FocusInterruptSounds.toc
   A /tmp/trunk/FocusInterruptSounds/casting.wav
   A /tmp/trunk/FocusInterruptSounds/interrupted.wav

FocusInterruptSounds
- Uploading initial files
------------------------------------------------------------------------
r19 | Jmbtsang | 2008-05-10 09:23:06 +0000 (Sat, 10 May 2008) | 1 line
Changed paths:
   A /tmp/trunk/FocusInterruptSounds

Creating a new project
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
386.21 KB Apr 7, 2009 3.0.9 77