log

age author description
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 06:33:06 +0100 Zerotorescue Added tag v0.4.1-BETA for changeset 72f4e9a672af
Tue, 18 Jan 2011 06:32:57 +0100 Zerotorescue Changelog update. v0.4.1-BETA
Tue, 18 Jan 2011 06:30:53 +0100 Zerotorescue Fixed an error when scanning a bank, guild bank or mailbox.
Tue, 18 Jan 2011 00:39:40 +0100 Zerotorescue Queueing = queuing. :p
Tue, 18 Jan 2011 00:36:48 +0100 Zerotorescue Added tag v0.4.0-BETA for changeset e0e473f89e79
Tue, 18 Jan 2011 00:36:38 +0100 Zerotorescue Changelog & todo list update. v0.4.0-BETA
Tue, 18 Jan 2011 00:33:47 +0100 Zerotorescue The mover frame will now be build the first time it is needed rather than on module load.
Tue, 18 Jan 2011 00:30:15 +0100 Zerotorescue Rewrote queueing module to insert a GUI.
Tue, 18 Jan 2011 00:28:24 +0100 Zerotorescue Fixed premade group updating.
Tue, 18 Jan 2011 00:27:29 +0100 Zerotorescue Fixed WotLK epic gem premade item groups to no longer include removed items.
Tue, 18 Jan 2011 00:18:23 +0100 Zerotorescue Fixed Glyphs by class - Druid and Glyphs by ink - Jadefire Ink premade groups to include 3 more glyphs.
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.
Sun, 16 Jan 2011 01:45:25 +0100 Zerotorescue Fixed error in pkgmeta file.
Sun, 16 Jan 2011 01:43:42 +0100 Zerotorescue Added required/optional dependencies to the pkgmeta.
Sun, 16 Jan 2011 00:42:10 +0100 Zerotorescue Added tag v0.3.0-BETA for changeset d226a09066d0
Sun, 16 Jan 2011 00:42:03 +0100 Zerotorescue Changelog update. v0.3.0-BETA
Sun, 16 Jan 2011 00:41:02 +0100 Zerotorescue Restocking from a merchant now considers bonus queue and min crafting queue settings.
Sat, 15 Jan 2011 18:52:01 +0100 Zerotorescue Reduced usage of global functions by defining them locally.
Sat, 15 Jan 2011 17:09:13 +0100 Zerotorescue Updated addon description.
Sat, 15 Jan 2011 17:09:08 +0100 Zerotorescue addon.Locations table is used at multiple modules, definition moved to Core.lua.
Sat, 15 Jan 2011 17:03:05 +0100 Zerotorescue Now resizing the mover frame based on text size.
Sat, 15 Jan 2011 16:24:39 +0100 Zerotorescue Fixed issue with DataStore item count no including bank data.
Sat, 15 Jan 2011 13:15:16 +0100 Zerotorescue Implemented mail refilling support. Respecting the MailAddonBusy global when opening so addons like MailOpener shouldn?t interfere.
Fri, 14 Jan 2011 23:46:05 +0100 Zerotorescue Added tag v0.2.8-BETA for changeset b5dca5462004
Fri, 14 Jan 2011 23:45:58 +0100 Zerotorescue Changelog update. v0.2.8-BETA
Fri, 14 Jan 2011 23:45:42 +0100 Zerotorescue Removed tag v0.2.8-BETA
Fri, 14 Jan 2011 23:45:26 +0100 Zerotorescue Added tag v0.2.8-BETA for changeset 9765bc3b3d6b
Fri, 14 Jan 2011 23:35:12 +0100 Zerotorescue Fixed item tooltips.
Fri, 14 Jan 2011 23:31:12 +0100 Zerotorescue This implementation of vendor buying did not work well. Too many customizations were needed that made the code hard to read and understand and eventually it was found that vendor buying should be based on refill target, not local stock. The mover/refiller is not meant for this, we should just do this somewhere else.
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 22:48:25 +0100 Zerotorescue Now only giving the ?bags are full? message once per item rather then for every queued move.
Wed, 12 Jan 2011 20:09:11 +0100 Zerotorescue Added tag v0.2.7-BETA for changeset aa675033abdc
Wed, 12 Jan 2011 20:09:00 +0100 Zerotorescue Changelog & to-do list updated. v0.2.7-BETA
Wed, 12 Jan 2011 19:58:39 +0100 Zerotorescue Added tooltips to the item refill window headers.
Wed, 12 Jan 2011 14:15:50 +0100 Zerotorescue Added premade groups where glyphs are grouped by inks.
Tue, 11 Jan 2011 23:13:40 +0100 Zerotorescue Increased edge size to make them more visible.
Tue, 11 Jan 2011 19:51:30 +0100 Zerotorescue Added tag v0.2.6-BETA for changeset bca5a75bf022
Tue, 11 Jan 2011 19:51:18 +0100 Zerotorescue Changloge & todo update. v0.2.6-BETA
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:52:02 +0100 Zerotorescue Added tag v0.2.5-BETA for changeset 67e97d1beeb7
Sun, 09 Jan 2011 17:51:54 +0100 Zerotorescue Changelog update. v0.2.5-BETA
Sun, 09 Jan 2011 17:49:33 +0100 Zerotorescue All print(...) function calls are now handled by addon:Print(text, color).
Sun, 09 Jan 2011 01:34:05 +0100 Zerotorescue Added tag v0.2.4-BETA for changeset f9ff4aefda1e
Sun, 09 Jan 2011 01:33:26 +0100 Zerotorescue Changelog update. v0.2.4-BETA
Sat, 08 Jan 2011 01:39:04 +0100 Zerotorescue Fixed GetItemId usage to the proper capitals.
Fri, 07 Jan 2011 23:16:17 +0100 Zerotorescue Added tag v0.2.3-BETA for changeset bb65a57046f1
Fri, 07 Jan 2011 23:16:01 +0100 Zerotorescue Changelog update. v0.2.3-BETA
Fri, 07 Jan 2011 23:14:33 +0100 Zerotorescue Fixed queueing of items which have none at the AH.
Fri, 07 Jan 2011 22:28:35 +0100 Zerotorescue Added tag v0.2.2-BETA for changeset 7c12a96fb6f7
Fri, 07 Jan 2011 22:28:26 +0100 Zerotorescue Changelog update. v0.2.2-BETA
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.
Fri, 07 Jan 2011 10:34:38 +0100 Zerotorescue Now trying to continue moving item 0.5 seconds after the last ITEM_LOCK_CHANGED-event, rather than 1 second after BAG_UPDATE.
Thu, 06 Jan 2011 20:25:35 +0100 Zerotorescue Todo-list update.
Thu, 06 Jan 2011 20:10:07 +0100 Zerotorescue Added tag v0.2.1-BETA for changeset e01e6642df57
Thu, 06 Jan 2011 20:10:01 +0100 Zerotorescue Changelog update. v0.2.1-BETA
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 11:04:55 +0100 Zerotorescue Disabled a bunch of probably unused libraries, will have to verify if Inventorium still runs without any other addon.
Thu, 06 Jan 2011 10:48:56 +0100 Zerotorescue Added options to toggle the automatic refilling. This defaults to true.
Thu, 06 Jan 2011 01:01:25 +0100 Zerotorescue Item refilling should now be working. Probably very slow if your bags, bank or guild bank is filled with over 200 unique items or so (needs some real testing, but know that it is a known (possible) issue).