r563

Details

  • Filename
    RaidWatch-r563.zip
  • Uploaded by
  • Uploaded
    Jul 20, 2010
  • Size
    897.67 KB
  • Downloads
    36
  • MD5
    7d5cab1239607f6ea0bc6b5608eb9be2

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r563 | mangeg | 2010-07-21 00:09:53 +0000 (Wed, 21 Jul 2010) | 9 lines
Changed paths:
   M /trunk/.docmeta
   M /trunk/Documentation
   M /trunk/Documentation/Callback_Core.lua
   M /trunk/Documentation/Callback_Core.txt
   M /trunk/Documentation/Callback_plugin_Bars.lua
   M /trunk/Documentation/Callback_plugin_Bars.txt
   D /trunk/Documentation/Callback_plugin_HealthFrame.lua
   D /trunk/Documentation/Callback_plugin_HealthFrame.txt
   A /trunk/Documentation/Callback_plugin_MPB.lua (from /trunk/Documentation/Callback_plugin_HealthFrame.lua:562
   A /trunk/Documentation/Callback_plugin_MPB.txt (from /trunk/Documentation/Callback_plugin_HealthFrame.txt:562
   M /trunk/Documentation/files/Callback_Core.html
   M /trunk/Documentation/files/Callback_Options.html
   M /trunk/Documentation/files/Callback_plugin_Bars.html
   M /trunk/Documentation/files/Callback_plugin_Direction.html
   M /trunk/Documentation/files/Callback_plugin_Flash.html
   A /trunk/Documentation/files/Callback_plugin_MPB.html
   M /trunk/Documentation/files/Callback_plugin_Message.html
   M /trunk/Documentation/files/Callback_plugin_RangeCheck.html
   M /trunk/Documentation/files/Callback_plugin_Warning.html
   M /trunk/Documentation/index.html
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/BasePlugins/Party.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Core/Locales/enUS.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Debug/RW_Debug.lua
   M /trunk/RaidWatch_Plugins/Bars.lua
   D /trunk/RaidWatch_Plugins/HealthFrame.lua
   M /trunk/RaidWatch_Plugins/Locales/deDE.lua
   M /trunk/RaidWatch_Plugins/Locales/enUS.lua
   M /trunk/RaidWatch_Plugins/Locales/esES.lua
   M /trunk/RaidWatch_Plugins/Locales/esMX.lua
   M /trunk/RaidWatch_Plugins/Locales/frFR.lua
   M /trunk/RaidWatch_Plugins/Locales/koKR.lua
   M /trunk/RaidWatch_Plugins/Locales/ruRU.lua
   M /trunk/RaidWatch_Plugins/Locales/zhCN.lua
   M /trunk/RaidWatch_Plugins/Locales/zhTW.lua
   A /trunk/RaidWatch_Plugins/MPB.lua (from /trunk/RaidWatch_Plugins/HealthFrame.lua:562
   M /trunk/RaidWatch_Plugins/modules.xml

#RaidWatch_Core/Prototypes/Boss:
- Updated to use new MPB plugin for health bars.
- Changed type("func") to type(func) to properly check for the type of func.
#RaidWatch_Core/Core:
- Added a message about that Health Frame plugin have been replaced by MPB and needs to be reconfigured.
#RaidWatch_Core/BasePlugins/CombatScanner:
- Death tracking now also returns gUID as second parameter.
#RaidWatch_Plugins/MPB:
- New pluging that replaces the old Health Frames, this new one can handle different bars better with build int functions for most types of bars that could be usefull.
------------------------------------------------------------------------
r562 | kagaro | 2010-07-19 21:49:56 +0000 (Mon, 19 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Logger/Analyzer/guid_tools.rb
   M /trunk/RaidWatch_Logger/Analyzer/heuristics.rb
   M /trunk/RaidWatch_Logger/Analyzer/records.rb

Fixed call to register callback
------------------------------------------------------------------------
r561 | kagaro | 2010-07-19 15:34:31 +0000 (Mon, 19 Jul 2010) | 1 line
Changed paths:
   A /trunk/Documentation/Generate_html.sh
   A /trunk/Documentation/Generate_wikicreole.sh
   A /trunk/Documentation/MoveFiles.sh

Unix version of the batch files for document gen
------------------------------------------------------------------------
r560 | kagaro | 2010-07-19 14:07:52 +0000 (Mon, 19 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

Updated logger to use Party in core instead of old plugin
------------------------------------------------------------------------
r559 | mangeg | 2010-07-19 14:05:51 +0000 (Mon, 19 Jul 2010) | 3 lines
Changed paths:
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/BasePlugins/Comm.lua
   M /trunk/RaidWatch_Core/BasePlugins/Party.lua
   M /trunk/RaidWatch_Core/Callbacks.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Core/Prototypes/Directions.lua
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua
   M /trunk/RaidWatch_Core/Prototypes/Messages.lua
   M /trunk/RaidWatch_Core/Prototypes/Plugin.lua
   M /trunk/RaidWatch_Core/Prototypes/Timers.lua
   M /trunk/RaidWatch_Core/Prototypes/Warnings.lua
   M /trunk/RaidWatch_Debug/RW_Debug.lua
   M /trunk/RaidWatch_Icecrown/FrostwingHall/Sindragosa.lua
   M /trunk/RaidWatch_Icecrown/TheCrimsonHall/Blood-QueenLanathel.lua
   M /trunk/RaidWatch_Icecrown/TheCrimsonHall/BloodPrinceCouncil.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/DeathbringerSaurfang.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/LordMarrowgar.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/Festergut.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/Rotface.lua
   M /trunk/RaidWatch_Icecrown/Trash/DeathspeakerHighPriest.lua
   M /trunk/RaidWatch_Options/Options.lua
   M /trunk/RaidWatch_Plugins/Bars.lua
   M /trunk/RaidWatch_Plugins/Controller.lua
   M /trunk/RaidWatch_Plugins/DKPInfo.lua
   M /trunk/RaidWatch_Plugins/Direction.lua
   M /trunk/RaidWatch_Plugins/Filter.lua
   M /trunk/RaidWatch_Plugins/Flash.lua
   M /trunk/RaidWatch_Plugins/HealthFrame.lua
   M /trunk/RaidWatch_Plugins/MessageFrame.lua
   M /trunk/RaidWatch_Plugins/RaidSpecs.lua
   M /trunk/RaidWatch_Plugins/RangeCheck.lua
   M /trunk/RaidWatch_Plugins/Stats.lua
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua
   M /trunk/RaidWatch_Plugins/WarningFrame.lua
   M /trunk/RaidWatch_RubySanctum/Baltharus.lua
   M /trunk/RaidWatch_Ulduar/Thorim.lua

- Changed from SendMessage/RegisterMessage to CallbackHandler-1.0.
- Changed Comm, Party and CombatScanner to be normal modules instead of Plugins. RW.Com RW.Party and RW.Combat
- Adjusted all affected plugins and boss mods for use of CallbackHandler.
------------------------------------------------------------------------
r558 | mangeg | 2010-07-19 13:51:46 +0000 (Mon, 19 Jul 2010) | 2 lines
Changed paths:
   M /trunk/.docmeta
   A /trunk/Documentation/Callback_Core.lua
   A /trunk/Documentation/Callback_Core.txt
   A /trunk/Documentation/Callback_Options.lua
   A /trunk/Documentation/Callback_Options.txt
   M /trunk/Documentation/Callback_plugin_Bars.txt
   M /trunk/Documentation/Callback_plugin_Direction.lua
   M /trunk/Documentation/Callback_plugin_Direction.txt
   A /trunk/Documentation/Callback_plugin_HealthFrame.lua
   A /trunk/Documentation/Callback_plugin_HealthFrame.txt
   M /trunk/Documentation/Callback_plugin_Message.txt
   A /trunk/Documentation/Callback_plugin_RangeCheck.lua
   A /trunk/Documentation/Callback_plugin_RangeCheck.txt
   A /trunk/Documentation/Comm.txt
   M /trunk/Documentation/Generate_wikiecreole.bat_
   A /trunk/Documentation/MoveFiles.bat_
   A /trunk/Documentation/Party.txt
   A /trunk/Documentation/files/Callback_Core.html
   A /trunk/Documentation/files/Callback_Options.html
   M /trunk/Documentation/files/Callback_plugin_Bars.html
   M /trunk/Documentation/files/Callback_plugin_Direction.html
   M /trunk/Documentation/files/Callback_plugin_Flash.html
   A /trunk/Documentation/files/Callback_plugin_HealthFrame.html
   M /trunk/Documentation/files/Callback_plugin_Message.html
   A /trunk/Documentation/files/Callback_plugin_RangeCheck.html
   M /trunk/Documentation/files/Callback_plugin_Warning.html
   M /trunk/Documentation/index.html
   M /trunk/Documentation/luadoc-mod/doclet/htmlMod/moduleMod.lp
   M /trunk/Documentation/luadoc-mod/doclet/wikicreole/wc-function.lp
   D /trunk/RaidWatch_BiteBuddy

- Documentation update.
- Removed RaidWatch_BiteBuddy (Untested and never getting used)
------------------------------------------------------------------------
r557 | kagaro | 2010-07-19 12:32:21 +0000 (Mon, 19 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

Adjusted yell/emote logs to also include sender health if available
------------------------------------------------------------------------
r556 | kagaro | 2010-07-18 14:18:45 +0000 (Sun, 18 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/Analyzer/combat_analyzer.rb
   A /trunk/RaidWatch_Logger/Analyzer/guid_tools.rb
   M /trunk/RaidWatch_Logger/Analyzer/heuristics.rb
   M /trunk/RaidWatch_Logger/Analyzer/records.rb

Some guid tools and test code
------------------------------------------------------------------------
r555 | kagaro | 2010-07-16 22:19:55 +0000 (Fri, 16 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/Analyzer/combat_analyzer.rb
   A /trunk/RaidWatch_Logger/Analyzer/convertor.rb
   A /trunk/RaidWatch_Logger/Analyzer/heuristics.rb
   A /trunk/RaidWatch_Logger/Analyzer/records.rb

Analyzer now can load the rw_log file and parse it. post anaylzer still needs done. classes for each record type complete
------------------------------------------------------------------------
r554 | mangeg | 2010-07-16 12:47:55 +0000 (Fri, 16 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/Documentation/Generate html.bat_
   D /trunk/Documentation/Generate wikiecreole.bat_
   A /trunk/Documentation/Generate_html.bat_ (from /trunk/Documentation/Generate html.bat_:550
   A /trunk/Documentation/Generate_wikiecreole.bat_ (from /trunk/Documentation/Generate wikiecreole.bat_:550
   M /trunk/Media/Arrow.tga
   A /trunk/Media/Arrow2.tga

- Updated .pkgmeta.
------------------------------------------------------------------------
r553 | mangeg | 2010-07-16 12:10:55 +0000 (Fri, 16 Jul 2010) | 4 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Controller.lua
   M /trunk/RaidWatch_Plugins/RangeCheck.lua

#RaidWatch_Plugins/Controller:
- Fix ticket #59: If LibGroupTalents does not return a role on load, set it to "" temporarily.
#RaidWatch_Plugins/RangeCheck:
- Fix ticket #58: Check if anchor is created before trying to hide it in OnDisable()
------------------------------------------------------------------------
r552 | mangeg | 2010-07-16 11:59:57 +0000 (Fri, 16 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Icecrown/FrostwingHall/Sindragosa.lua

#RaidWatch_Icecrown/FrostwingHall/Sindragosa:
- Added say message when target of Frost Beacon in phase 3.
------------------------------------------------------------------------
r551 | mangeg | 2010-07-16 11:50:49 +0000 (Fri, 16 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Documentation/Callback_plugin_Message.lua
   M /trunk/Documentation/Callback_plugin_Message.txt
   M /trunk/Documentation/luadoc-mod/doclet/wikicreole/wc-function.lp
   M /trunk/Documentation/luadoc-mod/doclet/wikicreole.lua
   M /trunk/RaidWatch.toc
   M /trunk/RaidWatch_Icecrown/TheCrimsonHall/BloodPrinceCouncil.lua
   M /trunk/RaidWatch_Icecrown/TheFrozenThrone/TheLichKing.lua
   M /trunk/RaidWatch_RubySanctum/Baltharus.lua
   M /trunk/RaidWatch_RubySanctum/Halion.lua
   M /trunk/RaidWatch_RubySanctum/Saviana.lua

#RaidWatch_Icecrown and RaidWatch_RubySanctum:
- Change most "XXX on ME!" to "XXX on [player name]!".
------------------------------------------------------------------------
r550 | mangeg | 2010-07-16 09:57:59 +0000 (Fri, 16 Jul 2010) | 1 line
Changed paths:
   A /trunk/.docmeta
   M /trunk/.pkgmeta
   M /trunk/Documentation
   A /trunk/Documentation/Callback_plugin_Bars.lua
   A /trunk/Documentation/Callback_plugin_Bars.txt
   A /trunk/Documentation/Callback_plugin_Direction.lua
   A /trunk/Documentation/Callback_plugin_Direction.txt
   A /trunk/Documentation/Callback_plugin_Flash.lua
   A /trunk/Documentation/Callback_plugin_Flash.txt
   A /trunk/Documentation/Callback_plugin_Message.lua
   A /trunk/Documentation/Callback_plugin_Message.txt
   A /trunk/Documentation/Callback_plugin_Warning.lua
   A /trunk/Documentation/Callback_plugin_Warning.txt
   A /trunk/Documentation/Generate html.bat_
   A /trunk/Documentation/Generate wikiecreole.bat_
   A /trunk/Documentation/Main.txt
   M /trunk/Documentation/files/Callback_plugin_Bars.html
   M /trunk/Documentation/files/Callback_plugin_Direction.html
   M /trunk/Documentation/files/Callback_plugin_Flash.html
   M /trunk/Documentation/files/Callback_plugin_Message.html
   M /trunk/Documentation/files/Callback_plugin_Warning.html
   M /trunk/Documentation/index.html
   A /trunk/Documentation/luadoc-mod (from /trunk/luadoc-mod:549)
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/fileMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/functionMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/indexMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/luadocMod.css
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/menuMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/moduleMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod/tableMod.lp
   A /trunk/Documentation/luadoc-mod/doclet/htmlMod.lua
   M /trunk/Documentation/luadoc-mod/doclet/wikicreole/wc-function.lp
   M /trunk/Documentation/luadoc-mod/doclet/wikicreole.lua
   M /trunk/Documentation/luadoc-mod/taglet/standard/tagsMod.lua
   M /trunk/Documentation/luadoc-mod/taglet/standardMod.lua
   M /trunk/Documentation/luadoc.css
   D /trunk/RaidWatch_Core/BasePlugins/Debugg.lua
   D /trunk/luadoc-mod

- More documentation.
------------------------------------------------------------------------
r549 | mangeg | 2010-07-16 08:07:49 +0000 (Fri, 16 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Documentation
   A /trunk/Documentation/files
   A /trunk/Documentation/files/Callback_plugin_Bars.html
   A /trunk/Documentation/files/Callback_plugin_Direction.html
   A /trunk/Documentation/files/Callback_plugin_Flash.html
   A /trunk/Documentation/files/Callback_plugin_Message.html
   A /trunk/Documentation/files/Callback_plugin_Warning.html
   A /trunk/Documentation/index.html
   A /trunk/Documentation/luadoc.css

- Documentation added.
------------------------------------------------------------------------
r548 | kagaro | 2010-07-15 19:01:17 +0000 (Thu, 15 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_DebugBossMod/RaidWatch_DebugBossMod.toc
   M /trunk/RaidWatch_DebugBossMod/TraningDummy.lua

Fixes to CombatTriggers. They now go off as intended.
------------------------------------------------------------------------
r547 | mangeg | 2010-07-15 18:19:15 +0000 (Thu, 15 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/luadoc-mod
   A /trunk/luadoc-mod/doclet
   A /trunk/luadoc-mod/doclet/wikicreole
   A /trunk/luadoc-mod/doclet/wikicreole/wc-function.lp
   A /trunk/luadoc-mod/doclet/wikicreole.lua
   A /trunk/luadoc-mod/taglet
   A /trunk/luadoc-mod/taglet/standard
   A /trunk/luadoc-mod/taglet/standard/tagsMod.lua
   A /trunk/luadoc-mod/taglet/standardMod.lua

- Adding luadoc stuff, wikicreole doclet and taglet mod.
------------------------------------------------------------------------
r546 | kagaro | 2010-07-15 02:34:04 +0000 (Thu, 15 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Boss:End now checks to see if we have an OnEnd, if so we execute it and if it return true we call self:Disable, otherwise we dont stop the module. If there is no OnEnd we disable as normal
------------------------------------------------------------------------
r545 | kagaro | 2010-07-14 23:39:13 +0000 (Wed, 14 Jul 2010) | 1 line
Changed paths:
   D /trunk/RaidWatch_Core/BasePlugins/Callbacks.lua

Removing u-needed callback.lua file
------------------------------------------------------------------------
r544 | mangeg | 2010-07-14 22:57:35 +0000 (Wed, 14 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua

- Fixed a bug where a table could be nil.
------------------------------------------------------------------------
r543 | mangeg | 2010-07-14 22:43:51 +0000 (Wed, 14 Jul 2010) | 2 lines
Changed paths:
   A /trunk/RaidWatch_Core/Callbacks.lua
   M /trunk/RaidWatch_Core/Prototypes/Plugin.lua
   M /trunk/RaidWatch_Core/modules.xml

#RaidWatch_Core:
- Adding Callback handling.
------------------------------------------------------------------------
r542 | kagaro | 2010-07-14 16:46:14 +0000 (Wed, 14 Jul 2010) | 1 line
Changed paths:
   A /trunk/RaidWatch_Core/BasePlugins/Callbacks.lua

Stub of callback handling
------------------------------------------------------------------------
r541 | kagaro | 2010-07-14 16:01:20 +0000 (Wed, 14 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Work for ticket #53 and #54 (#53 is hasnt bene tested yet as this is new api functionality and no boss module using them yet, 100% backwards comabt with existing modules
------------------------------------------------------------------------
r539 | mangeg | 2010-07-14 15:00:03 +0000 (Wed, 14 Jul 2010) | 2 lines
Changed paths:
   A /trunk/Media/Icons/versioncheck_down.tga
   A /trunk/Media/Icons/versioncheck_up.tga
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Plugins/Controller.lua

#RaidWatch_Plugins/Controller:
- Added icons for Version check button.
------------------------------------------------------------------------
r538 | mangeg | 2010-07-13 23:16:14 +0000 (Tue, 13 Jul 2010) | 4 lines
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Plugins/Controller.lua

#RaidWatch_Core/BasePlugins/CombatScanner:
- Only warn for possible broken combatlog while fighting bosses.
#RaidWatch_Plugins/Controller:
- Clean up the title a little.
------------------------------------------------------------------------
r537 | mangeg | 2010-07-13 12:57:19 +0000 (Tue, 13 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua

#RaidWatch_Core/BasePlugins/CombatScanner:
- Added OnPreEnd check, and adjusted OnPreEngage
------------------------------------------------------------------------
r536 | kagaro | 2010-07-13 12:52:48 +0000 (Tue, 13 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Added OnPreEngage hook to combat scanne and added new trigger stubs
------------------------------------------------------------------------
r535 | kagaro | 2010-07-13 11:51:20 +0000 (Tue, 13 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/EadricThePure.lua

Track cast success for Hammer of Righteousness
------------------------------------------------------------------------
r534 | kagaro | 2010-07-13 11:41:31 +0000 (Tue, 13 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua

Set TearGasSpamm to 0 incase we load during the encounter so it has an initial value
------------------------------------------------------------------------
r533 | mangeg | 2010-07-13 10:23:30 +0000 (Tue, 13 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua

#RaidWatch_Icecrown:
- Sanity check? Variable can be nil after it's assigned GetTime() ?
------------------------------------------------------------------------
r531 | kagaro | 2010-07-12 22:20:45 +0000 (Mon, 12 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/BlackKnight.lua
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/EadricThePure.lua
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/FactionChampions.lua (from /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/GrandChampions.lua:526
   D /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/GrandChampions.lua
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/Paletress.lua
   M /trunk/RaidWatch_PartyWOTLK/modules.xml

Updated the rest of the CoT 5 man bosses
------------------------------------------------------------------------
r530 | mangeg | 2010-07-12 21:37:20 +0000 (Mon, 12 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua

#RaidWatch_Plugins/VersionDisplay:
- Removed new version notification for now.
------------------------------------------------------------------------
r529 | mangeg | 2010-07-12 21:29:38 +0000 (Mon, 12 Jul 2010) | 7 lines
Changed paths:
   M /trunk/RaidWatch.lua
   D /trunk/RaidWatch_Core/BasePlugins/Notofication.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Messages.lua
   M /trunk/RaidWatch_Core/Prototypes/Timers.lua
   M /trunk/RaidWatch_Core/Prototypes/Warnings.lua

#RaidWatch_Core/BasePlugins/Notofication:
- Removed again, annoying stuff is not good to use.
#RaidWatch_Core/Common:
- Fixed some bugs with fading buttons.
#RaidWatch_Core/Prototypes:
- Added workaround for warning prototypes options where the default value was changed before the new way of settings the enabled state was in.

------------------------------------------------------------------------
r528 | kagaro | 2010-07-12 19:28:04 +0000 (Mon, 12 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua

Added some mroe checks when we hide an icon
------------------------------------------------------------------------
r527 | kagaro | 2010-07-12 19:14:07 +0000 (Mon, 12 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua

Fix bug in Icons code, where we go to hide the icon for a dead person, and thier id was nil
------------------------------------------------------------------------
r526 | mangeg | 2010-07-12 09:23:51 +0000 (Mon, 12 Jul 2010) | 4 lines
Changed paths:
   A /trunk/RaidWatch_Core/BasePlugins/Notofication.lua
   M /trunk/RaidWatch_Plugins/Locales/enUS.lua
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua

#RaidWatch_Core/BasePlugins:
- Added a small plugin to be used for showing important notification, such as new version available and update done that require game restart to work.
#RaidWatch_Plugins/VersionDisplay:
- Added support for the new notifications. (Inactive until tested)
------------------------------------------------------------------------
r525 | mangeg | 2010-07-12 08:07:51 +0000 (Mon, 12 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Locales/deDE.lua
   M /trunk/RaidWatch_Plugins/Locales/enUS.lua
   M /trunk/RaidWatch_Plugins/Locales/esES.lua
   M /trunk/RaidWatch_Plugins/Locales/esMX.lua
   M /trunk/RaidWatch_Plugins/Locales/frFR.lua
   M /trunk/RaidWatch_Plugins/Locales/koKR.lua
   M /trunk/RaidWatch_Plugins/Locales/ruRU.lua
   M /trunk/RaidWatch_Plugins/Locales/zhCN.lua
   M /trunk/RaidWatch_Plugins/Locales/zhTW.lua
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua

#RaidWatch_Plugins/VersionDisplay:
- Added support for localization.
------------------------------------------------------------------------
r524 | kagaro | 2010-07-12 00:58:29 +0000 (Mon, 12 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_DebugBossMod/RaidWatch_DebugBossMod.toc

Fixed area id for DemogBossMod to load in ironforge
------------------------------------------------------------------------
r523 | kagaro | 2010-07-11 20:40:01 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/GrandChampions.lua

Fix up some params to the filtered calls
------------------------------------------------------------------------
r522 | kagaro | 2010-07-11 19:59:52 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/GrandChampions.lua

Set name to Faction Champions, since libBB already has that
------------------------------------------------------------------------
r521 | kagaro | 2010-07-11 19:57:50 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion
   A /trunk/RaidWatch_PartyWOTLK/TrialOfTheChampion/GrandChampions.lua

Started stubbing Toc 5 man warnings, this excersize is for myself atm.
------------------------------------------------------------------------
r520 | kagaro | 2010-07-11 19:57:32 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua
   M /trunk/RaidWatch_PartyWOTLK/RaidWatch_PartyWOTLK.toc
   M /trunk/RaidWatch_PartyWOTLK/modules.xml
   M /trunk/area_id_list.txt

Started stubbing Toc 5 man warnings, this excersize is for myself atm.
------------------------------------------------------------------------
r519 | kagaro | 2010-07-11 14:19:15 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   A /trunk/RaidWatch_Logger/Analyzer
   A /trunk/RaidWatch_Logger/Analyzer/combat_analyzer.rb (from /trunk/RaidWatch_Logger/combat_analyzer.rb:515
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua
   D /trunk/RaidWatch_Logger/combat_analyzer.rb

Moved analyzer to its own folder, adjust pkgmeta to ignore it
------------------------------------------------------------------------
r518 | kagaro | 2010-07-11 13:54:44 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

and the format string
------------------------------------------------------------------------
r517 | kagaro | 2010-07-11 13:54:13 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

Adjust logger format
------------------------------------------------------------------------
r516 | kagaro | 2010-07-11 13:45:44 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Plugins/MessageFrame.lua

Remove comments about emote frame, already handled in the filter
------------------------------------------------------------------------
r515 | mangeg | 2010-07-11 12:35:11 +0000 (Sun, 11 Jul 2010) | 2 lines
Changed paths:
   M /trunk
   M /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/KarshSteelbender.lua

#RaidWatch_PartyCataclysm/BlackrockCaverns:
- Added warnigs and timers for Karsh Steelbender.
------------------------------------------------------------------------
r514 | mangeg | 2010-07-11 11:48:51 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/RaidWatch_PartyCataclysm
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/AscendantLordObsidius.lua
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/Beuty.lua
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/Corla.lua
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/KarshSteelbender.lua
   A /trunk/RaidWatch_PartyCataclysm/BlackrockCaverns/RomOggBonecrusher.lua
   A /trunk/RaidWatch_PartyCataclysm/HallsOfOrigination
   A /trunk/RaidWatch_PartyCataclysm/Locales
   A /trunk/RaidWatch_PartyCataclysm/Locales/deDE.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/esES.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/esMX.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/frFR.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/koKR.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/ruRU.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/zhCN.lua
   A /trunk/RaidWatch_PartyCataclysm/Locales/zhTW.lua
   A /trunk/RaidWatch_PartyCataclysm/LostCity
   A /trunk/RaidWatch_PartyCataclysm/RaidWatch_PartyCataclysm.toc
   A /trunk/RaidWatch_PartyCataclysm/locales.xml
   A /trunk/RaidWatch_PartyCataclysm/modules.xml

- Adding RaidWatch_PartyCataclysm, will not be included in the package until later.
------------------------------------------------------------------------
r513 | mangeg | 2010-07-11 11:37:04 +0000 (Sun, 11 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Controller.lua

#RaidWatch_Plugins/Controller.lua
- Added current spec to the title. Will show as "Role(Spec)".
------------------------------------------------------------------------
r512 | kagaro | 2010-07-11 03:34:30 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Icecrown/Trash/Precious.lua
   M /trunk/RaidWatch_Icecrown/Trash/Stinky.lua
   M /trunk/RaidWatch_Plugins/MessageFrame.lua

Apparently calling CombatLogReset whent he boss dies or too fast causes wow to crah it seems
------------------------------------------------------------------------
r511 | kagaro | 2010-07-11 01:15:04 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Plugins/RaidSpecs.lua

RaidSpec module now honors spec change notice as well
------------------------------------------------------------------------
r510 | kagaro | 2010-07-11 01:05:08 +0000 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Plugins/Controller.lua

Changed RaidWatch_Controller to check guid so it shows YOUR role, otherwise it changes when ever someone joins the raid or changes specs.
------------------------------------------------------------------------
r509 | kagaro | 2010-07-10 22:02:45 +0000 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua

Updated .pkgmeta to ignore the area list and analyzer script
------------------------------------------------------------------------
r508 | kagaro | 2010-07-10 15:55:38 +0000 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua
   M /trunk/RaidWatch_Options/Options.lua

#RaidWatch_Icons: Refactor of icon code, will now reflect the order specific in the boss module. #RaidWatch_Options adjust sorting to match the boss module declarions on order of marks being put out.
------------------------------------------------------------------------
r507 | mangeg | 2010-07-10 02:21:16 +0000 (Sat, 10 Jul 2010) | 3 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Locales/enUS.lua
   A /trunk/RaidWatch_Plugins/RaidSpecs.lua
   M /trunk/RaidWatch_Plugins/modules.xml

#Added new plugin RaidSpecs:
- Can show notifications when people change spec and role.
- In future will have a GUI that shows everyones current spec and role.
------------------------------------------------------------------------
r506 | mangeg | 2010-07-10 02:12:24 +0000 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch.toc

- Fix for ticket #50: Include LibGroupTalents-1.0 in OptionalDeps for no-lib version.
------------------------------------------------------------------------
r505 | mangeg | 2010-07-10 00:30:00 +0000 (Sat, 10 Jul 2010) | 4 lines
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Messages.lua
   M /trunk/RaidWatch_Core/Prototypes/Warnings.lua

#RaidWatch_Core/Prototypes:
- Improve the layout in the details window for Warnings and Messages.
#RaidWatch_Debug:
- Removed debug print on event trigger.
------------------------------------------------------------------------
r504 | mangeg | 2010-07-10 00:12:56 +0000 (Sat, 10 Jul 2010) | 3 lines
Changed paths:
   M /trunk/RaidWatch_Coliseum/AnubArak.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Messages.lua
   M /trunk/RaidWatch_Core/Prototypes/Timers.lua
   M /trunk/RaidWatch_Core/Prototypes/Warnings.lua
   M /trunk/RaidWatch_Debug/RW_Debug.lua
   M /trunk/RaidWatch_Icecrown/FrostwingHall/Sindragosa.lua
   M /trunk/RaidWatch_Icecrown/TheCrimsonHall/Blood-QueenLanathel.lua
   M /trunk/RaidWatch_Icecrown/TheFrozenThrone/TheLichKing.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/DeathbringerSaurfang.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/LadyDeathwhisper.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/Festergut.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua
   M /trunk/RaidWatch_RubySanctum/Halion.lua

#RaidWatch_Core/Porototypes:
- Changed to the new role aware enable state for all warning prototypes.
#RaidW
------------------------------------------------------------------------
r503 | mangeg | 2010-07-09 22:46:02 +0000 (Fri, 09 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Controller.lua

#RaidWatch_Plugins/Controller:
- Added current role (Tank, Healer, Melee, Caster) to the title.
------------------------------------------------------------------------
r502 | mangeg | 2010-07-09 22:27:17 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Locales/enUS.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Core/Prototypes/Timers.lua
   M /trunk/RaidWatch_DebugBossMod/TraningDummy.lua
   M /trunk/RaidWatch_Icecrown/TheFrozenThrone/TheLichKing.lua

- Improved the enable by role for timers, if it works now it will be done the same on warnings, messages and directions. It is now a multiselect dropdown where you can check for what roles it should be enabled.
------------------------------------------------------------------------
r501 | kagaro | 2010-07-09 21:11:24 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Debug/RW_Debug.lua
   M /trunk/RaidWatch_Icecrown/FrostwingHall/Sindragosa.lua

Fix to debug, so we dont use a global namespace var
------------------------------------------------------------------------
r500 | kagaro | 2010-07-09 20:58:46 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua
   M /trunk/RaidWatch_Icecrown/FrostwingHall/Sindragosa.lua

Fixed some errors in icon module
------------------------------------------------------------------------
r499 | kagaro | 2010-07-09 16:52:26 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua

added in a few spots that wer emissing the clear
------------------------------------------------------------------------
r498 | kagaro | 2010-07-09 16:49:25 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/LadyDeathwhisper.lua

Icon code updates. Should ensure if you wipe and leftover icons get removed that were up. stubebd in some parts for a draggable re-ordering (Incomplete, just stubbing idea markers)
------------------------------------------------------------------------
r497 | kagaro | 2010-07-09 13:35:25 +0000 (Fri, 09 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

Added an option to the RaidWatchLogger to /rwlog show or /rwlog hide to show/hide the minimap icon
------------------------------------------------------------------------
r496 | mangeg | 2010-07-09 11:03:03 +0000 (Fri, 09 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua

#Fix ticket #49:
- Remove leftover stuff from direction arrows.
------------------------------------------------------------------------
r495 | mangeg | 2010-07-09 05:02:32 +0000 (Fri, 09 Jul 2010) | 6 lines
Changed paths:
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Core/Prototypes/Timers.lua
   M /trunk/RaidWatch_Icecrown/TheFrozenThrone/TheLichKing.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/DeathbringerSaurfang.lua
   M /trunk/RaidWatch_Icecrown/TheLowerSpire/LadyDeathwhisper.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/Festergut.lua
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua

#RaidWatch_Core/Prototypes/Timers.lua
- Change the enable option to be role dependent, can now set it to things like "When tank", "When healer" and so on. Will do the same change for warnings and messages later when I see that it works for timers.
#RaidWatch_Logger/RaidWatch_Logger.lua
- Set the minimap icon to default off until there is an option to turn hide it.
#RaidWatch_Plugins/VersionDisplay.lua
- Removed some debug global.
------------------------------------------------------------------------
r494 | kagaro | 2010-07-08 19:52:56 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Make sure we clear the combat log before we start a boss module
------------------------------------------------------------------------
r493 | kagaro | 2010-07-08 17:07:29 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/Comm.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Debug/RW_Debug.lua
   M /trunk/RaidWatch_Plugins/Bars.lua

Fix to debug module, so if no boss mods are loaded it doesnt crap out. Also moved some comm onEnable to onRegister
------------------------------------------------------------------------
r492 | mangeg | 2010-07-08 16:05:01 +0000 (Thu, 08 Jul 2010) | 6 lines
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/Comm.lua
   M /trunk/RaidWatch_Plugins/Controller.lua
   M /trunk/RaidWatch_Plugins/DKPInfo.lua

#RaidWatch_Core/BasePlugins/Comm.lua
- Fixed so that the com plugin listens to SendCom right away and not missing the first ones since it had not registered to handle those messages.
#RaidWatch_Plugins/Controller.lua
- Fixed global leak.
#RaidWatch_Plugins/DKPInfo.lua
- Only send data to others once when many asks for it at the same time.
------------------------------------------------------------------------
r491 | mangeg | 2010-07-08 15:32:05 +0000 (Thu, 08 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Logger/RaidWatch_Logger.lua

#RaidWatch_Logger:
- Fixed a small bug in the dropdown menu.
------------------------------------------------------------------------
r490 | kagaro | 2010-07-08 14:59:59 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   A /trunk/RaidWatch_Logger
   A /trunk/RaidWatch_Logger/Locales
   A /trunk/RaidWatch_Logger/Locales/deDE.lua
   A /trunk/RaidWatch_Logger/Locales/enUS.lua
   A /trunk/RaidWatch_Logger/Locales/esES.lua
   A /trunk/RaidWatch_Logger/Locales/esMX.lua
   A /trunk/RaidWatch_Logger/Locales/frFR.lua
   A /trunk/RaidWatch_Logger/Locales/koKR.lua
   A /trunk/RaidWatch_Logger/Locales/ruRU.lua
   A /trunk/RaidWatch_Logger/Locales/zhCN.lua
   A /trunk/RaidWatch_Logger/Locales/zhTW.lua
   A /trunk/RaidWatch_Logger/RaidWatch_Logger.lua
   A /trunk/RaidWatch_Logger/RaidWatch_Logger.toc
   A /trunk/RaidWatch_Logger/combat_analyzer.rb
   A /trunk/RaidWatch_Logger/locales.xml

Intiial import of RaidWatchLogger, wanted to get it into svn sooner rather than later
------------------------------------------------------------------------
r489 | kagaro | 2010-07-08 14:54:48 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Options/Options.lua

Refactoring icons so its not duplicated several time
------------------------------------------------------------------------
r488 | kagaro | 2010-07-08 14:53:29 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Icons.lua

Refactoring icons so its not duplicated several time
------------------------------------------------------------------------
r487 | kagaro | 2010-07-08 14:43:04 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Fix bug introduced with talent query
------------------------------------------------------------------------
r486 | kagaro | 2010-07-08 13:40:51 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Added LibGroupTalents to determine role and monitor changes to the role
------------------------------------------------------------------------
r485 | mangeg | 2010-07-08 12:52:47 +0000 (Thu, 08 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_RubySanctum/Halion.lua

#RaidWatch_RubySanctum/Halion.lua
- As pointed out, the cooldown for Fiery Combustion and Soul Consumption does not trigger when resisted now that it was changed to only monitor SPELL_AURA_APPLIED. So the cooldown now fires on SPELL_CAST_SUCCESS
------------------------------------------------------------------------
r484 | kagaro | 2010-07-08 11:23:05 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Fixed error in isTank check, dont use self for a non self function
------------------------------------------------------------------------
r483 | mangeg | 2010-07-08 01:26:22 +0000 (Thu, 08 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/DKPInfo.lua

#RaidWatch_Plugins/DKPInfo.lua
- Refresh the lists when a DKP-Pool or Sort Method is chosen.
------------------------------------------------------------------------
r482 | mangeg | 2010-07-08 01:22:08 +0000 (Thu, 08 Jul 2010) | 11 lines
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Plugins/Controller.lua
   M /trunk/RaidWatch_Plugins/DKPInfo.lua

#RaidWatch_Core/BasePlugins/CombatScanner.lua
- Moved the CombatlogClearEntries to the combatlog monitor part in scanWipe()
- Added experimental functionality to use UNIT_AURA instead of the combatlog in case it breaks down and its not fixable by CombatLogClearEntries()
#RaidWatch_Core/Common.lua
- Fixed bug in UnregisterOnUpdate where it was unregistering all function for that frame instead of just the one wanted.
#RaidWatch_Core/Prototypes/Boss.lua
- Changed spamm protection in BossSync to 5 seconds instead of 2 to see if that helps.
#RaidWatch_Plugins/Controller.lua
- Fixed a bug where the title text was not getting updated randomly.
#RaidWatch_Plugins/DKPInfo.lua
- Fixed bug where the window would randomly go totally empty and not show anything until after a relog or ReloadUI.
------------------------------------------------------------------------
r481 | kagaro | 2010-07-07 22:46:41 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua

Force a combatlog clear entries when we start a fight
------------------------------------------------------------------------
r480 | mangeg | 2010-07-07 22:26:01 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/modules.xml

- Removed LibBabbleBoss from pkgmeta.
------------------------------------------------------------------------
r479 | mangeg | 2010-07-07 22:19:46 +0000 (Wed, 07 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Core/BasePlugins/CombatScanner.lua
   M /trunk/RaidWatch_RubySanctum/Baltharus.lua
   M /trunk/RaidWatch_RubySanctum/Halion.lua
   M /trunk/RaidWatch_RubySanctum/RaidWatch_RubySanctum.toc
   M /trunk/RaidWatch_RubySanctum/Saviana.lua
   M /trunk/RaidWatch_RubySanctum/Zarithrian.lua

#RaidWatch_RubySanctum:
- Changing icons for the mod and the bosses.
------------------------------------------------------------------------
r478 | kagaro | 2010-07-07 22:15:16 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   A /trunk/modules.xml (from /trunk/modules.xml:474

Fixed case in modules file for the mac
------------------------------------------------------------------------
r477 | mangeg | 2010-07-07 22:05:41 +0000 (Wed, 07 Jul 2010) | 3 lines
Changed paths:
   M /trunk
   M /trunk/Libs/modules.xml
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch.toc
   M /trunk/RaidWatch_Coliseum/RaidWatch_Coliseum.toc
   M /trunk/RaidWatch_DebugBossMod/RaidWatch_DebugBossMod.toc
   M /trunk/RaidWatch_Icecrown/RaidWatch_Icecrown.toc
   M /trunk/RaidWatch_PartyWOTLK/RaidWatch_PartyWOTLK.toc
   M /trunk/RaidWatch_RubySanctum/RaidWatch_RubySanctum.toc
   M /trunk/RaidWatch_Ulduar/RaidWatch_Ulduar.toc
   M /trunk/RaidWatch_VoA/RaidWatch_VoA.toc
   D /trunk/modules.xml

#RaidWatch General:
- No longer using LibBabbleZone for load on demand. Instead using AreaID that is independent of locale. This will require game restart to take effekt.
- Removed support to run the SVN-version in favor for just using symlink to not have 2 version of every load on demand thing.
------------------------------------------------------------------------
r476 | kagaro | 2010-07-07 17:07:13 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Added some new track methods, they are backwards compat as they dont touch the original Track function.
------------------------------------------------------------------------
r475 | kagaro | 2010-07-07 15:22:28 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua

Added isTank flag to boss prototype
------------------------------------------------------------------------
r474 | kagaro | 2010-07-07 14:42:20 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   A /trunk/area_id_list.txt

Added area id list
------------------------------------------------------------------------
r472 | mangeg | 2010-07-06 22:46:08 +0000 (Tue, 06 Jul 2010) | 5 lines
Changed paths:
   M /trunk
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch.toc
   M /trunk/RaidWatch_Core/BasePlugins/Party.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trunk/RaidWatch_Plugins/Controller.lua
   M /trunk/RaidWatch_Plugins/DKPInfo.lua
   M /trunk/RaidWatch_Plugins/RangeCheck.lua
   M /trunk/RaidWatch_Plugins/VersionDisplay.lua

#RaidWatch Loader:
- SVN version will show as revision 0 now instead of Dev
- Updated the version display a bit, should at least not give errors anymore.
#RaidWatch_Plugins/*:
- Fade windows in and out instead of instant show and hide.
------------------------------------------------------------------------
r471 | mangeg | 2010-07-06 07:31:05 +0000 (Tue, 06 Jul 2010) | 4 lines
Changed paths:
   M /trunk/RaidWatch_RubySanctum/Halion.lua

#RaidWatch_RubySanctum/Halion.lua
- Switched back to SPELL_AURA_APPLIED for Combustion and Consumption since they got resisted so many times and wasted peoples time with false warnings. Negative side is that the warning will be slightly later then before. but should be in the 0.2s range.
- Turned of the sync for Cutter and Meteor again since it messed up the cooldowns.
- Initial cutter in p2 seems to be  5s earlier in heroic.
------------------------------------------------------------------------
r470 | mangeg | 2010-07-04 15:33:17 +0000 (Sun, 04 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Icecrown/ThePlagueworks/ProfessorPutricide.lua

#RaidWatch_Icecrown(ThePlagueworks/ProfessorPutricide.lua
- Fixed missing Sickness function error (stuff that was removed when AVR was disabled but some was left in there still!)
------------------------------------------------------------------------
r469 | mangeg | 2010-07-04 01:32:42 +0000 (Sun, 04 Jul 2010) | 6 lines
Changed paths:
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Options/Locales/enUS.lua
   M /trunk/RaidWatch_Options/Options.lua

#RaidWatch_Core/Common.lua
- Apply styles to windows on profile switch.
- Set final gradient color to black instead of gray.
#RaidWatch_Options/Options.lua
- Sort out window options so it looks a bit better.
- Set the default button color to white.
------------------------------------------------------------------------
r468 | mangeg | 2010-07-04 00:52:58 +0000 (Sun, 04 Jul 2010) | 2 lines
Changed paths:
   M /trunk/RaidWatch_Plugins/Controller.lua

#RaidWatch_Plugins/Controller.lua
- Hide after boss fight if it is not set to always show or show in instance.
------------------------------------------------------------------------
r467 | mangeg | 2010-07-04 00:42:55 +0000 (Sun, 04 Jul 2010) | 4 lines
Changed paths:
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch_Core/Core.lua
   M /trunk/RaidWatch_Core/RaidWatch_Core.toc
   M /trunk/RaidWatch_Plugins/DKPInfo.lua

#RaidWatch_Core/Core.lua
- Load the core right away, don't wait for zoning in an instance or something. This is to load plugins right away for the new Controller and eqDKP Stats.
#RaidWatch_Plugins/DKPInfo.lua
- Fixing some bugs.
------------------------------------------------------------------------
r466 | mangeg | 2010-07-03 23:23:34 +0000 (Sat, 03 Jul 2010) | 1 line
Changed paths:
   M /trunk/RaidWatch_Plugins/Locales/zhCN.lua

- Typo in localization file.
------------------------------------------------------------------------
r465 | mangeg | 2010-07-03 23:17:36 +0000 (Sat, 03 Jul 2010) | 6 lines
Changed paths:
   A /trunk/Media/Icons/refresh_down.tga
   A /trunk/Media/Icons/refresh_up.tga
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Locales/enUS.lua
   A /trunk/RaidWatch_Plugins/DKPInfo.lua
   M /trunk/RaidWatch_Plugins/Locales/deDE.lua
   M /trunk/RaidWatch_Plugins/Locales/enUS.lua
   M /trunk/RaidWatch_Plugins/Locales/esES.lua
   M /trunk/RaidWatch_Plugins/Locales/esMX.lua
   M /trunk/RaidWatch_Plugins/Locales/frFR.lua
   M /trunk/RaidWatch_Plugins/Locales/koKR.lua
   M /trunk/RaidWatch_Plugins/Locales/ruRU.lua
   M /trunk/RaidWatch_Plugins/Locales/zhCN.lua
   M /trunk/RaidWatch_Plugins/Locales/zhTW.lua

#RaidWatch_Plugins/DKPInfo.lua
- Added new plugin to view eqDKP data in game.
  Plugins -> eqDKP Stats  or  trough the Controller pullout menu.
- Added localization.
#Media
- Added Refresh icons.
------------------------------------------------------------------------
r464 | mangeg | 2010-07-03 17:24:45 +0000 (Sat, 03 Jul 2010) | 13 lines
Changed paths:
   M /trunk/RaidWatch.lua
   M /trunk/RaidWatch_Core/BasePlugins/Party.lua
   M /trunk/RaidWatch_Core/Common.lua
   M /trunk/RaidWatch_Core/Locales/enUS.lua
   M /trunk/RaidWatch_Core/Prototypes/Boss.lua
   M /trun

Additional Files

Type Name Size Uploaded Game Version Downloads
609.57 KB Jul 20, 2010 3.3.5 15