comparison ItemAuditor.toc @ 13:8c83d5f6e306

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.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 02 Jul 2010 21:39:24 -0700
parents 6a6296dd249f
children 6fc9fbaa94b3
comparison
equal deleted inserted replaced
12:6a6296dd249f 13:8c83d5f6e306
2 ## Title: Item Auditor 2 ## Title: Item Auditor
3 ## Notes: This will keep track of how much you have paid per item in your inventory 3 ## Notes: This will keep track of how much you have paid per item in your inventory
4 ## Author: Asa Ayers <Asa.Ayers@Gmail.com> 4 ## Author: Asa Ayers <Asa.Ayers@Gmail.com>
5 ## Version: 0.1 5 ## Version: 0.1
6 ## SavedVariables: ItemAuditorDB 6 ## SavedVariables: ItemAuditorDB
7 ## Dependencies: Altoholic, QuickAuctions 7 ## Dependencies: Altoholic,
8 ## OptionalDeps: QuickAuctions
9
8 10
9 embeds.xml 11 embeds.xml
10 12
11 Modules\Utils.lua 13 Modules\Utils.lua
12 14
13 Core.lua 15 Core.lua
14 16
17 Modules\QuickAuctions.lua
15 Modules\Events.lua 18 Modules\Events.lua
16 Modules\Tooltip.lua 19 Modules\Tooltip.lua
17 Modules\Options.lua 20 Modules\Options.lua
18 21
19 Modules\Debug.lua 22 Modules\Debug.lua