r40

Details

  • Filename
    AngryRaidPoints-r40.zip
  • Uploaded by
  • Uploaded
    Mar 1, 2013
  • Size
    186.66 KB
  • Downloads
    61
  • MD5
    d27daacc3c7ab3d4c96bc29efc430478

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r40 | ywfn | 2013-03-02 00:03:15 +0000 (Sat, 02 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Fix another version check
- Change large window width to 810

------------------------------------------------------------------------
r39 | angrylygas | 2013-03-01 22:42:04 +0000 (Fri, 01 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

Redesigned Core Panel:
- Loot Assignment is now part of the core panel, to allow for unified dragging
- Clicking the Loot Assignment button now extends the core panel and shows frames pertaining to loot assignment, instead of spawning a new window
------------------------------------------------------------------------
r37 | ywfn | 2013-03-01 20:07:54 +0000 (Fri, 01 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Cleanup

------------------------------------------------------------------------
r36 | ywfn | 2013-03-01 18:50:58 +0000 (Fri, 01 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Adjust order of buttons in main window to what I think makes a lot more sense (last call -> start bid, then loot assignment over on the right next to the loot assignment window).
------------------------------------------------------------------------
r35 | ywfn | 2013-03-01 18:29:25 +0000 (Fri, 01 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Don't disable the "Reload" button under the item list when the number of items becomes zero.
- Don't allow lastcall to be done when the bid's already in progress.
- Leave "DE" lines in the viewable loot log, but don't copy them to the copyable loot log, because there's no need to paste those out-of-game.
------------------------------------------------------------------------
r34 | ywfn | 2013-03-01 17:59:03 +0000 (Fri, 01 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

- Fixed the problem with a player switching between mainspec and offspec for a given bid.  Random number is retained and the entry is removed from the other list as appropriate.  Seems to work, but more testing wouldn't hurt.
- Commented out the refresh button in the Loot Assignment window, don't see any current valid use for it, seems to just be clutter.
------------------------------------------------------------------------
r33 | ywfn | 2013-03-01 17:36:52 +0000 (Fri, 01 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Cleaned up and made consistent some stuff related to who's allowed to do what and where.  Loot will only be checked in raids.  If loot method isn't ML, then anyone will be allowed to use the Loot Assignment window.  If method is ML, then only the ML will be able to.  If the loot method changes (or the ML changes), then the Loot Assignment window will always close.
------------------------------------------------------------------------
r32 | ywfn | 2013-03-01 17:12:55 +0000 (Fri, 01 Mar 2013) | 6 lines
Changed paths:
   M /trunk/Core.lua

Changed how the item list works, I think this setup will be workable:
- A "new" corpse/chest is any one that has an epic item inside of it that wasn't present in the last corpse/chest.
- Whenever opening a new corpse/chest, current item list is cleared and the items from the new corpse/chest appear in there.  Items are removed as they're assigned to bid handlers.
- The "Clear" button is renamed to "Reload", and its functionality is to clear the item list and load back in all items on the currently-open corpse/chest, or if one is not open, clear the item list and force a load of all items on the next corpse/chest you open.

Changed default strata to "HIGH" so it goes on top of hotbars and stuff, but not on top of the loot window.  Loot window needs to be on top so you can ML items while looking at the Loot Log.
------------------------------------------------------------------------
r31 | ywfn | 2013-03-01 14:49:59 +0000 (Fri, 01 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Send an error to someone if their guild rank is invalid (and thus not added to the bidding list), instead of telling them that their bid was accepted.
- Cosmetic/consistency changes on a few tells

------------------------------------------------------------------------
r30 | ywfn | 2013-03-01 13:23:55 +0000 (Fri, 01 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Display current channel in "/arp" output (similar to what I did with scale)
- Add note to "/arp" output about toggle being available in game keybindings

------------------------------------------------------------------------
r29 | ywfn | 2013-03-01 13:09:16 +0000 (Fri, 01 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/bindings.xml

Fix a bug with keybinding
------------------------------------------------------------------------
r28 | ywfn | 2013-03-01 13:00:10 +0000 (Fri, 01 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua
   A /trunk/bindings.xml

- Add support for a game keybinding for "/arp toggle"
- Fix (and greatly simplify) the tied-bidder randomizer (still needs testing)
------------------------------------------------------------------------
r27 | ywfn | 2013-03-01 11:49:02 +0000 (Fri, 01 Mar 2013) | 4 lines
Changed paths:
   M /trunk/Core.lua

- Made the scale line in "/arp" show the current scale
- Changed the main window to display "dev" for non-versions, same as the version list
- Couple cosmetic things and updated TODO from my own list

------------------------------------------------------------------------
r26 | angrylygas | 2013-03-01 11:20:39 +0000 (Fri, 01 Mar 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Fixed version checking (for real, this time)
------------------------------------------------------------------------
r25 | angrylygas | 2013-03-01 10:53:10 +0000 (Fri, 01 Mar 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Fixed version checking
- Redesigned copying from the loot log
- Fixed a bug where bidders could win an item for less than the initial minimum
------------------------------------------------------------------------
r24 | angrylygas | 2013-03-01 06:44:24 +0000 (Fri, 01 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

- Reduced spam received when multiple users are running a version more up-to-date than your own
- Fixed issues with checking other users' versions
------------------------------------------------------------------------
r23 | angrylygas | 2013-02-28 22:21:19 +0000 (Thu, 28 Feb 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Redesigned method for retrieving a bidder's guild rank, reducing overhead and minimizing chance of players not being added to the bidder list
------------------------------------------------------------------------
r22 | angrylygas | 2013-02-28 08:34:50 +0000 (Thu, 28 Feb 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Removed users not in raid from the assign list
- Fixed loophole with random ordering when two or more bidders have the same number of points
- Added chat command ("/arp version") to check the versions of everyone in guild running the addon
------------------------------------------------------------------------
r21 | angrylygas | 2013-02-28 01:09:24 +0000 (Thu, 28 Feb 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Added version checking
------------------------------------------------------------------------
r20 | angrylygas | 2013-02-27 23:36:04 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/AngryRaidPoints.toc
   M /trunk/Core.lua

- Cleaned up unused code
- Added window scaling via chat command
------------------------------------------------------------------------
r19 | angrylygas | 2013-02-27 23:16:12 +0000 (Wed, 27 Feb 2013) | 1 line
Changed paths:
   M /trunk/Core.lua

Randomize bid order when two or more bidders have identical points
------------------------------------------------------------------------
r18 | ywfn | 2013-02-27 18:58:14 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Some more cosmetic stuff, and fleshing out the item list TODO

------------------------------------------------------------------------
r17 | ywfn | 2013-02-27 17:08:06 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Add some configuration notes and all my current notes for new item list system

------------------------------------------------------------------------
r16 | ywfn | 2013-02-27 15:55:06 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

More cosmetic fixes, TODO updates

------------------------------------------------------------------------
r15 | ywfn | 2013-02-27 15:35:34 +0000 (Wed, 27 Feb 2013) | 5 lines
Changed paths:
   M /trunk/Core.lua

- Make minBid amounts configurable (top of Core.lua
- Change "/arp list" to "/arp lastcall"
- Cosmetic changes
- Update TODO at top

------------------------------------------------------------------------
r14 | angrylygas | 2013-02-27 14:29:53 +0000 (Wed, 27 Feb 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Added support for negative point values
- Updated behavior for bids from bidders below the minimum
- Added support for a bid of "yup" to default to +1 (you're welcome, Klavak)
------------------------------------------------------------------------
r13 | angrylygas | 2013-02-27 13:46:16 +0000 (Wed, 27 Feb 2013) | 1 line
Changed paths:
   M /trunk/Angry_Logo.tga

- Resized Angry_Logo.tga
------------------------------------------------------------------------
r12 | angrylygas | 2013-02-27 13:39:27 +0000 (Wed, 27 Feb 2013) | 3 lines
Changed paths:
   M /trunk/Core.lua

- Fixed Loot List not resetting
- Major cosmetic changes

------------------------------------------------------------------------
r11 | ywfn | 2013-02-27 09:24:44 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/AngryRaidPoints.toc

More fixing

------------------------------------------------------------------------
r10 | ywfn | 2013-02-27 09:20:55 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Try again

------------------------------------------------------------------------
r9 | angrylygas | 2013-02-27 09:01:18 +0000 (Wed, 27 Feb 2013) | 3 lines
Changed paths:
   M /trunk/AngryRaidPoints.toc
   M /trunk/Core.lua
   M /trunk/embeds.xml

- Fixed bug regarding Loot List being multiplied
- Fixed erroneous tells
- Minor cosmetic changes
------------------------------------------------------------------------
r8 | ywfn | 2013-02-27 08:36:47 +0000 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Fix version reloadui issue?

------------------------------------------------------------------------
r7 | angrylygas | 2013-02-26 22:56:26 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Fixed incorrect temp variable

------------------------------------------------------------------------
r6 | ywfn | 2013-02-26 15:32:16 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Configurable ranks

------------------------------------------------------------------------
r5 | ywfn | 2013-02-26 15:01:02 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/AngryRaidPoints.toc

Set in-game version to SVN version

------------------------------------------------------------------------
r4 | ywfn | 2013-02-26 14:53:46 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/Core.lua

Cosmetic changes

------------------------------------------------------------------------
r3 | ywfn | 2013-02-26 14:35:57 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/AngryRaidPoints.toc
   M /trunk/Core.lua
   M /trunk/embeds.xml

Strip CRs, add a couple missing local var declarations

------------------------------------------------------------------------
r2 | ywfn | 2013-02-26 14:01:10 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/AngryRaidPoints.toc
   A /trunk/Angry_Logo.tga
   A /trunk/BlackChancery.ttf
   A /trunk/Core.lua
   A /trunk/embeds.xml

Initial code from Lygas + pkgmeta

------------------------------------------------------------------------
r1 | svn | 2013-02-26 13:56:12 +0000 (Tue, 26 Feb 2013) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

angryraidpoints/mainline: Initial Import
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
65.22 KB Mar 1, 2013 5.1.0 24