------------------------------------------------------------------------
r547 | starinnia | 2012-09-29 04:06:14 +0000 (Sat, 29 Sep 2012) | 1 line
Changed paths:
   M /trunk/modules/Cooldowns.lua

Add an empty table for Monks so it stops spitting errors at me.
------------------------------------------------------------------------
r546 | ywfn | 2012-09-08 03:53:20 +0000 (Sat, 08 Sep 2012) | 2 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Also add Holy Avenger cooldown

------------------------------------------------------------------------
r545 | ywfn | 2012-09-08 03:51:04 +0000 (Sat, 08 Sep 2012) | 2 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Added Hand of Purity and Vigilance cooldowns

------------------------------------------------------------------------
r544 | ywfn | 2012-09-06 11:18:39 +0000 (Thu, 06 Sep 2012) | 2 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Added Stormlash Totem, Healing Tide Totem, Healing Stream Totem, Mass Spell Reflection, Safeguard

------------------------------------------------------------------------
r543 | ywfn | 2012-09-06 11:08:46 +0000 (Thu, 06 Sep 2012) | 2 lines
Changed paths:
   M /trunk/modules/ReadyCheck.lua

Fix ready checks in parties (ticket 109) (GetPartyMember() was removed)

------------------------------------------------------------------------
r542 | ywfn | 2012-09-04 10:49:38 +0000 (Tue, 04 Sep 2012) | 2 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Got to do some live testing of Soulstone behavior and was able to simplify that a bit, now only one spell entry is needed for both types of soulstone usage, and the spelllAuraApplied exception is actually not necessary.

------------------------------------------------------------------------
r541 | ywfn | 2012-09-04 05:21:22 +0000 (Tue, 04 Sep 2012) | 10 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Went through all the existing oRA3 cooldowns:

- Removed those that no longer exist, updated the spellID on those that changed, updated CD times on those that still exist
- Updated the talent scanning code and added in the talents that affect CDs we're watching (I only found 3 talents that do)
- Fully updated the glyph list as far as I can see, for all CDs we're watching
- New warlock soulstone behavior (when it's used to put up the buff, not to combat res) needed special handling as a "spellAuraApplied" exception (drycoded from combat logs, untested)
- Druid glyph for Skull Bash required adding a new feature to let a glyph affect the CD on 2 different spellIDs

Testing would be good - wouldn't be surprised if I missed something somewhere.  I didn't add any new spells that people might be interested in watching, yet, except perhaps one or two that came to mind.

------------------------------------------------------------------------
r540 | mysticalos | 2012-09-04 02:51:29 +0000 (Tue, 04 Sep 2012) | 1 line
Changed paths:
   M /trunk/modules/ReadyCheck.lua

GetInstanceInfo() and GetInstanceDifficulty() don't match. GetInstanceDifficulty is diff+1 to GetInstanceInfo for some reason.
------------------------------------------------------------------------
r539 | durcyn | 2012-09-03 16:40:23 +0000 (Mon, 03 Sep 2012) | 1 line
Changed paths:
   M /trunk/modules/Promote.lua

Promote: stop throwing errors on factionDb.promoteRank nullity
------------------------------------------------------------------------
r538 | durcyn | 2012-09-03 16:39:51 +0000 (Mon, 03 Sep 2012) | 1 line
Changed paths:
   M /trunk/oRA3.lua

clean up stray SETGLOBAL lastTankCount
------------------------------------------------------------------------
r537 | mysticalos | 2012-09-03 14:50:22 +0000 (Mon, 03 Sep 2012) | 1 line
Changed paths:
   M /trunk/modules/ReadyCheck.lua

actually, those difficulties are way off, these are proper ones. it's kind of amusing, but blizzard has these wrong even in half of it's code still(it's why EJ opens up to wrong difficulty by default when inside a raid).
------------------------------------------------------------------------
r536 | ywfn | 2012-09-03 07:39:12 +0000 (Mon, 03 Sep 2012) | 4 lines
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/ReadyCheck.lua

Fix for new GetInstanceDifficulty() returns - this fixes the top vs bottom line in ready checks.

Also the invite function has been trying to invite the inviter (producing a "You can't invite yourself" error).  Looks like the UnitInParty function is returning nil now for the player object when he's solo (I believe it used to return 1?)  Fixed this with another check.

------------------------------------------------------------------------
r535 | mysticalos | 2012-08-30 19:07:22 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Invite.lua

fix an oopsy
------------------------------------------------------------------------
r534 | mysticalos | 2012-08-30 13:23:32 +0000 (Thu, 30 Aug 2012) | 4 lines
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/Loot.lua
   M /trunk/modules/Promote.lua

Revert some breakage from last commit.
1. IsInRaid() is necessary check because GetNumGroupMembers() is true in RAID and PARTY. Don't remove checks if you don't know what they are for.
2. UnitIsGroupLeader("player") is a unit function, "player" is a valid unitid. Don't make pointless changes like UnitIsGroupLeader(UnitName("player"))
3. Read the svn log to understand previous changes better before reverting them and breaking what they were intended to fix.
------------------------------------------------------------------------
r533 | HonestyHyj | 2012-08-30 07:03:08 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/oRA3.lua

Include raid leader as promoted.
------------------------------------------------------------------------
r532 | HonestyHyj | 2012-08-30 07:02:03 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/Loot.lua
   M /trunk/modules/Promote.lua
   M /trunk/modules/ReadyCheck.lua
   M /trunk/modules/Zone.lua

Update for changes in raid/party count and leadership with 5.0.4
------------------------------------------------------------------------
r531 | mysticalos | 2012-08-30 02:16:36 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/Loot.lua
   M /trunk/modules/Promote.lua
   M /trunk/modules/Zone.lua

More Fixes
------------------------------------------------------------------------
r530 | stanzilla | 2012-08-30 01:51:14 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/Zone.lua
   M /trunk/oRA3.lua

more fixes
------------------------------------------------------------------------
r529 | stanzilla | 2012-08-30 01:30:15 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Promote.lua

more API usage fixes
------------------------------------------------------------------------
r528 | stanzilla | 2012-08-30 01:20:05 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/oRA3.lua

add IsInRaid() check
------------------------------------------------------------------------
r527 | stanzilla | 2012-08-30 01:14:50 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/modules/Invite.lua
   M /trunk/modules/Promote.lua

more API updates
------------------------------------------------------------------------
r526 | stanzilla | 2012-08-30 01:06:39 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/oRA3.lua

some 5.0 API updates
------------------------------------------------------------------------
r525 | stanzilla | 2012-08-30 01:00:34 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/oRA3.toc

friendly toc bump from the neighbourhood
------------------------------------------------------------------------
r524 | stanzilla | 2012-08-30 00:58:53 +0000 (Thu, 30 Aug 2012) | 1 line
Changed paths:
   M /trunk/oRA3.lua

UIPanelButtonTemplate2 => UIPanelButtonTemplate
------------------------------------------------------------------------
r523 | mysticalos | 2012-02-02 06:39:57 +0000 (Thu, 02 Feb 2012) | 1 line
Changed paths:
   M /trunk/oRA3.toc

Bump Toc, some people in raid are complaining it's "out of date". sigh.
------------------------------------------------------------------------
