log Core.lua @ 249:fa21e06ca268 tip

age author description
Mon, 07 Feb 2011 15:06:41 +0100 Zerotorescue Added onQueueStart and onQueueEnd events to crafting addon registering.
Mon, 07 Feb 2011 00:03:06 +0100 Zerotorescue bonusQueue should be 10% by default again.
Sun, 06 Feb 2011 19:26:59 +0100 Zerotorescue Removed old database patcher. Don?t think anybody needs it anymore and it just acts confusing.
Sun, 06 Feb 2011 14:00:19 +0100 Zerotorescue Now using the best item count addon available when the selected is unavailable, rather than a random.
Sat, 05 Feb 2011 20:28:55 +0100 Zerotorescue You can now toggle the minimap icon in the ?Extra? config category.
Wed, 02 Feb 2011 19:11:22 +0100 Zerotorescue Tweaking default settings a bit.
Wed, 02 Feb 2011 18:55:00 +0100 Zerotorescue Changed default item count addon to ?DataStore (with guilds)?.
Mon, 31 Jan 2011 15:06:37 +0100 Zerotorescue Cleaning up.
Sun, 30 Jan 2011 15:44:27 +0100 Zerotorescue Added some comments. Nothing more.
Sun, 30 Jan 2011 15:40:53 +0100 Zerotorescue No need to keep the loading times debug info.
Sun, 30 Jan 2011 15:40:16 +0100 Zerotorescue Added a test page used to determine loading times.
Sun, 30 Jan 2011 15:39:18 +0100 Zerotorescue Renamed Inventorium debug channel to IMDebug (so it?s easier to recognize only IM changes, not from other addons), write /im d to register this new channel.
Tue, 25 Jan 2011 10:11:09 +0100 Zerotorescue Debug function can now print tables.
Sat, 22 Jan 2011 19:24:48 +0100 Zerotorescue You can now select which guilds to include in the item count when selecting an item count supporting this.
Sat, 22 Jan 2011 02:57:08 +0100 Zerotorescue Added initial guild bank data excluding (for addons like DataStore). This setting is currently not stored on relog.
Tue, 18 Jan 2011 11:34:48 +0100 Zerotorescue Now keeping track how many times an item has been queued into your favorite crafting addon.
Tue, 18 Jan 2011 00:18:12 +0100 Zerotorescue Debug channel will now be recreated when it was already found rather than re-used. This should prevent invisible debug frames.
Sat, 15 Jan 2011 18:52:01 +0100 Zerotorescue Reduced usage of global functions by defining them locally.
Sat, 15 Jan 2011 17:09:08 +0100 Zerotorescue addon.Locations table is used at multiple modules, definition moved to Core.lua.
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.