r42

Details

  • Filename
    WakeSpams-r42.zip
  • Uploaded by
  • Uploaded
    Sep 27, 2010
  • Size
    145.53 KB
  • Downloads
    28
  • MD5
    42cb2fc301e3bf1f7b92c37fd6bcbaaf

Supported WoW Retail Versions

  • 4.0.1
  • 3.3.5

Changelog

------------------------------------------------------------------------
r42 | cyrila | 2010-09-28 01:29:26 +0000 (Tue, 28 Sep 2010) | 5 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua

- Updated spells in the Spell List: Corrected Spell ID for "Last Stand" and the physical damage reduction part of "Lay on Hands"

- Corrections to chat throttle since last build: No longer throttles countdown messages. Interval between announcement for spells with the same spell id set to 0.9 seconds. Please submit ticket if this is too short.

- Combat log event scanner now picks up spells cast by the your pet in addition to your own.
------------------------------------------------------------------------
r41 | cyrila | 2010-09-27 23:40:51 +0000 (Mon, 27 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

- Typoed variable in the chat throttle...
------------------------------------------------------------------------
r40 | cyrila | 2010-09-26 00:57:42 +0000 (Sun, 26 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.toc
   M /trunk/WakeSpamsOptions/WakeSpamsOptions.toc

- Committing the correct, updated, toc files.
------------------------------------------------------------------------
r39 | cyrila | 2010-09-26 00:21:22 +0000 (Sun, 26 Sep 2010) | 2 lines
Changed paths:
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

- Added the possibility to disable spell announcement on top of the other options based on what you're doing (solo, party, arena etc).
- Changing announcement output in specific spells from global setting to something else and then back to global setting should now work properly.
------------------------------------------------------------------------
r38 | cyrila | 2010-09-25 23:53:17 +0000 (Sat, 25 Sep 2010) | 3 lines
Changed paths:
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc

- Fixed error with registered events, they should now be announced properly. (Dispels, dispel resists, interrupts, etc)
- Corrected the chat throttle interval (GetTime returns seconds, not milliseconds...)
- Chat throttle now only throttles announcements for spells registered as such. No longer throttles event announcement.
------------------------------------------------------------------------
r37 | cyrila | 2010-09-24 09:37:28 +0000 (Fri, 24 Sep 2010) | 2 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

- Added chat output configuration, both global and spell specific.
- Fixed a few bugs.
------------------------------------------------------------------------
r35 | cyrila | 2010-09-21 11:10:39 +0000 (Tue, 21 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

Time between first AoE combat log event to message being sent increased to 0.2 seconds instead of 0.1 to discount for lag
------------------------------------------------------------------------
r34 | cyrila | 2010-09-20 17:32:05 +0000 (Mon, 20 Sep 2010) | 2 lines
Changed paths:
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

- Interface Options spell editing is now fully functional.
- Added locals.
------------------------------------------------------------------------
r33 | cyrila | 2010-09-20 17:01:22 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

- Interface Options spell editing is now fully functional
------------------------------------------------------------------------
r32 | cyrila | 2010-09-20 09:30:45 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpamsOptions/WakeSpamsOptions.toc

And add it for inclusion in the toc as well...
------------------------------------------------------------------------
r31 | cyrila | 2010-09-20 09:28:44 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Added missing AceGUI-3.0 to externals.
------------------------------------------------------------------------
r30 | cyrila | 2010-09-20 09:18:53 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

Yeah great, I'm too tired for this
------------------------------------------------------------------------
r29 | cyrila | 2010-09-20 09:14:51 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

Fixed messy initialization
------------------------------------------------------------------------
r28 | cyrila | 2010-09-20 08:48:04 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/SpellList.lua
   D /trunk/WakeSpams
   A /trunk/WakeSpams.lua
   A /trunk/WakeSpams.toc

Move files in order to make packager properly tag game version
------------------------------------------------------------------------
r27 | cyrila | 2010-09-20 08:41:28 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Update packager data
------------------------------------------------------------------------
r26 | cyrila | 2010-09-20 08:35:57 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Update packager data
------------------------------------------------------------------------
r25 | cyrila | 2010-09-20 08:18:52 +0000 (Mon, 20 Sep 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/SpellList.lua
   A /trunk/WakeSpams
   A /trunk/WakeSpams/SpellList.lua
   A /trunk/WakeSpams/WakeSpams.lua
   A /trunk/WakeSpams/WakeSpams.toc
   D /trunk/WakeSpams.lua
   D /trunk/WakeSpams.toc
   A /trunk/WakeSpamsOptions
   A /trunk/WakeSpamsOptions/WakeSpamsOptions.toc
   A /trunk/WakeSpamsOptions/config.lua
   D /trunk/config.lua

Addon split into 2, 1 containing the main addon and 1 containing the config module
Import: AceDB, LibAboutPanel, AceDBOptions, AceConfig
Many new options in the configuration panel.
------------------------------------------------------------------------
r24 | cyrila | 2010-09-20 00:52:14 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

Fix to events that aren't linked to specific spells
------------------------------------------------------------------------
r23 | cyrila | 2010-09-20 00:45:05 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

3rd time's a charm
------------------------------------------------------------------------
r22 | cyrila | 2010-09-20 00:40:17 +0000 (Mon, 20 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

- Fixed aoe spells (again)
------------------------------------------------------------------------
r21 | cyrila | 2010-09-19 12:13:48 +0000 (Sun, 19 Sep 2010) | 2 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/config.lua

- Added the complete spell list back into the addon
- Fixed some errors in the new combat log event scanner
------------------------------------------------------------------------
r20 | cyrila | 2010-09-19 11:04:50 +0000 (Sun, 19 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

- Added back aoe spell detection
------------------------------------------------------------------------
r19 | cyrila | 2010-09-19 10:43:54 +0000 (Sun, 19 Sep 2010) | 1 line
Changed paths:
   M /trunk/SpellList.lua

Duplicate table names... that's what happens when you're tired.
------------------------------------------------------------------------
r18 | cyrila | 2010-09-19 10:30:18 +0000 (Sun, 19 Sep 2010) | 3 lines
Changed paths:
   A /trunk/SpellList.lua

- Outlined the in-game config
- Added missing file
This build is for testing purposes only
------------------------------------------------------------------------
r17 | cyrila | 2010-09-19 10:27:59 +0000 (Sun, 19 Sep 2010) | 2 lines
Changed paths:
   D /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc
   A /trunk/config.lua

- Outlined the in-game config
This build is for testing purposes only
------------------------------------------------------------------------
r15 | cyrila | 2010-09-16 11:05:05 +0000 (Thu, 16 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.toc

- Updated toc to indicate that the addon is compatible with Cataclysm
------------------------------------------------------------------------
r14 | cyrila | 2010-09-15 00:43:44 +0000 (Wed, 15 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

- Improve aoe message formatting
------------------------------------------------------------------------
r13 | cyrila | 2010-09-15 00:31:47 +0000 (Wed, 15 Sep 2010) | 7 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc

- Added the possibility to queue abilities for later announcement for use with AoE spells.
- Added aoe spells to the spellist, specifically:
   Howl of Terror (Warlock)
   Psychic Scream (Priest)
   Holy Wrath (Paladin)
   Shockwave (Warrior)
- AoE spell anouncing is turned off by default. It can be turned on with /wakespams aoe (Notice that this setting does not save between sessions)
------------------------------------------------------------------------
r11 | cyrila | 2010-09-13 05:26:01 +0000 (Mon, 13 Sep 2010) | 1 line
Changed paths:
   M /trunk/WakeSpams.lua

- Fixed.
------------------------------------------------------------------------
r10 | cyrila | 2010-09-13 05:19:23 +0000 (Mon, 13 Sep 2010) | 4 lines
Changed paths:
   A /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc

- Added separate configuration file to make editing easily accessible. In-game config is still unavailable!
- Added stun announcement.
- Added raid icon support.
- Removed foreign realm names in announcements.
------------------------------------------------------------------------
r9 | cyrila | 2010-09-13 03:24:19 +0000 (Mon, 13 Sep 2010) | 2 lines
Changed paths:
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc

- Reverted combat log event scan to r7.
- Added temporary throttle for spammy combat log.
------------------------------------------------------------------------
r8 | cyrila | 2010-07-16 01:17:56 +0000 (Fri, 16 Jul 2010) | 6 lines
Changed paths:
   M /trunk/WakeSpams.lua

Fixed divine hymn syntax error, added hymn of hope

Cleaned combat log event scanner layout, not sure about efficiency, will review later.

TODO: Still have some cleaning up left before adding in-game configuration.
Also need the following: multiple announce per spell, no more stupid hacks in the scanner, simplification of the spell db, ehhhhhhhh
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
27.27 KB Sep 27, 2010 4.0.1 +1 10