Mercurial > wow > inventory
annotate Inventorium.toc @ 62:fee06221176f
Seperated the config from Core.lua.
Many other code cleaning up for readability.
Added local references for much used globals.
Moved widgets to a different file for readability.
Re-added global function for slash command handling since we do need it for our chat-hyperlinks.
Fixed queueing to properly use the track at property of virtual groups.
Fixed queueing to display the item id instead of the item link if the item link could not be loaded.
Speed slider at the summary now has an interval of 1% down from 5% and rounds rather than ceils it?s value so 101% will become 100% rather than 105%.
Now using the right stock properties at the summary.
Added a help group to the config.
author | Zerotorescue |
---|---|
date | Wed, 22 Dec 2010 19:56:55 +0100 |
parents | 4fc49c9a8f2b |
children | ac1189599769 |
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@0 | 17 Summary.lua |
Zerotorescue@13 | 18 Queue.lua |
Zerotorescue@13 | 19 |
Zerotorescue@62 | 20 # Stuff |
Zerotorescue@62 | 21 Widgets.lua |
Zerotorescue@62 | 22 |
Zerotorescue@62 | 23 # Data |
Zerotorescue@17 | 24 Data\PremadeGroups.lua |
Zerotorescue@17 | 25 Data\Scrolls.lua |
Zerotorescue@17 | 26 |
Zerotorescue@62 | 27 # Auction pricing addon support |
Zerotorescue@13 | 28 AuctionAddons\Auctionator.lua |
Zerotorescue@13 | 29 AuctionAddons\Auctioneer.lua |
Zerotorescue@13 | 30 AuctionAddons\AuctionLite.lua |
Zerotorescue@13 | 31 AuctionAddons\AuctionMaster.lua |
Zerotorescue@36 | 32 AuctionAddons\AuctionProfitMaster.lua |
Zerotorescue@13 | 33 AuctionAddons\Others.lua |
Zerotorescue@36 | 34 AuctionAddons\ZeroAuctions.lua |
Zerotorescue@13 | 35 |
Zerotorescue@62 | 36 # Item count addon support |
Zerotorescue@13 | 37 ItemCountAddons\Altoholic.lua |
Zerotorescue@17 | 38 ItemCountAddons\DataStore (current account only).lua |
Zerotorescue@17 | 39 ItemCountAddons\DataStore (with guilds).lua |
Zerotorescue@17 | 40 ItemCountAddons\DataStore (without guilds).lua |
Zerotorescue@13 | 41 ItemCountAddons\ItemCount.lua |
Zerotorescue@13 | 42 |
Zerotorescue@62 | 43 # Crafting addon support |
Zerotorescue@13 | 44 CraftingAddons\AdvancedTradeSkillWindow.lua |
Zerotorescue@13 | 45 CraftingAddons\GnomeWorks.lua |
Zerotorescue@13 | 46 CraftingAddons\Skillet.lua |