Separate formspec has been added for each function of multidevice,
now device dynamically shows settings valid only for selected mode.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This mod adds Furnace Monitor - device that once attached to standard
Minetest game furnace, receives Tubelib number and responds to state
requests.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Programmer device has all functionality of Memory Copier while at
the same time can perform similar task to Smartline Programmer.
It is designed to speed up SaferLua Controller redeployments
(for example moving mobile mining controllers for Quarries).
Minor code adjustments of copier part was also required.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Labels for settings in multidevice formspec are now prepended
with MS and MF to remind that option affects only one subsystem.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This mod contains Memory Copier for SaferLua Controller which
can download and upload init, loop and notes sections of device
and is perfect for cloning or moving Controllers to a new location
(as they do not preserve metadata when put back in inventory)
Notice: controller uses formspec metadata so it's active right-click
menu is not updated on display - current tab metadata is also not
read then; workaround is to switch to outp or help tab before uploading
code.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>