aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/item.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check item_drop amount clientside (#6242)rubenwardy2017-08-261-11/+8
* Make dropped items colorableDániel Juhász2017-08-141-15/+32
* Helper methods for hardware colorization (#5870)Dániel Juhász2017-06-241-0/+12
* Automatic item and node colorization (#5640)Dániel Juhász2017-06-201-4/+46
* Use a settings object for the main settingsShadowNinja2017-05-061-1/+1
* Fix two nul deref if digging unknown nodes. (#5398)Auke Kok2017-03-151-2/+2
* Optimize item.luatenplus12017-03-101-18/+19
* Fixes for colorwallmounted and colorfacedir nodesDániel Juhász2017-02-181-2/+4
* Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...Nathanaël Courant2017-01-311-2/+2
* core: Add dir_to_yaw and yaw_to_dir helpersAuke Kok2017-01-231-0/+8
* Tool break: Reduce gain of break soundsparamat2016-11-201-1/+1
* Builtin/../item: Enable tool breaking soundsAuke Kok2016-11-181-0/+3
* Introduce builtin_shared and use it to fix #4778est312016-11-161-1/+3
* Builtin/game/item: Add `place_param2` nodedef fieldAuke Kok2016-06-171-1/+3
* Introduce "protection_bypass" privilege.Auke Kok2016-03-111-2/+4
* Initialize facedir and wallmounted tables only once.Diego Martinez2016-02-111-28/+29
* Liquids: Flow into and destroy 'floodable' nodesparamat2016-01-071-0/+1
* Fix missing localization for objHybridDog2015-12-201-11/+3
* Add on_secondary_use when right clicking an item in the airAlex Ford2015-12-021-0/+7
* Add the player name to dropped itemsRobert Zenz2015-11-121-1/+2
* Added minetest.wallmounted_to_dirFernando Carmona Varo2015-10-041-0/+13
* Some map border related fixesest312015-09-291-2/+6
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-0/+9
* Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy2015-02-161-17/+35
* New feature: drop a item instead a stack while...Lord89James2014-06-101-6/+11
* Add item eat callbackrubenwardy2014-05-261-0/+6
* Use "core" namespace internallyShadowNinja2014-05-081-80/+80
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+589