log Modules/Utils.lua @ 101:53147a647e28

age author description
Thu, 19 Aug 2010 23:26:54 -0700 Asa Ayers Converted the crafting threshold option to allow input instead of a drop down.
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
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.
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 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.
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.
Mon, 19 Jul 2010 20:16:40 -0700 Asa Ayers Implemented COD mail. This loses the ability to track postage, but that will be restored next.
Sun, 11 Jul 2010 09:24:33 -0700 Asa Ayers - Fixed a bug with the mail where items get recorded by the mail scanner and the bag scanner. v0.1
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.
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.
Wed, 30 Jun 2010 22:56:06 -0700 Asa Ayers Fixed the ability to toggle debug
Fri, 25 Jun 2010 01:17:58 -0700 Asa Ayers Changed the way things are stored so that items known only by name, usually from AH mail, will be stored by their name, but will get converted if the link is discovered through a tooltip. This version is funcioning again
Wed, 23 Jun 2010 23:47:48 -0700 Asa Ayers Working on converting the database to store items as links instead of names.
Tue, 08 Jun 2010 11:19:16 -0700 Asa Ayers Removed some of the extra debugging that isn't neccessary any more and abtracted out the item ids so they can be cached.
Wed, 26 May 2010 22:41:47 -0700 Asa Ayers Removed dependency on postal. It was only being used to determine the mail type which has been moved into ItemAuditor so I can support CODPayments. Paying for COD items works, but getting the payments back can't reliably associate the payment with an item yet.
Sat, 22 May 2010 11:34:19 -0700 Asa Ayers Code cleanup.