techpack/sl_controller
2018-07-22 22:40:47 +02:00
..
textures Battery and Server added 2018-06-26 23:04:25 +02:00
battery.lua buttery inventory bug fix 2018-07-07 13:16:35 +02:00
commands.lua v1.9 Controller commands get_counter() and clear_counter() added, Autocrafter got a command interface, some improvements to the robot, but still WIP(!) 2018-07-22 22:40:47 +02:00
config.lua Battery and Server added 2018-06-26 23:04:25 +02:00
controller.lua formspec bug fix 2018-07-07 23:35:06 +02:00
depends.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
description.txt SaferLua added 2018-06-24 22:33:00 +02:00
init.lua Battery and Server added 2018-06-26 23:04:25 +02:00
mod.conf New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
readme.md Update readme.md 2018-07-14 11:57:09 +02:00
server.lua buttery inventory bug fix 2018-07-07 13:16:35 +02:00

SaferLua Controller [sl_controller]

A tubelib compatible controller to be programmed in LUA

The mod uses SaferLua [safer_lua] as Lua sandbox for safe and secure code execution.

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

tubelib, safer_lua

History

  • 2018-06-24 v0.01 * first draft
  • 2018-06-26 v0.02 * Battery and Server added