annotate ItemAuditor.toc @ 153:613fd4bc6999

Ticket 45 - Fixed a bug that caused the crafting window to craft if you turn off all of the deciders. Fixed an issue where the crafting window would crash if GetTradeSkillReagentItemLink() failed to return a link. This happened with my Wild Turkey
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 04 Dec 2010 08:41:44 -0800
parents 47885ba83d38
children
rev   line source
Asa@147 1 ## Interface: 40000
Asa@0 2 ## Title: Item Auditor
Asa@21 3 ## Notes: This will keep track of how much you have paid per item in your inventory. Only one of (Auctionator, Auctioneer, AuctionLite, AuctionMaster) is needed to determine which items are profitable to craft.
Asa@0 4 ## Author: Asa Ayers <Asa.Ayers@Gmail.com>
Asa@66 5 ## Version: @project-version@
Asa@0 6 ## SavedVariables: ItemAuditorDB
Asa@142 7 ## Dependencies: DataStore, DataStore_Containers, DataStore_Auctions, DataStore_Inventory, DataStore_Mails, DataStore_Currencies, DataStore_Characters
Asa@74 8 ## OptionalDeps: QuickAuctions, Skillet, LilSparkysWorkshop, Auctionator, Auctioneer, AuctionLite, AuctionMaster, ArkInventory, DevTools, WoWUnit
Asa@13 9
Asa@0 10
Asa@0 11 embeds.xml
Asa@22 12 ItemAuditor.xml
Asa@0 13
Asa@3 14
Asa@0 15 Core.lua
Asa@93 16 Modules\Utils.lua
Asa@89 17 Modules\AuctionHouse.lua
Asa@67 18 Modules\Options.lua
Asa@58 19 Modules\Frames.lua
Asa@3 20 Modules\Events.lua
Asa@3 21 Modules\Tooltip.lua
Asa@3 22 Modules\Debug.lua
Asa@28 23 Modules\DisplayInvested.lua
Asa@59 24 Modules\Crafting.lua
Asa@100 25 Modules\CraftingRules.lua
Asa@59 26 Modules\QuickAuctions.lua
Asa@64 27 Modules\Api.lua
Asa@69 28 Modules\ArkInventoryRules.lua
Asa@66 29
Asa@66 30 Modules\UnitTests.lua
Asa@69 31
Asa@150 32 QueueSupport\ATSW.lua
Asa@150 33 QueueSupport\GnomeWorks.lua