log Modules/Mover.lua @ 145:6a52272a0e5a

age author description
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.
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.
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.
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: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. base Mover.lua@d5725d4721f2