index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
misc_register.lua
Age
Commit message (
Expand
)
Author
2013-12-12
Add 'on_prejoinplayer' callback
kaeza
2013-12-07
Move script_run_callbacks to Lua
ShadowNinja
2013-12-04
Only create one alias metatable
ShadowNinja
2013-11-30
Assume a selection box for fences
0gb.us
2013-11-02
Add basic protection support to builtin
ShadowNinja
2013-11-01
Fixed ignoring of "diggable" property of nodes.
0gb.us
2013-11-01
Add a callback: minetest.register_on_craft(itemstack, player,
Novatux
2013-08-06
Add minetest.registered_biomes
Novatux
2013-08-04
Allow mods to listen to cheat detections using minetest.register_on_cheat()
Perttu Ahola
2013-06-27
Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API
kwolekr
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
2012-11-03
Make air and ignore drop nothing
PilzAdam
2012-07-25
Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...
Perttu Ahola
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