Skip to content
Snippets Groups Projects
  1. Jul 18, 2015
  2. Jun 14, 2015
  3. Jun 02, 2015
    • est31's avatar
      Nicer time setting logging · b8a8be9c
      est31 authored
      Now logs
      
      ACTION[ServerThread]: player sets time to 6:03
      
      instead of
      
      ACTION[ServerThread]: player sets time to 6:3
      b8a8be9c
  4. May 17, 2015
  5. Apr 05, 2015
  6. Mar 04, 2015
  7. Feb 27, 2015
  8. Feb 18, 2015
  9. Jan 28, 2015
  10. Jan 16, 2015
  11. Jan 15, 2015
  12. Nov 26, 2014
  13. Nov 08, 2014
  14. Oct 07, 2014
  15. Aug 19, 2014
    • sapier's avatar
      Mod profiling support · c24e0753
      sapier authored
      Config settings:
      profiling = true/false (gather statistics)
      detailed_profiling = true/false (break mod times to callbacks)
      
      Chat commands:
      save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
      c24e0753
  16. May 29, 2014
  17. May 24, 2014
  18. May 08, 2014
  19. May 07, 2014
  20. Apr 11, 2014
  21. Feb 27, 2014
  22. Feb 03, 2014
  23. Nov 28, 2013
  24. Nov 17, 2013
  25. Jul 08, 2013
  26. May 25, 2013
    • sapier's avatar
      Move scriptapi to separate folder (by sapier) · ab433775
      sapier authored
      On the lua side, notably minetest.env:<function>(<args>) should now
      be replaced by minetest.<function>(<args>).
      The old way is and will stay supported for a long time.
      
      Also:
      Update and clean up lua_api.txt (by celeron55)
      Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
      Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
      ab433775
  27. Apr 23, 2013
  28. Apr 05, 2013
  29. Mar 31, 2013
    • 0gb.us's avatar
      Don't grant priveleges to non-existent players. · 23590a83
      0gb.us authored
      When accidentally misspelling a name, privileges are sometimes granted to non-existent players, leaving them with the extra privileges, but without the default privileges, if they ever join the server. This corrects that by disallowing /grant from working with invalid players. For completeness, it does the same for /revoke.
      23590a83
  30. Nov 30, 2012
  31. Nov 20, 2012
    • Anthony's avatar
      Fix server crash on /clearpassword · 3ba9b263
      Anthony authored
      According to #253, using `/clearpassword` without an argument causes the server to crash from an assertion failure. I've resubmitted matttpt's patch as a pull request to aid in merging.
      3ba9b263
  32. Aug 12, 2012
  33. Jul 27, 2012
  34. Jul 23, 2012
  35. Jul 22, 2012
  36. Jul 21, 2012
  37. Jun 16, 2012
  38. May 19, 2012
Loading