log Core.lua @ 119:dc6f405c1a5d

age author description
Fri, 14 Jan 2011 23:25:05 +0100 Zerotorescue Implemented vendor restocking with the mover. Comitting so I can always review this working version, but I?ll be disabling all part of it as it is not going to work properly without seriously compromising the code structure.
Wed, 12 Jan 2011 19:58:39 +0100 Zerotorescue Added tooltips to the item refill window headers.
Tue, 11 Jan 2011 19:48:35 +0100 Zerotorescue The confirmation window when refilling from the (guild) bank is enabled can now be skipped at the general config. It defaults to false.
Sun, 09 Jan 2011 17:49:33 +0100 Zerotorescue All print(...) function calls are now handled by addon:Print(text, color).
Sat, 08 Jan 2011 01:39:04 +0100 Zerotorescue Fixed GetItemId usage to the proper capitals.
Fri, 07 Jan 2011 22:19:03 +0100 Zerotorescue AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed.
Thu, 06 Jan 2011 20:05:30 +0100 Zerotorescue Cleaned the Inventorium folder; moved all classes to classes directory, modules to modules directory and support addons to plugins directory. In addition support addons are now references within XML files rather than inside the TOC.
Thu, 06 Jan 2011 10:48:56 +0100 Zerotorescue Added options to toggle the automatic refilling. This defaults to true.
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.
Tue, 21 Dec 2010 14:24:15 +0100 Zerotorescue Added a minimum local stock option. I reckon people will want to keep maybe a stack in their bags/AH and another stack in their bank.
Sat, 18 Dec 2010 00:22:06 +0100 Zerotorescue Added OnSelect event support to both item count as crafting addons.
Sun, 12 Dec 2010 17:18:19 +0100 Zerotorescue The premade group update processor should now properly add items when they were added to a premade group.
Sun, 12 Dec 2010 16:37:33 +0100 Zerotorescue Fixed some typos and cleaned up some files.
Sat, 20 Nov 2010 17:24:16 +0100 Zerotorescue The list of possible commands when you write /im without any arguement will now include commands inserted by modules with their own descriptions.
Wed, 03 Nov 2010 19:38:53 +0100 Zerotorescue Added a description for which item count addon is used.
Sat, 30 Oct 2010 23:04:45 +0200 Zerotorescue Added an info box to the top of the general group. v0.1.6-BETA
Fri, 29 Oct 2010 13:43:41 +0200 Zerotorescue Added tag ?NYI? to the ?Alert when below minimum? option.
Thu, 28 Oct 2010 19:20:33 +0200 Zerotorescue Fixed premade item data update check.
Thu, 28 Oct 2010 19:14:30 +0200 Zerotorescue If Auctioneer data can not be retrieved, it will now display as ?Error? rather than break the caching.
Wed, 20 Oct 2010 01:30:51 +0200 Zerotorescue Reduced the softmax of most ranges from 1.000 to 100. This should make them actually useful. You can still manually enter an amount below the sliders of up to 100.000.
Mon, 18 Oct 2010 15:26:42 +0200 Zerotorescue Removed sound media registrations since we don?t use them.
Tue, 12 Oct 2010 02:11:23 +0200 Zerotorescue Renamed addon from Inventory to Inventorium.
Tue, 12 Oct 2010 02:08:37 +0200 Zerotorescue Ok, please don?t crash again you silly Ace3 multiselect dropdown box. I know you?re itchy, but there?s nothing I can do for you.
Sun, 10 Oct 2010 04:37:21 +0200 Zerotorescue Close the summary frame when opening the config.
Fri, 08 Oct 2010 17:10:34 +0200 Zerotorescue Fixed pullout hiding to avoid fatal errors. v0.1.1-BETA
Fri, 08 Oct 2010 16:11:59 +0200 Zerotorescue Initial release, config and summary windows mostly working. Base functionality available.
Thu, 07 Oct 2010 17:17:43 +0200 Zerotorescue Reasonably functional now. Cleaning up some stuff which might have to be reverted.