Skip to content
Snippets Groups Projects
  1. Jan 12, 2013
  2. Jan 04, 2013
  3. Dec 17, 2012
  4. Dec 15, 2012
  5. Dec 11, 2012
  6. Dec 02, 2012
  7. Dec 01, 2012
  8. Nov 30, 2012
  9. Nov 27, 2012
  10. Nov 26, 2012
  11. 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
  12. Nov 03, 2012
  13. Oct 31, 2012
  14. Sep 09, 2012
  15. Sep 02, 2012
  16. Aug 19, 2012
  17. Aug 12, 2012
    • Matthew I's avatar
      Move chat commands to Lua and remove servercommand.{cpp,h} · b29d609b
      Matthew I authored
      Commands moved:
       /me
       /status
       /time
       /shutdown
       /ban
       /clearobjects
      b29d609b
    • Matthew I's avatar
      Allow digging of unknown nodes · 1ed559bd
      Matthew I authored
      This allows the removal of nodes with unknown types.
      get_item_callback() (C++) would fail if a node has an unknown type.  Now it
      will try using the callback from minetest.nodedef_default in this case.
      Also, minetest.node_dig() (Lua) was altered to always allow digging when
      the node definition is empty (i.e. unknown node).
      1ed559bd
  18. Jul 27, 2012
  19. Jul 25, 2012
  20. Jul 24, 2012
  21. Jul 23, 2012
  22. Jul 22, 2012
  23. Jul 21, 2012
  24. Jun 16, 2012
Loading