Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Jan 28, 2018
  3. Oct 31, 2017
  4. Oct 07, 2017
  5. Jan 15, 2017
  6. 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
  7. Oct 04, 2015
  8. Nov 22, 2014
    • 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
  9. Mar 23, 2014
    • Jeija's avatar
      Fix bug that made delayers oscillate their input port · 1f666875
      Jeija authored
      when powering off the delayer faster than the delay time.
      Actually, delayers should have never worked since the ActionQueue update as
      they always used the default rules for their output, which is obviously nonsense.
      1f666875
  10. Jan 10, 2014
    • Jeija's avatar
      First draft of some kind of Action Queue (just like the globalstep queue in... · 2d004b19
      Jeija authored
      First draft of some kind of Action Queue (just like the globalstep queue in to_update), but more flexible and also including delay functionality (mesecon_delayer).
      The queue is also saved to a file, so that when restarting mesecons, delayers resume to the state they had when the game shut down. Needs testing.
      2d004b19
  11. Dec 01, 2013
  12. Mar 07, 2013
  13. Dec 30, 2012
  14. Dec 27, 2012
  15. Dec 09, 2012
  16. Dec 08, 2012
  17. Aug 13, 2012
  18. Aug 12, 2012
  19. Aug 11, 2012
  20. Aug 10, 2012
  21. Aug 07, 2012
  22. Aug 01, 2012
  23. Jun 21, 2012
  24. May 12, 2012
  25. Apr 06, 2012
  26. Apr 02, 2012
  27. Mar 29, 2012
Loading