annotate Inventorium.toc @ 110:67bd5057ecb7

Implemented vendor restocking with the mover. Comitting so I can always review this working version, but I?ll be disabling all part of it as it is not going to work properly without seriously compromising the code structure. Debug messages are now appended with ?Inventorium? (my MailOpener addon was making stuff difficult). Now properly removing the refill window from the displayed static popup windows list so new popups won?t be aligned at odd locations. Changed ?CreateMoverFrame? to not contain any scenario-specific info. All settings can be set with SetFrameSettings. Items that belong to speciality bags are now put there. Other items now ignore spaciality bags. Implemented test code for mailbox refill support. It has been disabled due to some issues but may be introduced later. The guild withdrawal limit is now taken into consideration. Queue is now reset before scanning again.
author Zerotorescue
date Fri, 14 Jan 2011 23:25:05 +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