aboutsummaryrefslogtreecommitdiff
path: root/builtin/item.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add overridable function for handling dropped items from nodesPerttu Ahola2012-09-021-8/+13
* Fix github issue #213: Dropping unknown items crashes the gamePerttu Ahola2012-08-191-4/+6
* Allow digging of unknown nodesMatthew I2012-08-121-1/+2
* Remove special handling of creative modePerttu Ahola2012-07-251-17/+15
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-35/+0
* builtin/item.lua: callbacks with copies of positions and nodes rather than re...Perttu Ahola2012-07-241-68/+82
* Add oldnode parameter to minetest.register_on_placenode callbackPerttu Ahola2012-07-231-2/+3
* Fix building on top of (pointable && buildable_to) nodesPerttu Ahola2012-07-231-15/+35
* Actually fix facedir-rotated nodes placed using minetest.env:place_node()Perttu Ahola2012-07-211-5/+7
* Handle nil placer as it might occur when using minetest.env:place_node. (Uberi)darkrose2012-07-211-1/+1
* Remove tiles and special_tiles from node definition prototype because otherwi...Perttu Ahola2012-06-161-5/+7
* Update field names to non-deprecated ones in node definition prototypePerttu Ahola2012-06-161-4/+4
* Node placement client-side predictionPerttu Ahola2012-06-101-0/+1
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-051-4/+6
* Add can_dig callbackdarkrose2012-06-031-1/+2
* Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola2012-06-031-2/+21
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-031-0/+41
* Random node metadata thingsPerttu Ahola2012-06-031-6/+0
* Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola2012-06-031-9/+0
* Allow redefining minetest.item_place and the likePerttu Ahola2012-04-091-8/+15
* Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola2012-04-011-2/+11
* Split builtin.lua to multiple filesPerttu Ahola2012-04-011-0/+380