Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Jan 14, 2018
  3. Oct 31, 2017
  4. Oct 07, 2017
  5. Mar 31, 2017
  6. Jan 03, 2016
  7. Nov 20, 2015
    • Jeija's avatar
      Major change: Documentation is now included with mesecons, the website just... · 0ec771bf
      Jeija authored
      Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format
      
      This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code!
      Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available
      by reading the documentation.json file.
      0ec771bf
  8. Oct 04, 2015
  9. Mar 26, 2015
  10. 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
  11. Jun 08, 2014
  12. Apr 30, 2014
  13. Jan 19, 2014
  14. Jan 10, 2014
  15. Dec 18, 2013
  16. Dec 01, 2013
  17. Mar 07, 2013
  18. Feb 22, 2013
  19. Dec 09, 2012
  20. Dec 08, 2012
  21. Aug 20, 2012
  22. Aug 13, 2012
  23. Aug 12, 2012
  24. Aug 11, 2012
  25. Aug 10, 2012
  26. Aug 01, 2012
  27. Jun 23, 2012
  28. Jun 05, 2012
  29. Mar 29, 2012
  30. Mar 22, 2012
  31. Mar 05, 2012
Loading