ShadowNinja
a0dce51af6
Move script_run_callbacks to Lua
2013-12-07 22:03:07 -05:00
ShadowNinja
000da6b25d
Only create one alias metatable
2013-12-04 14:31:55 -05:00
0gb.us
e605d70256
Assume a selection box for fences
...
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
2013-11-30 13:22:50 -05:00
ShadowNinja
06a5eceb81
Add basic protection support to builtin
2013-11-02 14:01:10 -04:00
0gb.us
53ab2f8def
Fixed ignoring of "diggable" property of nodes.
2013-11-01 10:58:41 -04:00
Novatux
bd6d4666ab
Add a callback: minetest.register_on_craft(itemstack, player,
...
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
2013-11-01 15:55:34 +01:00
Novatux
14eab22d81
Add minetest.registered_biomes
2013-08-06 13:24:54 +02:00
Perttu Ahola
8831669505
Allow mods to listen to cheat detections using minetest.register_on_cheat()
2013-08-04 00:45:49 +03:00
kwolekr
2e292b67a0
Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API
2013-06-27 22:35:35 -04:00
khonkhortisan
1586cdac53
unkn own block -> unkn own node
2013-04-05 15:57:39 +02:00
Diego Martínez
2fb0e547a0
Use the nodebox as selection box if it's not set manually
2013-04-05 15:14:37 +02:00
Matthew I
6c8fa83ecd
Add shutdown hook interface to Lua API
...
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-30 19:26:51 +02:00
PilzAdam
936411e4d1
Make air and ignore drop nothing
2012-11-03 18:29:01 +01:00
Perttu Ahola
100345f1e4
Deprecate minetest.add_to_creative_inventory and use group not_in_creative_inventory instead
2012-07-25 18:05:31 +03:00
Perttu Ahola
4cc98d7add
minetest.register_on_player_receive_fields()
2012-07-22 17:40:48 +03:00
Perttu Ahola
22502f80db
Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode
2012-06-08 01:51:23 +03:00
Perttu Ahola
35df1ee253
Implement locked chest; add after_place_node and after_dig_node node callbacks
2012-06-03 22:31:01 +03:00
Perttu Ahola
67547f74fc
Split builtin.lua to multiple files
2012-04-01 12:38:19 +03:00