Skip to content
Snippets Groups Projects
  1. Jan 20, 2015
  2. Jan 12, 2015
  3. Jan 09, 2015
  4. Jan 03, 2015
    • Jeija's avatar
      Fix #198 by adding gates to the "overheat" group · 80648b6c
      Jeija authored
      80648b6c
    • Jeija's avatar
      **This commit changes functionality**, please read · adb803ce
      Jeija authored
      Remove legacy code that enabled / disabled mesecon wires that were placed 2 blocks below a
      pressure plate. From now on, please place a vertical wire at that place. That way, no false
      signals will be triggered (the wire won't "flash" turned off if you enable it by a pressure
      plate and turn off a switch connected to it).
      If you depend on this functionality, please just revert this commit. That should be possible in
      the near future as well, since no major rewrites are planned for mesecons_pressureplates. In the
      long run, please update your mesecon strucutres to use vertical wires instead of relying on this
      old hack.
      adb803ce
    • Jeija's avatar
  5. Dec 20, 2014
  6. Dec 06, 2014
  7. Nov 29, 2014
  8. Nov 25, 2014
  9. Nov 23, 2014
  10. Nov 22, 2014
  11. Nov 21, 2014
  12. Oct 07, 2014
    • ShadowNinja's avatar
      Improve the LuaController · bd1766e4
      ShadowNinja authored
      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...
      bd1766e4
  13. Sep 02, 2014
  14. Jul 14, 2014
  15. Jul 12, 2014
Loading