Skip to content
Snippets Groups Projects
  1. Jan 22, 2015
    • Jeija's avatar
      Rewrite doors: · 562cee74
      Jeija authored
      * Enable glass and obsidian glass doors to be used with mesecons
      * Doors can receive signals from a vertical wire placed two
        blocks beneath them, use this to create mesecon-controlled
        double doors
      * Fix textures for both git upstream and stable minetest_game
      * Shrink code size
      * Rename mesecons_compatibility to mesecons_doors.
      562cee74
  2. Jan 21, 2015
  3. Jan 20, 2015
  4. Jan 12, 2015
  5. Jan 09, 2015
  6. 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
  7. Dec 20, 2014
  8. Dec 06, 2014
  9. Nov 29, 2014
  10. Nov 25, 2014
  11. Nov 23, 2014
  12. Nov 22, 2014
  13. Nov 21, 2014
  14. 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
Loading