mesecons/mesecons_microcontroller
ShadowNinja bd1766e448 Improve the LuaController
Changes:
  * Stops code after a certain number of instructions.
  * Allows functions, due to instruction counting.
  * Allows loops and goto with non-JIT Lua (LuaJIT doesn't count looping as an instruction, allowing infinite loops), due to instruction counting.
  * Removes string matching functions as they can be slow.
  * Adds some safe functions.
  * Limits the amount of printing that can be done (to prevent console flooding).
  * Code cleanup.
  * More...
2014-10-07 17:09:25 -04:00
..
textures Move textures into their mods 2014-01-10 13:13:02 -05:00
depends.txt Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
init.lua Improve the LuaController 2014-10-07 17:09:25 -04:00
MeseconMicro.odt Update Microcontroller Tutorial and add .odt source for the .pdf 2013-09-08 11:38:01 +02:00
MeseconMicro.pdf Update Microcontroller Tutorial and add .odt source for the .pdf 2013-09-08 11:38:01 +02:00