annotate Inventorium.toc @ 111:41f0689dfda1

This implementation of vendor buying did not work well. Too many customizations were needed that made the code hard to read and understand and eventually it was found that vendor buying should be based on refill target, not local stock. The mover/refiller is not meant for this, we should just do this somewhere else.
author Zerotorescue
date Fri, 14 Jan 2011 23:31:12 +0100
parents 8502f02bf543
children ca6280dc2f5b
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@104 7 ## OptionalDeps: Auctionator, Auc-Advanced, Auc-ScanData, AuctionLite, AuctionMaster, AuctionProfitMaster, ZeroAuctions, AdvancedTradeSkillWindow, Cauldron, GnomeWorks, Skillet, Altoholic, DataStore, ItemCount, LibStub, Ace3, ChatHyperlinks, lib-st
Zerotorescue@104 8 ## LoadManagers: AddonLoader
Zerotorescue@104 9 ## X-LoadOn-Always: true
Zerotorescue@0 10
Zerotorescue@62 11 # Libraries
Zerotorescue@83 12 #@no-lib-strip@
Zerotorescue@84 13 Libraries.xml
Zerotorescue@83 14 #@end-no-lib-strip@
Zerotorescue@0 15
Zerotorescue@62 16 # Main
Zerotorescue@0 17 Core.lua
Zerotorescue@101 18 Frames.lua
Zerotorescue@62 19
Zerotorescue@84 20 # Classes
Zerotorescue@84 21 Classes\ItemData.class.lua
Zerotorescue@84 22 Classes\ContainerItem.class.lua
Zerotorescue@84 23
Zerotorescue@62 24 # Modules
Zerotorescue@84 25 Modules\Config.lua
Zerotorescue@84 26 Modules\Mover.lua
Zerotorescue@84 27 Modules\Scanner.lua
Zerotorescue@84 28 Modules\Summary.lua
Zerotorescue@84 29 Modules\Queue.lua
Zerotorescue@84 30 Modules\Widgets.lua
Zerotorescue@62 31
Zerotorescue@62 32 # Data
Zerotorescue@17 33 Data\PremadeGroups.lua
Zerotorescue@17 34 Data\Scrolls.lua
Zerotorescue@17 35
Zerotorescue@84 36 # Optional addon support
Zerotorescue@84 37 Plugins\Plugins.xml