techpack/sl_controller
2018-07-01 21:56:39 +02:00
..
textures Battery and Server added 2018-06-26 23:04:25 +02:00
battery.lua SaferLua Controller revised (events, loop control, data structures,...) 2018-06-30 00:23:18 +02:00
commands.lua Distributor filter command added 2018-07-01 21:56:39 +02:00
config.lua Battery and Server added 2018-06-26 23:04:25 +02:00
controller.lua controller instance bug fix 2018-07-01 12:35:10 +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 Battery and Server added 2018-06-26 23:04:25 +02:00
server.lua Distributor filter command added 2018-07-01 21:56:39 +02:00

SaferLua Controller [sl_controller] v0.02

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