annotate Inventorium.toc @ 82:f885805da5d6

Added options to toggle the automatic refilling. This defaults to true. Normalized property amount names; a move has a ?num? that must be moved and a location has a ?count? indicating the amount of items at that slot. Target/source item verification should now be working properly for guilds. When ?bank? is included in the local item count, we will skip trying to auto refill from this.
author Zerotorescue
date Thu, 06 Jan 2011 10:48:56 +0100
parents 58617c7827fa
children 6b60f7a1410c
rev   line source
Zerotorescue@23 1 ## Interface: 40000
Zerotorescue@10 2 ## Title: Inventorium
Zerotorescue@0 3 ## Notes: Keep track of items you wish to keep enough stock on, and refill.
Zerotorescue@53 4 ## Author: Zerotorescue (at EU - Al'Akir)
Zerotorescue@0 5 ## Version: @project-version@
Zerotorescue@12 6 ## SavedVariables: InventoriumDB
Zerotorescue@14 7 ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator
Zerotorescue@0 8
Zerotorescue@62 9 # Libraries
Zerotorescue@0 10 embeds.xml
Zerotorescue@0 11
Zerotorescue@62 12 # Main
Zerotorescue@0 13 Core.lua
Zerotorescue@62 14
Zerotorescue@62 15 # Modules
Zerotorescue@62 16 Config.lua
Zerotorescue@80 17 Mover.lua
Zerotorescue@80 18 Scanner.lua
Zerotorescue@0 19 Summary.lua
Zerotorescue@13 20 Queue.lua
Zerotorescue@13 21
Zerotorescue@62 22 # Stuff
Zerotorescue@62 23 Widgets.lua
Zerotorescue@74 24 ItemData.class.lua
Zerotorescue@81 25 ContainerItem.class.lua
Zerotorescue@62 26
Zerotorescue@62 27 # Data
Zerotorescue@17 28 Data\PremadeGroups.lua
Zerotorescue@17 29 Data\Scrolls.lua
Zerotorescue@17 30
Zerotorescue@62 31 # Auction pricing addon support
Zerotorescue@13 32 AuctionAddons\Auctionator.lua
Zerotorescue@13 33 AuctionAddons\Auctioneer.lua
Zerotorescue@13 34 AuctionAddons\AuctionLite.lua
Zerotorescue@13 35 AuctionAddons\AuctionMaster.lua
Zerotorescue@36 36 AuctionAddons\AuctionProfitMaster.lua
Zerotorescue@13 37 AuctionAddons\Others.lua
Zerotorescue@36 38 AuctionAddons\ZeroAuctions.lua
Zerotorescue@13 39
Zerotorescue@62 40 # Item count addon support
Zerotorescue@13 41 ItemCountAddons\Altoholic.lua
Zerotorescue@17 42 ItemCountAddons\DataStore (current account only).lua
Zerotorescue@17 43 ItemCountAddons\DataStore (with guilds).lua
Zerotorescue@17 44 ItemCountAddons\DataStore (without guilds).lua
Zerotorescue@13 45 ItemCountAddons\ItemCount.lua
Zerotorescue@13 46
Zerotorescue@62 47 # Crafting addon support
Zerotorescue@13 48 CraftingAddons\AdvancedTradeSkillWindow.lua
Zerotorescue@65 49 CraftingAddons\Cauldron.lua
Zerotorescue@13 50 CraftingAddons\GnomeWorks.lua
Zerotorescue@13 51 CraftingAddons\Skillet.lua