Skip to content
Snippets Groups Projects
  1. Apr 26, 2016
  2. Apr 21, 2016
  3. Apr 02, 2016
    • Pedro Gimeno's avatar
      Disable JIT optimization for user code and allow string.find in plain mode · b487783c
      Pedro Gimeno authored
      Disabling LuaJIT for user code enables normal working of debug.sethook() even for loops. The drawback is that that code will run more slowly.
      
      The fourth parameter of string.find indicates whether the second parameter should be interpreted literally (true) or as a pattern (false). Allowing patterns enables DoS attacks, but it's possible to
      allow literal matching with little effort, by disallowing the function only if the fourth parameter (plain mode) is not `true`.
      b487783c
  4. Mar 14, 2016
  5. Mar 13, 2016
  6. Feb 28, 2016
  7. Feb 27, 2016
  8. Feb 23, 2016
  9. Feb 19, 2016
    • Jeija's avatar
      Remove unused VERSION file · c7428d81
      Jeija authored
      and remove debug output
      c7428d81
    • Jeija's avatar
      Force-load areas with mesecon usage · cfd4f7c2
      Jeija authored
      This is a major speedup for large mesecon machines / structures.
      Force-loaded areas are stored in a file to be persistent over server
      reboots. By default, areas are unloaded after 10 minutes (600s) without
      usage, this can be customized with the mesecon.forceload_timeout
      setting. Please turn max_forceloaded_blocks up for better performance.
      cfd4f7c2
  10. Feb 16, 2016
  11. Feb 15, 2016
  12. Feb 14, 2016
  13. Feb 09, 2016
  14. Jan 03, 2016
  15. Jan 02, 2016
  16. Dec 29, 2015
  17. Dec 27, 2015
    • Auke Kok's avatar
      Fix sound volume level of noteblock. · 2682d092
      Auke Kok authored
      Playing stereo sounds positionally in OpenAL causes it to play
      the sounds unattenuated - same volume for all distances. This
      shouldn't happen, and makes noteblocks unneccesarily loud from
      very far away.
      
      Convert all noteblock samples to mono, 22kHz 64kbit.
      2682d092
  18. Dec 15, 2015
  19. 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
    • Jeija's avatar
      Gates: Add OR and NOR gate · 75bd081a
      Jeija authored
      75bd081a
  20. Oct 18, 2015
  21. Oct 04, 2015
  22. Oct 01, 2015
Loading