Skip to content
Snippets Groups Projects
  1. Oct 04, 2015
  2. Oct 01, 2015
  3. Aug 26, 2015
  4. Jul 27, 2015
  5. May 20, 2015
  6. May 11, 2015
  7. Mar 26, 2015
  8. Feb 28, 2015
  9. Feb 25, 2015
  10. Feb 19, 2015
  11. Feb 17, 2015
  12. Feb 14, 2015
  13. Feb 13, 2015
  14. Feb 05, 2015
  15. Feb 04, 2015
  16. Feb 03, 2015
  17. Jan 23, 2015
  18. 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
  19. Jan 21, 2015
  20. Jan 20, 2015
  21. Jan 12, 2015
  22. Jan 09, 2015
  23. 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
Loading