comparison CHANGELOG.txt @ 95:63823b6b5e28

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.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 12 Aug 2010 00:54:00 -0700
parents 4ec8611d9466
children 1fbbe3b53f6e
comparison
equal deleted inserted replaced
94:4ec8611d9466 95:63823b6b5e28
5 - Added a warning when sending items with value to characters on other accounts. 5 - Added a warning when sending items with value to characters on other accounts.
6 - 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. 6 - 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.
7 - Fixed Enchanting. I was not getting the ItemID correctly, so enchants could not be mapped to the scrolls they were to created 7 - Fixed Enchanting. I was not getting the ItemID correctly, so enchants could not be mapped to the scrolls they were to created
8 - Changed snatch to only add each item once and to only add a snatch for items you don't have 8 - Changed snatch to only add each item once and to only add a snatch for items you don't have
9 - API: Added haveMaterials to the item and need to the reagents that get passed to queue destinations. This is in preparation for building a shopping list module. 9 - API: Added haveMaterials to the item and need to the reagents that get passed to queue destinations. This is in preparation for building a shopping list module.
10 - 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.
10 11
11 2010-08-10 Asa Ayers <Asa.Ayers@Gmail.com> 12 2010-08-10 Asa Ayers <Asa.Ayers@Gmail.com>
12 13
13 - Changed the ArkInventory rule to consider items with no competition to be profitable. 14 - Changed the ArkInventory rule to consider items with no competition to be profitable.
14 - Ticket 27 - Added the ability to select your preferred auction adodn if multiple are available. 15 - Ticket 27 - Added the ability to select your preferred auction adodn if multiple are available.