log Modules/QuickAuctions.lua @ 129:5f6182a97d40

age author description
Fri, 03 Sep 2010 22:30:31 -0700 Asa Ayers Re-enabled IA QuickAuctions decider. I unintentionally disabled it when working on the QAManager code.
Thu, 02 Sep 2010 21:16:04 -0700 Asa Ayers Moved the check for QAManager so it doesn't interfere with the tooltip or ArkInventory rule.
Wed, 01 Sep 2010 23:21:44 -0700 Asa Ayers [mq]: QAManagerIntegration
Mon, 30 Aug 2010 19:52:41 -0700 Asa Ayers Added an absolute Auction Threshold option. This will allow you to set your threshold at 10g (or whatever you choose) over your cost for all items.
Tue, 10 Aug 2010 23:25:48 -0700 Asa Ayers Ticket 27 - Added the ability to select your preferred auction adodn if multiple are available.
Sat, 07 Aug 2010 11:16:21 -0700 Asa Ayers Removed references to Skillet in core functionality. Skillet really should be optional.
Sun, 01 Aug 2010 22:02:12 -0700 Asa Ayers Fixed a problem with how prices were being pulled from Auctioneer. release 2010-08-01
Sun, 01 Aug 2010 08:42:29 -0700 Asa Ayers Changed the QuickAuctions decider to consider the number already owned and only calculate based on what needs to be crated.
Wed, 28 Jul 2010 22:46:13 -0700 Asa Ayers Added a config option to control how many extra copies of an item are created if its being managed with QA. The previous behaveior was to add 25% to whatever QA would normally post. Now it defaults to 0% and is user configurable.
Wed, 28 Jul 2010 22:19:38 -0700 Asa Ayers Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can select that destination.
Wed, 28 Jul 2010 11:37:43 -0700 Asa Ayers Fixed a bug with the crafting threshold options. Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export.
Wed, 28 Jul 2010 07:35:14 -0700 Asa Ayers Rearranged options to go with their related features.
Tue, 27 Jul 2010 18:00:00 -0700 Asa Ayers Added first public API.
Tue, 27 Jul 2010 17:58:33 -0700 Asa Ayers Replaced all instances of addon with ItemAuditor and I moved ItemAuditor out of the global namespace. The conversion was mostly a search/replace offering no new functionality. That will come in a later commit.
Tue, 27 Jul 2010 17:52:21 -0700 Asa Ayers Updated the QuickAuctions API to use the new API calls. This commit also includes a compatibility layer to maintain backward compatibility so that none of my users have to upgrade QuickAuctions twice before getting any new features.