aboutsummaryrefslogtreecommitdiff
path: root/builtin/item.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change default value of is_ground_content to truekwolekr2013-11-301-1/+1
* Add basic protection support to builtinShadowNinja2013-11-021-0/+18
* Fixed ignoring of "diggable" property of nodes.0gb.us2013-11-011-2/+1
* Add tool callbackNovatux2013-10-161-7/+12
* Fix minetest.facedir_to_dir when param2 is 5 or 7.Novatux2013-10-161-1/+1
* Allow to manually specify param2 in minetest.item_place() and return successPilzAdam2013-09-281-12/+12
* Add support for different drowning damage and allow drowning in other nodetypesBlockMen2013-08-061-0/+1
* added (optional) support for 6d facedir in dir_to_facedir and added facedir_t...hdastwb2013-07-241-2/+60
* Remove unnecessary debug output in node_dig()PilzAdam2013-07-021-3/+0
* Infinite tools in creative modeLord89James2013-07-021-4/+6
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-11/+11
* Return an ItemStack in minetest.item_place() if nodes' on rightclick doesnt r...PilzAdam2013-04-021-1/+1
* Fix node replacement in not-quite-loaded chunks0gb.us2013-03-291-3/+10
* Drop nodes as items when dugged and no room in inventory and dont remove drop...PilzAdam2013-02-211-1/+9
* Dont drop tools on rightclickPilzAdam2013-02-191-2/+1
* Fix minetest.item_place_node() and minetest.item_drop() to always return an I...PilzAdam2013-02-131-3/+3
* Fix to on_rightclick not able to change wielded_itemRealBadAngel2013-02-131-2/+1
* Dont call on_rightclick() if sneak is pressedPilzAdam2013-01-271-1/+2
* Add on_rightclick(pos, node, clicker) callback for nodesPilzAdam2013-01-041-2/+13
* Add ability to change the itemstack in placenode callbacksPilzAdam2012-12-171-3/+11
* Fix minetest.get_node_drops(). It should always return list of item names, no...Ilya Zhuravlev2012-12-021-2/+2
* Only check attachment for nodes with group attached_nodePilzAdam2012-12-011-1/+2
* Add the group attached_nodePilzAdam2012-12-011-0/+7
* 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