log

age author description
Mon, 23 Aug 2010 14:59:55 -0700 Asa Ayers Adding the other DataStore addons
Mon, 23 Aug 2010 14:50:07 -0700 Asa Ayers Ticket 32 - Based on the patch from lrdx, I have chaned ItemAuditor to depend on DataStore directly instead of going through Altoholic.
Fri, 20 Aug 2010 06:16:05 -0700 Asa Ayers Added tag release 2010-08-20 for changeset 1f410255ebd8
Fri, 20 Aug 2010 06:14:51 -0700 Asa Ayers Ticket 31 - Fixed an error in the 'You just made a profit of ...' message release 2010-08-20
Thu, 19 Aug 2010 23:28:02 -0700 Asa Ayers Fixed reagent costs so that /ia snatch will get the correct prices.
Thu, 19 Aug 2010 23:26:54 -0700 Asa Ayers Converted the crafting threshold option to allow input instead of a drop down.
Thu, 19 Aug 2010 23:22:53 -0700 Asa Ayers Added a new Crafting Rules module to allow the user to set up custom rules based on item names.
Thu, 19 Aug 2010 23:14:30 -0700 Asa Ayers Added a menu to allow the user to see what is to be crafted, only what you hae mats for, or view everything so you can see why something isn't to be crafted.
Thu, 19 Aug 2010 22:53:54 -0700 Asa Ayers Ticket 30 (related to #23) - ItemAuditor is back to counting items in the mailbox, but will subtract items purchased from the AH or COD mail from its item counts.
Sat, 14 Aug 2010 06:23:41 -0700 Asa Ayers Ticket 29 - Changed the Insufficient COD alert to use a case-insensitive comparison on character names.
Thu, 12 Aug 2010 07:11:57 -0700 Asa Ayers API: added IAapi.GetItemCost
Thu, 12 Aug 2010 00:54:00 -0700 Asa Ayers API: Added a way for other addons to register with ItemAuditor once it loads if they were loaded first and updated the example at the end of Api.lua.
Wed, 11 Aug 2010 23:48:23 -0700 Asa Ayers Fixed Enchanting. I was not getting the ItemID correctly, so enchants could not be mapped to the scrolls they were to created
Wed, 11 Aug 2010 22:16:59 -0700 Asa Ayers Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list.
Wed, 11 Aug 2010 21:09:59 -0700 Asa Ayers Fixed a bug where postage was being counted more than once if you send mail and then open mail in the same session.\nAdded a warning when sending items with value to characters on other accounts.
Wed, 11 Aug 2010 20:03:05 -0700 Asa Ayers Fixed an issue where trading an item and gold in exchange for a different item was not considering the gold in the price of the new item.
Wed, 11 Aug 2010 00:09:16 -0700 Asa Ayers Added options when using Auctioneer to use the market price instead of the lowest price on the AH.
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.
Tue, 10 Aug 2010 23:19:18 -0700 Asa Ayers Changed the ArkInventory rule to consider items with no competition to be profitable.
Sun, 08 Aug 2010 07:57:45 -0700 Asa Ayers Removed some debugging code and added some code to prevent ItemAuditor from crashing if debug code gets released.
Sat, 07 Aug 2010 11:16:21 -0700 Asa Ayers Removed references to Skillet in core functionality. Skillet really should be optional.
Fri, 06 Aug 2010 05:59:29 -0700 Asa Ayers Added tag release 2010-08-06 for changeset 210bcf218509
Fri, 06 Aug 2010 05:59:11 -0700 Asa Ayers Fixed a bug introduced last night where in some cases there was an error caused by DataStore:GetAuctionHouseItemCount returning nil instead of 0 as I expected. release 2010-08-06
Thu, 05 Aug 2010 23:11:59 -0700 Asa Ayers Added tag release 2010-08-05 for changeset e9f7bc9199ca
Thu, 05 Aug 2010 22:20:44 -0700 Asa Ayers Fixed Bug 23 - When you purchase multiple stacks of the same item and it is one you have not invested in yet, ItemAuditor mistakenly counted items you have not yet pulled from the mail as items you already owned. This resulted in those items being counted twice. release 2010-08-05
Thu, 05 Aug 2010 20:21:05 -0700 Asa Ayers Correct fix for bug 22. The bank needs to be considered and scanned if it is open, but not if the user is not using the bank
Thu, 05 Aug 2010 19:39:00 -0700 Asa Ayers Fixed Bug 22 - Exchanging player bags for bank bags changes invested
Sun, 01 Aug 2010 22:02:46 -0700 Asa Ayers Added tag release 2010-08-01 for changeset 88a42e00b866
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.
Sun, 01 Aug 2010 08:16:08 -0700 Asa Ayers Fixed the tooltip so that it is green if the auction price exactly matches your threshold.
Thu, 29 Jul 2010 22:36:50 -0700 Asa Ayers Added tag release 2010-07-29 for changeset 71de6e86a1a4
Thu, 29 Jul 2010 22:33:50 -0700 Asa Ayers Fixed a bug where tradeskill that don't produce items, like Inscription Research, cause IA to crash. release 2010-07-29
Thu, 29 Jul 2010 22:29:47 -0700 Asa Ayers Fixed a bug in IAapi.RegisterCraftingDecider and added a parameter so registered deciders can provide their own options group.
Wed, 28 Jul 2010 23:17:30 -0700 Asa Ayers Added options to enable or disable crafting deciders.
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 21:27:39 -0700 Asa Ayers Added integration with ArkInventory. You can set up rules that use "itemauditor('profitable')" or "itemauditor('qa')" to find items managed by QuickAuctions
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:17:59 -0700 Asa Ayers Adding unit tests
Tue, 27 Jul 2010 18:15:38 -0700 Asa Ayers Converting ItemAuditor modules into true modules instead of a bunch of files that all write to the ItemAuditor table.
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.
Tue, 27 Jul 2010 11:56:00 -0700 Asa Ayers Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface.
Sun, 25 Jul 2010 16:34:13 -0700 Asa Ayers Fixed the crafting interface to remove items as you create them and to disable the process button if there is nothing to craft.
Sun, 25 Jul 2010 15:51:13 -0700 Asa Ayers Adding a crafing tab to the ItemAuditor window.
Sun, 25 Jul 2010 15:51:00 -0700 Asa Ayers Refactored the way the window for /ia invested works so I can add more tabs.
Sun, 25 Jul 2010 12:52:14 -0700 Asa Ayers Added the version number to the title in ItemAuditor options.
Fri, 23 Jul 2010 06:56:22 -0700 Asa Ayers Fixed bug 17
Thu, 22 Jul 2010 23:17:57 -0700 Asa Ayers Adding an option to direct ItemAuditor output to a different chat frame
Wed, 21 Jul 2010 22:40:21 -0700 Asa Ayers Added tag release 2010-07-21 for changeset c6c98fc1be8e
Wed, 21 Jul 2010 22:38:55 -0700 Asa Ayers Fixed a bug where if you attached money and items to a piece of mail it would count all of the money as postage. release 2010-07-21
Wed, 21 Jul 2010 20:36:56 -0700 Asa Ayers Fixed the way I was calculating the value when distributing cost among multiple items.
Wed, 21 Jul 2010 01:22:30 -0700 Asa Ayers Merged and closed ticket7
Wed, 21 Jul 2010 01:16:11 -0700 Asa Ayers Closing ticket7 branch ticket7
Wed, 21 Jul 2010 01:00:14 -0700 Asa Ayers I have changed my mind, price distribution will always be based on the AH price, unless none is available, then all items have the same weight which is what was being done before. ticket7
Tue, 20 Jul 2010 00:20:15 -0700 Asa Ayers Merged my fix for the changelog
Tue, 20 Jul 2010 00:18:10 -0700 Asa Ayers Fixed date in changelog