aboutsummaryrefslogtreecommitdiff
path: root/builtin/misc_register.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Organize builtin into subdirectoriesShadowNinja2014-05-071-410/+0
* Fix heart + bubble bar size on different texture packssapier2014-05-071-0/+1
* Fix spelling of "attempt"ShadowNinja2014-01-131-3/+3
* Add minetest.override_itemShadowNinja2014-01-131-0/+18
* Add 'on_prejoinplayer' callbackkaeza2013-12-121-0/+1
* Move script_run_callbacks to LuaShadowNinja2013-12-071-0/+39
* Only create one alias metatableShadowNinja2013-12-041-11/+9
* Assume a selection box for fences0gb.us2013-11-301-0/+5
* Add basic protection support to builtinShadowNinja2013-11-021-0/+1
* Fixed ignoring of "diggable" property of nodes.0gb.us2013-11-011-0/+1
* Add a callback: minetest.register_on_craft(itemstack, player,Novatux2013-11-011-0/+16
* Add minetest.registered_biomesNovatux2013-08-061-0/+7
* Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola2013-08-041-0/+1
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-0/+1
* unkn own block -> unkn own nodekhonkhortisan2013-04-051-4/+4
* Use the nodebox as selection box if it's not set manuallyDiego Martínez2013-04-051-0/+4
* Add shutdown hook interface to Lua APIMatthew I2012-11-301-0/+1
* Make air and ignore drop nothingPilzAdam2012-11-031-0/+2
* Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...Perttu Ahola2012-07-251-10/+4
* minetest.register_on_player_receive_fields()Perttu Ahola2012-07-221-0/+7
* Don't deprecate minetest.register_on_placenode and minetest.register_on_dignodePerttu Ahola2012-06-081-13/+2
* Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola2012-06-031-2/+12
* Split builtin.lua to multiple filesPerttu Ahola2012-04-011-0/+314