Skip to content
Snippets Groups Projects
  1. Jul 08, 2013
  2. 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
  3. Apr 23, 2013
  4. Apr 05, 2013
  5. 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
  6. Nov 30, 2012
  7. 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
  8. Aug 12, 2012
  9. Jul 27, 2012
  10. Jul 23, 2012
  11. Jul 22, 2012
  12. Jul 21, 2012
  13. Jun 16, 2012
  14. May 19, 2012
  15. Apr 13, 2012
  16. Apr 09, 2012
  17. Apr 01, 2012
Loading