annotate Inventorium.toc @ 89:a12d22ef3f39

AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed. Adjusted debug function to format only when a debug channel is available. Fixed moving from guild banks, checking if items are locked is different then with banks. Now unregistering the item locking event so it doesn?t continue to try to move every time an item is switched after the automated cycle has finished. (geeezus, this description is a total overkill) Fixed item queueing. Queue all when there?s a group without any items inside no longer crashes. Removing cached container data after closing a container.
author Zerotorescue
date Fri, 07 Jan 2011 22:19:03 +0100
parents 3bec0ea44607
children 6ae44d372360
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@83 7 ## OptionalDeps: Auctionator, Auc-Advanced, Auc-ScanData, AuctionLite, AuctionMaster, AuctionProfitMaster, ZeroAuctions, AdvancedTradeSkillWindow, Cauldron, GnomeWorks, Skillet, Altoholic, DataStore, ItemCount, Ace3, ChatHyperlinks
Zerotorescue@0 8
Zerotorescue@62 9 # Libraries
Zerotorescue@83 10 #@no-lib-strip@
Zerotorescue@84 11 Libraries.xml
Zerotorescue@83 12 #@end-no-lib-strip@
Zerotorescue@0 13
Zerotorescue@62 14 # Main
Zerotorescue@0 15 Core.lua
Zerotorescue@62 16
Zerotorescue@84 17 # Classes
Zerotorescue@84 18 Classes\ItemData.class.lua
Zerotorescue@84 19 Classes\ContainerItem.class.lua
Zerotorescue@84 20
Zerotorescue@62 21 # Modules
Zerotorescue@84 22 Modules\Config.lua
Zerotorescue@84 23 Modules\Mover.lua
Zerotorescue@84 24 Modules\Scanner.lua
Zerotorescue@84 25 Modules\Summary.lua
Zerotorescue@84 26 Modules\Queue.lua
Zerotorescue@84 27 Modules\Widgets.lua
Zerotorescue@62 28
Zerotorescue@62 29 # Data
Zerotorescue@17 30 Data\PremadeGroups.lua
Zerotorescue@17 31 Data\Scrolls.lua
Zerotorescue@17 32
Zerotorescue@84 33 # Optional addon support
Zerotorescue@84 34 Plugins\Plugins.xml