Mercurial > wow > itemauditor
comparison CHANGELOG.txt @ 128:451d8a19edea
Ticket 33 - Implemented a persistent queue. This allows the crafting queue to be seen even if your tradeskills aren't open and allows you to mix all of your tradeskills into a single queue.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Thu, 02 Sep 2010 23:59:09 -0700 |
parents | e8d3c299542c |
children | 5f6182a97d40 7f81764aa03a |
comparison
equal
deleted
inserted
replaced
127:4f26dc55455d | 128:451d8a19edea |
---|---|
4 - Moved the check for QAManager so it doesn't interfere with the tooltip or ArkInventory rule. | 4 - Moved the check for QAManager so it doesn't interfere with the tooltip or ArkInventory rule. |
5 - Update GetItemCost to return the total invested even if you have none of that item left. If you sell all of an item but are waiting for the mail to arrive, you can still see how much you have invested even though you don't actually own any more of that item. | 5 - Update GetItemCost to return the total invested even if you have none of that item left. If you sell all of an item but are waiting for the mail to arrive, you can still see how much you have invested even though you don't actually own any more of that item. |
6 - Changed Total Profit to Profit Each to match the rest of the interface. Cost and Estimated Sale are both Each. | 6 - Changed Total Profit to Profit Each to match the rest of the interface. Cost and Estimated Sale are both Each. |
7 - When using the process button for Enchanting, ItemAuditor will check which vellum is used and will use the vellum from your inventory. If the correct vellum is not found, it will upgrade to the next level (use vellum II instead of vellum I). This also means that you have to press process for each scroll to be created. | 7 - When using the process button for Enchanting, ItemAuditor will check which vellum is used and will use the vellum from your inventory. If the correct vellum is not found, it will upgrade to the next level (use vellum II instead of vellum I). This also means that you have to press process for each scroll to be created. |
8 - Changed the Have Mats column to show the number of items you could create with the materials you have instead of just a y/n. The have mats filter simply checks that you can make at least 1. | 8 - Changed the Have Mats column to show the number of items you could create with the materials you have instead of just a y/n. The have mats filter simply checks that you can make at least 1. |
9 - Ticket 33 - Implemented a persistent queue. This allows the crafting queue to be seen even if your tradeskills aren't open and allows you to mix all of your tradeskills into a single queue. | |
9 | 10 |
10 2010-09-01 Asa Ayers <Asa.Ayers@Gmail.com> | 11 2010-09-01 Asa Ayers <Asa.Ayers@Gmail.com> |
11 | 12 |
12 - Made some changes to begin migrating some QA functionality to QAManager (http://www.wowace.com/addons/qa-manager/) | 13 - Made some changes to begin migrating some QA functionality to QAManager (http://www.wowace.com/addons/qa-manager/) |
13 - Ticket 35 - I found a better solution to prevent bag scanning from interfering with mailing, so both can be done at the same time now. | 14 - Ticket 35 - I found a better solution to prevent bag scanning from interfering with mailing, so both can be done at the same time now. |