Skip to content
Snippets Groups Projects
  1. Jan 11, 2016
    • paramat's avatar
      Mapgen: Various fixes and improvements · 8fc8cb81
      paramat authored
      Lua_api.txt: Document 'minetest.registered_biomes'
      Minimal: Remove 'mapgen_air' alias
      Cavegen: Add fallback node for 'mapgen_ice'
      Dungeongen: Add fallback node for 'mapgen_river_water_source'
      Mgv5: Remove unnecessary '#include util/directiontables.h'
      Add missing 'this->'s in makeChunk()
      Mgv6: Edit empty line formatting
      Remove leading spaces in makeChunk()
      Add missing spaces after 'for' and 'if'
      Mgv7: Edit empty line formatting
      8fc8cb81
  2. Dec 31, 2015
  3. Dec 06, 2015
  4. Jul 16, 2015
  5. Jul 14, 2015
  6. Jun 16, 2015
    • ShadowNinja's avatar
    • est31's avatar
      Add list-rings · c977fbd9
      est31 authored
      Adds list-rings, a method to implement item sending between inventories via shift-click.
      Nice insider feature: a ring consisting of a single inventory list serves as nice clean-up method.
      Also adds them to minimal game, and the standard inventory.
      Craft output slots are not supported.
      c977fbd9
  7. Jun 15, 2015
  8. Jun 12, 2015
  9. Jun 09, 2015
  10. Jan 30, 2015
  11. Jan 12, 2015
  12. Aug 23, 2014
  13. Nov 30, 2013
  14. Nov 02, 2013
  15. Oct 05, 2013
  16. Sep 06, 2013
  17. Aug 06, 2013
  18. Jun 19, 2013
  19. Jun 18, 2013
  20. 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
  21. May 20, 2013
  22. May 02, 2013
  23. Apr 07, 2013
  24. Apr 05, 2013
  25. Mar 29, 2013
  26. Mar 24, 2013
  27. Mar 14, 2013
  28. Feb 24, 2013
  29. Jan 21, 2013
  30. Dec 01, 2012
    • PilzAdam's avatar
      Add the group attached_node · fa76057e
      PilzAdam authored
      Nodes in this group will be dropped as items if the node under them or the node in the wallmounted direction is not walkable.
      fa76057e
  31. Nov 09, 2012
  32. Nov 01, 2012
  33. Oct 31, 2012
Loading