2.0.48-beta

Details

  • Filename
    WakeSpams-2.0.48-beta.zip
  • Uploaded by
  • Uploaded
    Oct 13, 2010
  • Size
    153.28 KB
  • Downloads
    79
  • MD5
    cbf9e86906109c38769c94d69389e6bf

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r48 | cyrila | 2010-10-13 19:33:49 +0000 (Wed, 13 Oct 2010) | 28 lines
Changed paths:
   A /tags/2.0.48-beta (from /trunk:47)

Tagging as 2.0.48-beta

4.0 update. This update will reset all settings you may have changed.

Interface Options:
- Interface Options to add spells is now available and fully functional. Spells are added by Spell ID.
- The addon can detect the best settings for each spell you wish to add automatically (this requires you to cast the spell).
- Misc. tweaks to interface options.

Output options:
- Added chat output configuration, both global and spell specific.
- Added option to disable spell announcement in addition to the other output options, based on your current state (solo, party, arena etc).
- Spells that aren't set to always whisper target, but only on occasion, will not whisper players that aren't in your raid or party.

AoE spell improvements:
- All spells that hit multiple targets (friendly as well as hostile) should be flagged as aoe type spells from now on. Bloodlust/Heroism, Divine Guardian and Shockwave have all been updated to reflect this change. Spells that were previously flagged as aoe spells are unchanged.
- AoE spells can now have their own custom announcement instead of the default one.
- Fade messages for aoe spells now work properly. (Note: spell:link is the only string replacement that works for aoe spell fade messages currently.)

Zone Detection:
- WG and TB zone detection should now work on all locales (credits to Kagaro)

Spell List:
- The default spell database has been updated to reflect the 4.0 changes.

Misc changes:
- Combat log event scanner now picks up spells cast by your pet in addition to your own.
- Login "alpha" notice has been removed since the addon should now be safe to use in a raid environment.
------------------------------------------------------------------------
r47 | cyrila | 2010-10-13 19:20:27 +0000 (Wed, 13 Oct 2010) | 3 lines
Changed paths:
   M /trunk/WakeSpams.lua

- Bump db version.

All settings will reset with this update
------------------------------------------------------------------------
r46 | cyrila | 2010-10-12 10:01:55 +0000 (Tue, 12 Oct 2010) | 20 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpams.toc
   M /trunk/WakeSpamsOptions/WakeSpamsOptions.toc
   M /trunk/WakeSpamsOptions/config.lua

Interface Options:
- Interface Options to add spells is now available and fully functional. Spells are added by Spell ID.
- The addon can detect the best settings for each spell you wish to add automatically (this requires you to cast the spell).
- Misc. tweaks to interface options.

AoE spell improvements:
- All spells that hit multiple targets (friendly as well as hostile) should be flagged as aoe type spells from now on. Bloodlust/Heroism, Divine Guardian and Shockwave have all been updated to reflect this change. Spells that were previously flagged as aoe spells are unchanged.
- AoE spells can now have their own custom announcement instead of the default one.
- Fade messages for aoe spells now work properly. (Note: spell:link is the only string replacement that works for aoe spell fade messages currently.)

Zone Detection:
- WG and TB zone detection should now work on all locales (credits to Kagaro)

Spell List:
- The default spell database has been updated to reflect the 4.0 changes.

Misc changes:
- Login "alpha" notice has been removed since the addon should now be safe to use in a raid environment.

.toc bumped
------------------------------------------------------------------------
r45 | cyrila | 2010-10-10 22:17:06 +0000 (Sun, 10 Oct 2010) | 3 lines
Changed paths:
   M /trunk/WakeSpams.lua

- Spell announcements on targets without raid marks now work properly again.

- Chat throttle timer interval lowered by .2 seconds.
------------------------------------------------------------------------
r44 | cyrila | 2010-10-10 06:03:39 +0000 (Sun, 10 Oct 2010) | 5 lines
Changed paths:
   M /trunk/SpellList.lua
   M /trunk/WakeSpams.lua
   M /trunk/WakeSpamsOptions/config.lua

- Made changes to the zone/etc detection (no longer locale dependent)

- Changed Bloodlust/Heroism event to SPELL_CAST_SUCCESS so it no longer floods fade messages if it fades asynchronously.

- Other misc changes.
------------------------------------------------------------------------
r43 | cyrila | 2010-09-28 03:08:48 +0000 (Tue, 28 Sep 2010) | 4 lines
Changed paths:
   M /trunk/WakeSpams.lua

- Default output for when you're solo is now set to "self".

- Spells that aren't set to always whisper target, but only on occasion, will no longer whisper players that aren't in your raid or party.
This workaround has been implemented to avoid whispering players that you duel.
------------------------------------------------------------------------
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
30.09 KB Oct 13, 2010 4.0.1 16