log Modules/Queue.lua @ 194:ba5ddc4448dd

age author description
Sat, 05 Feb 2011 01:14:52 +0100 Zerotorescue Cleaning up.
Fri, 21 Jan 2011 06:57:57 +0100 Zerotorescue The queue module should no longer add 0s to the queue.
Thu, 20 Jan 2011 06:53:59 +0100 Zerotorescue Fixed queueing single groups rather than using ?queue all?.
Thu, 20 Jan 2011 00:15:09 +0100 Zerotorescue Fixed IM crafting so the bonus queue isn?t reset after an item is created.
Thu, 20 Jan 2011 00:07:47 +0100 Zerotorescue Added a craft button to the queue window. This is still very experimental.
Wed, 19 Jan 2011 23:21:16 +0100 Zerotorescue Added a ?remove? button to the crafting queue.
Tue, 18 Jan 2011 23:48:16 +0100 Zerotorescue Fixed ?fully stocked? tooltip to say it uses the restock target setting rather than the global stock setting.
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:39:40 +0100 Zerotorescue Queueing = queuing. :p
Tue, 18 Jan 2011 00:30:15 +0100 Zerotorescue Rewrote queueing module to insert a GUI.
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.
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 23:14:33 +0100 Zerotorescue Fixed queueing of items which have none at the AH.
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.