Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | unkn own block -> unkn own node | khonkhortisan | |
2013-04-05 | Use the nodebox as selection box if it's not set manually | Diego Martínez | |
2012-11-30 | Add shutdown hook interface to Lua API | Matthew I | |
Scripts can call minetest.register_on_shutdown() to register a shutdown hook. Document that minetest.register_on_shutdown() callbacks may not be run If the server crashes, it is unlikely that callbacks registered using minetest.register_on_shutdown() will be called. | |||
2012-11-03 | Make air and ignore drop nothing | PilzAdam | |
2012-07-25 | Deprecate minetest.add_to_creative_inventory and use group ↵ | Perttu Ahola | |
not_in_creative_inventory instead | |||
2012-07-22 | minetest.register_on_player_receive_fields() | Perttu Ahola | |
2012-06-08 | Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode | Perttu Ahola | |
2012-06-03 | Implement locked chest; add after_place_node and after_dig_node node callbacks | Perttu Ahola | |
2012-04-01 | Split builtin.lua to multiple files | Perttu Ahola | |