Skip to content
Snippets Groups Projects
  1. Nov 02, 2013
  2. Nov 01, 2013
  3. Oct 16, 2013
  4. Sep 28, 2013
  5. Aug 06, 2013
  6. Jul 24, 2013
  7. Jul 02, 2013
  8. 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
  9. Apr 02, 2013
  10. 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
  11. Feb 21, 2013
  12. Feb 19, 2013
  13. Feb 13, 2013
  14. Feb 12, 2013
  15. Jan 27, 2013
  16. Jan 04, 2013
  17. Dec 17, 2012
  18. Dec 02, 2012
  19. Dec 01, 2012
  20. Sep 02, 2012
  21. Aug 19, 2012
  22. 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
  23. Jul 25, 2012
  24. Jul 24, 2012
  25. Jul 23, 2012
  26. Jul 21, 2012
  27. Jun 16, 2012
  28. Jun 10, 2012
  29. Jun 05, 2012
  30. Jun 03, 2012
Loading