summaryrefslogtreecommitdiff
path: root/builtin/misc_register.lua
AgeCommit message (Expand)Author
2013-12-12Add 'on_prejoinplayer' callbackkaeza
2013-12-07Move script_run_callbacks to LuaShadowNinja
2013-12-04Only create one alias metatableShadowNinja
2013-11-30Assume a selection box for fences0gb.us
2013-11-02Add basic protection support to builtinShadowNinja
2013-11-01Fixed ignoring of "diggable" property of nodes.0gb.us
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
2013-08-06Add minetest.registered_biomesNovatux
2013-08-04Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-04-05unkn own block -> unkn own nodekhonkhortisan
2013-04-05Use the nodebox as selection box if it's not set manuallyDiego Martínez
2012-11-30Add shutdown hook interface to Lua APIMatthew I
2012-11-03Make air and ignore drop nothingPilzAdam
2012-07-25Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...Perttu Ahola
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-06-08Don't deprecate minetest.register_on_placenode and minetest.register_on_dignodePerttu Ahola
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola
2012-04-01Split builtin.lua to multiple filesPerttu Ahola