Skip to content
Snippets Groups Projects
  1. Jan 28, 2018
  2. Oct 31, 2017
  3. Jan 15, 2017
  4. Apr 21, 2016
  5. Feb 14, 2016
  6. Feb 25, 2015
  7. Jan 03, 2015
    • 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
  8. Nov 22, 2014
    • Jeija's avatar
      Re-implement settings system: · f977ac82
      Jeija authored
      Settings can now be retrieved by mesecon.setting(<name>, <default>) and can be modified without
      editing the source code by adding the setting to minetest.conf
      For instance, you can add mesecon.blinky_plant_interval = 0.5 to minetest.conf in order to
      increase the blinking speed.
      Rewrite the blinky plant with nodetimers.
      Fixes #161
      f977ac82
    • Jeija's avatar
      Replace mesecon:<some_function> with mesecon.<some_function> for greater · 5be179bf
      Jeija authored
      flexibility and because it was never inteded to be OOP in the first
      place.
      
      mesecon.receptor_on and mesecon.receptor_off are provided by wrappers
      (mesecon:receptor_on/off) for compatibility, but will be removed. Mod
      programmers that use mesecons: Please update!
      
      Also, fix microcontroller polluting the global namespace and remove some
      deprecated stuff.
      5be179bf
    • Jeija's avatar
      Pressure plates and the object detector will send power to vertical · b5cc9332
      Jeija authored
      wires 2 nodes below them, allows to hide circuitry powered by them.
      Fixes #179
      Rewrite pressure plates + vertical wires using mesecon.register_node.
      b5cc9332
  9. Dec 01, 2013
  10. Apr 21, 2013
  11. Mar 07, 2013
  12. Feb 24, 2013
  13. Dec 27, 2012
  14. Dec 22, 2012
  15. Dec 09, 2012
  16. Dec 08, 2012
  17. Dec 07, 2012
  18. Aug 20, 2012
  19. Aug 13, 2012
  20. Aug 11, 2012
  21. Aug 10, 2012
  22. Aug 05, 2012
  23. Aug 01, 2012
  24. Jul 19, 2012
  25. Jun 21, 2012
  26. Jun 05, 2012
  27. Apr 07, 2012
  28. Mar 29, 2012
  29. Mar 26, 2012
Loading