Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Jan 28, 2018
  3. Jan 06, 2018
  4. Oct 31, 2017
  5. Oct 18, 2017
  6. Oct 08, 2017
  7. Oct 07, 2017
  8. Jan 15, 2017
  9. Feb 15, 2016
  10. Feb 14, 2016
  11. Oct 04, 2015
  12. Feb 28, 2015
  13. Feb 14, 2015
  14. Feb 05, 2015
  15. Nov 29, 2014
  16. 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
  17. Nov 21, 2014
  18. Dec 01, 2013
  19. Jun 22, 2013
  20. Jun 05, 2013
  21. Apr 28, 2013
  22. Apr 02, 2013
  23. Mar 14, 2013
  24. Mar 11, 2013
  25. Mar 07, 2013
  26. Mar 03, 2013
  27. Feb 09, 2013
  28. Feb 08, 2013
  29. Feb 06, 2013
  30. Dec 27, 2012
  31. Dec 26, 2012
  32. Dec 23, 2012
Loading