comparison CHANGELOG.txt @ 138:7d258c041b11

Fixed an issue with /ia invested that caused all items to display twice. This was introduced by the fix in Ticket 42. At this point ItemAuditor watches mail for auctions sold or purchased, watches for buy/sell (money and 1 item type change) and conversions/tradeskills. Milling isn't working yet because there is too much time between the first event and the last event.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 02 Oct 2010 20:34:07 -0700
parents 526036e4358f
children f9a67650ca74
comparison
equal deleted inserted replaced
137:526036e4358f 138:7d258c041b11
1 2010-10-02 Asa Ayers <Asa.Ayers@Gmail.com> 1 2010-10-02 Asa Ayers <Asa.Ayers@Gmail.com>
2 2
3 - I removed the persistent queue (Ticket 33) It caused to many bugs and was blocking me from getting other things done. I think its something that will get implemented again once I figure out the best way to do it. 3 - I removed the persistent queue (Ticket 33) It caused to many bugs and was blocking me from getting other things done. I think its something that will get implemented again once I figure out the best way to do it.
4 - Ticket 43 - Updated the way ItemAuditor counts how many of each item you own to only count your current faction. 4 - Ticket 43 - Updated the way ItemAuditor counts how many of each item you own to only count your current faction.
5 - Ticket 42 - In order to fix an issue with having multiple items that are the same base item with different enchants, all costs are now tracked against the base item instead of the exact item. 5 - Ticket 42 - In order to fix an issue with having multiple items that are the same base item with different enchants, all costs are now tracked against the base item instead of the exact item.
6 - Fixed an issue with /ia invested that caused all items to display twice. This was introduced by the fix in Ticket 42.
6 7
7 2010-09-15 Asa Ayers <Asa.Ayers@Gmail.com> 8 2010-09-15 Asa Ayers <Asa.Ayers@Gmail.com>
8 9
9 - Ticket 41 - Fixed a bug that occured if you created items without ever opening /ia crafting. 10 - Ticket 41 - Fixed a bug that occured if you created items without ever opening /ia crafting.
10 - Ticket 40 - Added options to enable counting guild bank inventory. 11 - Ticket 40 - Added options to enable counting guild bank inventory.