Mercurial > wow > inventory
diff 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 |
line wrap: on
line diff
--- a/Inventorium.toc Wed Dec 22 15:04:09 2010 +0100 +++ b/Inventorium.toc Wed Dec 22 19:56:55 2010 +0100 @@ -6,15 +6,25 @@ ## SavedVariables: InventoriumDB ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator +# Libraries embeds.xml +# Main Core.lua + +# Modules +Config.lua Summary.lua Queue.lua +# Stuff +Widgets.lua + +# Data Data\PremadeGroups.lua Data\Scrolls.lua +# Auction pricing addon support AuctionAddons\Auctionator.lua AuctionAddons\Auctioneer.lua AuctionAddons\AuctionLite.lua @@ -23,12 +33,14 @@ AuctionAddons\Others.lua AuctionAddons\ZeroAuctions.lua +# Item count addon support ItemCountAddons\Altoholic.lua ItemCountAddons\DataStore (current account only).lua ItemCountAddons\DataStore (with guilds).lua ItemCountAddons\DataStore (without guilds).lua ItemCountAddons\ItemCount.lua +# Crafting addon support CraftingAddons\AdvancedTradeSkillWindow.lua CraftingAddons\GnomeWorks.lua CraftingAddons\Skillet.lua