annotate ItemAuditor.toc @ 62:70dc84df13b3

Updated the QuickAuctions API to use the new API calls. This commit also includes a compatibility layer to maintain backward compatibility so that none of my users have to upgrade QuickAuctions twice before getting any new features.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 27 Jul 2010 17:52:21 -0700
parents 4ec321eb0dfe
children e92a5adf75bf
rev   line source
Asa@10 1 ## Interface: 30300
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@0 5 ## Version: 0.1
Asa@0 6 ## SavedVariables: ItemAuditorDB
Asa@14 7 ## Dependencies: Altoholic
Asa@21 8 ## OptionalDeps: QuickAuctions, Skillet, LilSparkysWorkshop, Auctionator, Auctioneer, AuctionLite, AuctionMaster, DevTools
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@58 16 Modules\Frames.lua
Asa@15 17 Modules\Utils.lua
Asa@3 18 Modules\Events.lua
Asa@3 19 Modules\Tooltip.lua
Asa@3 20 Modules\Options.lua
Asa@3 21
Asa@3 22 Modules\Debug.lua
Asa@28 23 Modules\DisplayInvested.lua
Asa@59 24 Modules\Crafting.lua
Asa@59 25
Asa@59 26 Modules\QuickAuctions.lua