]> git.lizzy.rs Git - minetest.git/history - builtin/item.lua
Move chat commands to Lua and remove servercommand.{cpp,h}
[minetest.git] / builtin / item.lua
2012-08-12 Matthew IAllow digging of unknown nodes
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu Aholabuiltin/item.lua: callbacks with copies of positions...
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaFix building on top of (pointable && buildable_to)...
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-20 darkroseHandle nil placer as it might occur when using minetest...
2012-06-16 Perttu AholaRemove tiles and special_tiles from node definition...
2012-06-16 Perttu AholaUpdate field names to non-deprecated ones in node defin...
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-03 darkroseAdd can_dig callback
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-04-09 Perttu AholaAllow redefining minetest.item_place and the like
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaSplit builtin.lua to multiple files