------------------------------------------------------------------------
r16 | odlaw | 2008-11-07 22:19:15 +0000 (Fri, 07 Nov 2008) | 5 lines
Changed paths:
A /trunk/AllSamePrice.lua
M /trunk/GUI.xml
M /trunk/MultiAuction.lua
M /trunk/MultiAuction.mod
A /trunk/ValueMultiplier.lua
MultiAuction:
- Moved ValueMultiplier and AllSamePrice to their own lua files
- Changed ValueMultiplier so that addons can add separate starting price and buyout selections.
- ValueMultiplier now has an option to use the default pricing if it does not receive price information. (Default Fallback)
- Leaving the ValueMultiplier starting/buyout percentages blank is the same as 100%
------------------------------------------------------------------------
r15 | odlaw | 2008-11-06 06:33:44 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Added warning messages to notify when no price information is received for an item. (and don't get added)
------------------------------------------------------------------------
r14 | odlaw | 2008-11-05 15:42:02 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Fix wstring issue.
------------------------------------------------------------------------
r13 | odlaw | 2008-11-05 15:33:24 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Fix a bug with concatenating some strings
------------------------------------------------------------------------
r12 | odlaw | 2008-11-05 07:02:33 +0000 (Wed, 05 Nov 2008) | 3 lines
Changed paths:
M /trunk/MultiAuction.lua
M /trunk/MultiAuction.mod
MultiAuction:
- Added EA_Cursor as a dependency.
- Added some more debug functions.
------------------------------------------------------------------------
r11 | odlaw | 2008-11-03 22:25:47 +0000 (Mon, 03 Nov 2008) | 3 lines
Changed paths:
M /trunk/GUI.xml
M /trunk/MultiAuction.lua
MultiAuction:
- Added an 'Add All' Button.
- Changed display a bit, should get MultiAuction_AuctionStats to work right
------------------------------------------------------------------------
r10 | odlaw | 2008-10-28 00:12:46 +0000 (Tue, 28 Oct 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Make confirmation box a child of Root. Should fix letting you click on the buttons when the box isn't over the AH window.
------------------------------------------------------------------------
r9 | odlaw | 2008-10-27 18:53:47 +0000 (Mon, 27 Oct 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Added a Debug() function output info to a log file
------------------------------------------------------------------------
r8 | odlaw | 2008-10-27 17:55:00 +0000 (Mon, 27 Oct 2008) | 4 lines
Changed paths:
A /trunk/.pkgmeta
M /trunk/MultiAuction.lua
M /trunk/MultiAuction.mod
MultiAuction:
- Allow an initial bid of 0 for items. Mythic automagically makes initial bids 1 brass.
- Added a couple more dependencies.. might fix it for those still having problems.
- Added .pkgmeta
------------------------------------------------------------------------
r7 | odlaw | 2008-10-16 15:43:49 +0000 (Thu, 16 Oct 2008) | 4 lines
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction:
- Removed iconNum from the get scheme price function calls
- Hopefully fixed items getting moved around in the bags when mass auctioning a lot of items.
- Check for items that are already bound to the player.
------------------------------------------------------------------------
r6 | odlaw | 2008-10-08 21:51:33 +0000 (Wed, 08 Oct 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.lua
MultiAuction: Value Multiplier scheme initial bid fixed for entire stacks.
------------------------------------------------------------------------
r5 | odlaw | 2008-10-07 22:59:45 +0000 (Tue, 07 Oct 2008) | 1 line
Changed paths:
M /trunk/MultiAuction.mod
MultiAuction: Added EA_BackpackWindow as dependency
------------------------------------------------------------------------
r4 | odlaw | 2008-10-07 17:03:03 +0000 (Tue, 07 Oct 2008) | 4 lines
Changed paths:
M /trunk/GUI.xml
M /trunk/MultiAuction.lua
M /trunk/MultiAuction.mod
MultiAuction:
- Added Restrictions
- Changed a few labels
------------------------------------------------------------------------