log Modules/QuickAuctions.lua @ 156:d108b0112be3

age author description
Sat, 04 Dec 2010 08:41:44 -0800 Asa Ayers Ticket 45 - Fixed a bug that caused the crafting window to craft if you turn off all of the deciders.
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.
Sun, 25 Jul 2010 15:51:13 -0700 Asa Ayers Adding a crafing tab to the ItemAuditor window.
Mon, 19 Jul 2010 20:55:50 -0700 Asa Ayers Updated the way postage was counted so that if you mail multiple items at once, they will all have the postage counted. I also removed the 30c for postage from how QA thresholds are calculated now that they will be counted every time. release
Sun, 11 Jul 2010 09:24:33 -0700 Asa Ayers - Fixed a bug with the mail where items get recorded by the mail scanner and the bag scanner. v0.1
Thu, 08 Jul 2010 23:55:05 -0700 Asa Ayers More debug messages and added the ability to scroll the debug window.
Tue, 06 Jul 2010 23:48:54 -0700 Asa Ayers Changed QA to be an option part of /ia queue. If QA is there, IA will queue enough of an item to be created to have 1.25x QA auctino count x QA stack size (rounded up) items. If it is not there, it will create 1 on every profitable item. This commit also adds support for Auctioneer.
Sun, 04 Jul 2010 09:33:25 -0700 Asa Ayers Added options for the crafting threshold and auction threshold. I also fixed the queue to use the item cost to determine if there is enough profit instead of the auction (QA) threshold which already has profit built in.
Sun, 04 Jul 2010 07:24:12 -0700 Asa Ayers Expanded the queue system to calculate what the new QA threshold would be and to consider buying items from vendors. It also sets a threshold so that items with less than 5g profit will not be crafted. I will turn this into an option later.
Sat, 03 Jul 2010 14:53:27 -0700 Asa Ayers Added the missing QuickAuctions module. I've also added integration with Skillet and LilSparkysWorkshop. IA and queue any item set up in QuickAuctions where the reagent cost is less than the current price of the item. This is based on KevTool Queue.