comparison 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
comparison
equal deleted inserted replaced
61:d903b0a151d3 62:fee06221176f
4 ## Author: Zerotorescue (at EU - Al'Akir) 4 ## Author: Zerotorescue (at EU - Al'Akir)
5 ## Version: @project-version@ 5 ## Version: @project-version@
6 ## SavedVariables: InventoriumDB 6 ## SavedVariables: InventoriumDB
7 ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator 7 ## OptionalDeps: Altoholic, ItemCount, Auc-Advanced, Auc-ScanData, AdvancedTradeSkillWindow, Skillet, GnomeWorks, Auctionator
8 8
9 # Libraries
9 embeds.xml 10 embeds.xml
10 11
12 # Main
11 Core.lua 13 Core.lua
14
15 # Modules
16 Config.lua
12 Summary.lua 17 Summary.lua
13 Queue.lua 18 Queue.lua
14 19
20 # Stuff
21 Widgets.lua
22
23 # Data
15 Data\PremadeGroups.lua 24 Data\PremadeGroups.lua
16 Data\Scrolls.lua 25 Data\Scrolls.lua
17 26
27 # Auction pricing addon support
18 AuctionAddons\Auctionator.lua 28 AuctionAddons\Auctionator.lua
19 AuctionAddons\Auctioneer.lua 29 AuctionAddons\Auctioneer.lua
20 AuctionAddons\AuctionLite.lua 30 AuctionAddons\AuctionLite.lua
21 AuctionAddons\AuctionMaster.lua 31 AuctionAddons\AuctionMaster.lua
22 AuctionAddons\AuctionProfitMaster.lua 32 AuctionAddons\AuctionProfitMaster.lua
23 AuctionAddons\Others.lua 33 AuctionAddons\Others.lua
24 AuctionAddons\ZeroAuctions.lua 34 AuctionAddons\ZeroAuctions.lua
25 35
36 # Item count addon support
26 ItemCountAddons\Altoholic.lua 37 ItemCountAddons\Altoholic.lua
27 ItemCountAddons\DataStore (current account only).lua 38 ItemCountAddons\DataStore (current account only).lua
28 ItemCountAddons\DataStore (with guilds).lua 39 ItemCountAddons\DataStore (with guilds).lua
29 ItemCountAddons\DataStore (without guilds).lua 40 ItemCountAddons\DataStore (without guilds).lua
30 ItemCountAddons\ItemCount.lua 41 ItemCountAddons\ItemCount.lua
31 42
43 # Crafting addon support
32 CraftingAddons\AdvancedTradeSkillWindow.lua 44 CraftingAddons\AdvancedTradeSkillWindow.lua
33 CraftingAddons\GnomeWorks.lua 45 CraftingAddons\GnomeWorks.lua
34 CraftingAddons\Skillet.lua 46 CraftingAddons\Skillet.lua