log Core.lua @ 20:ff9a698caebc

age author description
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 10:05:53 -0700 Asa Ayers Cleaned up the messages. You can turn the notifications of price changes off and those messages will only show gold or silver if they are more than 0. I have also removed the dependency on AceConsole because it doesn't allow changing the color of the addon name when I print messages.
Sat, 03 Jul 2010 07:40:01 -0700 Asa Ayers Merged utils into ItemAuditor.
Fri, 02 Jul 2010 21:39:24 -0700 Asa Ayers OPTIONS! QuickAuctions is now an optional dependency. I have also added some configuration options for it. If you have QA but don't want IA to update your thresholds you can shut off the integration. I have also added other options so you can select your faction or the neutral AH and it will update the tooltip.
Wed, 30 Jun 2010 22:59:37 -0700 Asa Ayers Removed dependency on DevTools, completed chaning over the database to use links instead of names, Added integration with my version of QuickAuctions3 (I need to make this optional soon)
Fri, 25 Jun 2010 22:03:44 -0700 Asa Ayers Updated version and added a dependency on my modified API for QuickAuctions. Next I need to make that dependency optional