view Inventorium.toc @ 73:6216b754350d

Default size for the summary window increase to 700 pixels (from 650). Cached item name and rarity no longer have a default and will be nil if the value is unknown. Cached item name, rarity and link can now be updated when the itemlink element is build. Item element now gets the item table passed rather than just the item id. If the item link is already known, this prevent an additional GetItemInfo call.
author Zerotorescue
date Fri, 24 Dec 2010 16:10:20 +0100
parents ac1189599769
children 8d11fc88ecab
line wrap: on
line source
## Interface: 40000
## Title: Inventorium
## Notes: Keep track of items you wish to keep enough stock on, and refill.
## Author: Zerotorescue (at EU - Al'Akir)
## Version: @project-version@
## 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
AuctionAddons\AuctionMaster.lua
AuctionAddons\AuctionProfitMaster.lua
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\Cauldron.lua
CraftingAddons\GnomeWorks.lua
CraftingAddons\Skillet.lua