index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
/
item.lua
Age
Commit message (
Expand
)
Author
2018-12-10
Add eat sound (#7956)
Wuzzy
2018-08-30
get_node_drops: Make empty drop return empty table (#7592)
tenplus1
2018-07-17
Builtin: Replace deprecated function calls (#7561)
SmallJoker
2018-03-29
core.rotate_node: Do not trigger after_place_node (#6900)
SmallJoker
2017-12-14
Add callback to preserve node metadata as item metadata
ashtrayoz
2017-12-12
Builtin: Fix handle_node_drops crash with nil digger
SmallJoker
2017-10-28
Fix default item callbacks to work with nil users (#5819)
raymoo
2017-09-13
Item drop: Tune to land exactly 2 nodes away with level view (#6410)
Paramat
2017-08-26
Check item_drop amount clientside (#6242)
rubenwardy
2017-08-14
Make dropped items colorable
Dániel Juhász
2017-06-24
Helper methods for hardware colorization (#5870)
Dániel Juhász
2017-06-20
Automatic item and node colorization (#5640)
Dániel Juhász
2017-05-06
Use a settings object for the main settings
ShadowNinja
2017-03-15
Fix two nul deref if digging unknown nodes. (#5398)
Auke Kok
2017-03-10
Optimize item.lua
tenplus1
2017-02-18
Fixes for colorwallmounted and colorfacedir nodes
Dániel Juhász
2017-01-31
Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...
Nathanaël Courant
2017-01-23
core: Add dir_to_yaw and yaw_to_dir helpers
Auke Kok
2016-11-20
Tool break: Reduce gain of break sounds
paramat
2016-11-18
Builtin/../item: Enable tool breaking sounds
Auke Kok
2016-11-16
Introduce builtin_shared and use it to fix #4778
est31
2016-06-17
Builtin/game/item: Add `place_param2` nodedef field
Auke Kok
2016-03-11
Introduce "protection_bypass" privilege.
Auke Kok
2016-02-11
Initialize facedir and wallmounted tables only once.
Diego Martinez
2016-01-07
Liquids: Flow into and destroy 'floodable' nodes
paramat
2015-12-20
Fix missing localization for obj
HybridDog
2015-12-02
Add on_secondary_use when right clicking an item in the air
Alex Ford
2015-11-12
Add the player name to dropped items
Robert Zenz
2015-10-04
Added minetest.wallmounted_to_dir
Fernando Carmona Varo
2015-09-29
Some map border related fixes
est31
2015-08-12
SAPI: Track last executed mod and include in error messages
kwolekr
2015-02-16
Fix minetest.item_eat's replace_with_item, fixes #2292
rubenwardy
2014-06-10
New feature: drop a item instead a stack while...
Lord89James
2014-05-26
Add item eat callback
rubenwardy
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja