r29
Details
-
FilenameWakeSpams-r29.zip
-
Uploaded by
-
UploadedSep 20, 2010
-
Size88.58 KB
-
Downloads22
-
MD5addeb9ada2dd7cd8ed36fe4f5baee6e8
Supported WoW Retail Versions
- 4.0.1
- 3.3.5
Changelog
------------------------------------------------------------------------
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
------------------------------------------------------------------------