------------------------------------------------------------------------
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.
------------------------------------------------------------------------
