v0.9.18 beta

Details

  • Filename
    AngryRaidPoints-v0.9.18_beta.zip
  • Uploaded by
  • Uploaded
    Apr 11, 2013
  • Size
    190.22 KB
  • Downloads
    108
  • MD5
    2f22f7f613c1da34b2ddabd3a606dd6f

Supported WoW Retail Versions

  • 5.2.0

Changelog

------------------------------------------------------------------------
r99 | ywfn | 2013-04-11 10:33:58 +0000 (Thu, 11 Apr 2013) | 1 line
Changed paths:
   A /tags/v0.9.18 beta (from /trunk:98)

Tagging as v0.9.18 beta
------------------------------------------------------------------------
r98 | ywfn | 2013-04-10 01:48:34 +0000 (Wed, 10 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Fix parameter # for previous fix, and add some extra error handling
------------------------------------------------------------------------
r97 | angrylygas | 2013-04-09 22:36:47 +0000 (Tue, 09 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Hopeful fix for ilvl showing up nil
------------------------------------------------------------------------
r96 | angrylygas | 2013-04-09 13:55:44 +0000 (Tue, 09 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Hopeful fix for ilvl showing up nil
------------------------------------------------------------------------
r95 | angrylygas | 2013-04-09 07:13:28 +0000 (Tue, 09 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Increased the number of messages the Loot Log stores to 24 (was 8)
------------------------------------------------------------------------
r93 | ywfn | 2013-04-07 09:11:57 +0000 (Sun, 07 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Missed a 1H weapon type
------------------------------------------------------------------------
r91 | angrylygas | 2013-04-07 06:33:45 +0000 (Sun, 07 Apr 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Do not remove the winner of a bid from multiple item bids if the item won is a weapon (for dual-wielding classes)
------------------------------------------------------------------------
r89 | ywfn | 2013-03-27 09:41:58 +0000 (Wed, 27 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Oops, fix for assignlist checks
------------------------------------------------------------------------
r88 | ywfn | 2013-03-27 09:33:25 +0000 (Wed, 27 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Hopefully fix a bug I'd been seeing where whenever the panel gets updated, radio buttons get cleared (even though the selection is really still present).  Also make sure the current selection gets reset/adjusted when appropriate.
------------------------------------------------------------------------
r87 | ywfn | 2013-03-27 09:06:16 +0000 (Wed, 27 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Change the main window "close" button to be a standard game close button (looked odd before)
- Change the way that ilvl reporting works in the loot log, now treat (H) and blank suffixes as special cases, everything else gets an ilvl suffix, should be more foolproof/future-proof
- Fix a bug with the /arp remove code (might have been added in my previous checkin, not sure)
------------------------------------------------------------------------
r86 | ywfn | 2013-03-27 08:34:54 +0000 (Wed, 27 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Don't allow /arp remove to remove a bidder after bidding has already started (the whispers already protected against it but the command didn't?), also cleaned up some of the removal msgs a bit
------------------------------------------------------------------------
r85 | angrylygas | 2013-03-27 05:10:57 +0000 (Wed, 27 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

- Added commands to remove bidders from the current list
- Added support for "nope" (identical to "pass")
------------------------------------------------------------------------
r83 | ywfn | 2013-03-20 09:57:07 +0000 (Wed, 20 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Add NOT_READY message type to fix potential problem (possibly problem I saw tonight)

------------------------------------------------------------------------
r81 | ywfn | 2013-03-19 12:04:41 +0000 (Tue, 19 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Minor cleanup: remove duplicated line, don't send AFK update if not in a raid
------------------------------------------------------------------------
r80 | angrylygas | 2013-03-19 10:39:46 +0000 (Tue, 19 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Added AFK checking of bid handlers
------------------------------------------------------------------------
r79 | ywfn | 2013-03-19 10:21:37 +0000 (Tue, 19 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Oops, also do offline/out-of-raid cleanup at that same interval
------------------------------------------------------------------------
r78 | ywfn | 2013-03-19 10:17:28 +0000 (Tue, 19 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Also refresh the ARP ready check if it's more than 30 seconds old, whenever window is open or opened
------------------------------------------------------------------------
r76 | ywfn | 2013-03-19 09:39:15 +0000 (Tue, 19 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Send an ARP ready check whenever a new corpse is looted, instead of when the window is first drawn
------------------------------------------------------------------------
r75 | ywfn | 2013-03-19 09:13:54 +0000 (Tue, 19 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

- Hopefully deal with odd error from class colors
- Remove bid handlers who leave the raid or go offline from the assign list ASAP
------------------------------------------------------------------------
r73 | ywfn | 2013-03-18 09:53:21 +0000 (Mon, 18 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Fix guild rank detection, needs testing
------------------------------------------------------------------------

Additional Files