Mercurial > wow > inventory
log Core.lua @ 76:958aba5f3297
age | author | description |
---|---|---|
Sat, 25 Dec 2010 22:07:07 +0100 | Zerotorescue | Moved the group functions to the item data class. |
Fri, 24 Dec 2010 21:55:11 +0100 | Zerotorescue | Default summary width is now 700 pixels (up from 650). |
Thu, 23 Dec 2010 14:02:04 +0100 | Zerotorescue | Group functions moved to the config module, this should fix an issue with the item list not updating when adding items. |
Thu, 23 Dec 2010 13:32:19 +0100 | Zerotorescue | Accidentally removed the database patcher call from the OnInitialize. |
Thu, 23 Dec 2010 03:19:27 +0100 | Zerotorescue | Added warning to AuctionLite pricing addon selection stating the addon wasn?t tested properly yet. |
Wed, 22 Dec 2010 19:56:55 +0100 | Zerotorescue | Seperated the config from Core.lua. |
Wed, 22 Dec 2010 15:04:09 +0100 | Zerotorescue | Command handler function is now private, no need to keep it global when you can use the global SlashCmdList["INVENTORIUM"](msg) instead. |