log Modules/Scanner.lua @ 218:07263a435f3c

age author description
Sun, 06 Feb 2011 19:27:20 +0100 Zerotorescue Merchant restocking now takes the price threshold into account.
Wed, 19 Jan 2011 23:21:16 +0100 Zerotorescue Added a ?remove? button to the crafting queue.
Tue, 18 Jan 2011 23:00:18 +0100 Zerotorescue Always making sure the mover window is not there and making the frame when all data is ready, rather than before checking if the confirmation should even appear.
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: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.
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:03:05 +0100 Zerotorescue Now resizing the mover frame based on text size.
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: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 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.