]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/item.lua
Merge pull request #465 from doserj/mod_selection_empty_modname_fix
[dragonfireclient.git] / builtin / item.lua
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-13 PilzAdamFix minetest.item_place_node() and minetest.item_drop...
2013-02-12 RealBadAngelFix to on_rightclick not able to change wielded_item
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-29 kwolekrMerge pull request #441 from kwolekr/mapgen_factories
2013-01-27 PilzAdamDont call on_rightclick() if sneak is pressed
2013-01-04 PilzAdamAdd on_rightclick(pos, node, clicker) callback for...
2012-12-17 PilzAdamAdd ability to change the itemstack in placenode callbacks
2012-12-02 Ilya ZhuravlevFix minetest.get_node_drops(). It should always return...
2012-12-01 PilzAdamOnly check attachment for nodes with group attached_node
2012-12-01 PilzAdamAdd the group attached_node
2012-09-02 Perttu AholaAdd overridable function for handling dropped items...
2012-08-19 Perttu AholaFix github issue #213: Dropping unknown items crashes...
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