Skip to content
Snippets Groups Projects
  1. Mar 11, 2014
  2. Jan 24, 2014
  3. Jan 22, 2014
  4. Jan 11, 2014
  5. Jan 07, 2014
  6. Dec 30, 2013
  7. Nov 30, 2013
  8. Nov 02, 2013
  9. Nov 01, 2013
  10. Oct 16, 2013
  11. Sep 28, 2013
  12. Aug 06, 2013
  13. Jul 24, 2013
  14. Jul 02, 2013
  15. 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
  16. Apr 02, 2013
  17. Mar 29, 2013
    • 0gb.us's avatar
      Fix node replacement in not-quite-loaded chunks · 02cbb581
      0gb.us authored
      When first entering an area, sometimes placing nodes replaces other nodes that are not buildable_to. This seems to be caused by the fact that nodes in unloaded map blocks are treated as ignore, a node that is buildable_to. This fixes that, by using get_node_or_nil() instead of the previously-used get_node(), then checking to see if the nodes were actually loaded before replacing.
      02cbb581
  18. Feb 21, 2013
  19. Feb 19, 2013
  20. Feb 13, 2013
  21. Feb 12, 2013
  22. Jan 27, 2013
  23. Jan 04, 2013
  24. Dec 17, 2012
  25. Dec 02, 2012
  26. Dec 01, 2012
  27. Sep 02, 2012
  28. Aug 19, 2012
  29. Aug 12, 2012
    • 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
  30. Jul 25, 2012
  31. Jul 24, 2012
  32. Jul 23, 2012
  33. Jul 21, 2012
  34. Jun 16, 2012
Loading