]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game/item.lua
Fix Minetest blaming the wrong mod for errors (#12241)
[dragonfireclient.git] / builtin / game / item.lua
2022-05-09 Lars MüllerFix Minetest blaming the wrong mod for errors (#12241)
2022-05-02 sfan5Reorganize some builtin functions in preparation for...
2021-12-15 sfan5Fix eat sound not playing if eating last of stack
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-08-27 TreerAdd group-based tool filtering for node drops (#10141)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-02-11 rubenwardyReplace 'minetest.' with 'core.' in builtin
2021-01-31 rubenwardyFix minetest.dig_node returning true when node isn...
2021-01-29 sfan5Drop never documented 'alpha' property from nodedef
2021-01-21 ZughyRemoved some obsolete code (#10562)
2020-11-12 sfan5Copy position for can_dig
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-04-13 SmallJokerAdd default stack size setting (#8873)
2020-02-16 SmallJokerBuiltin: Fix error by digging unknown nodes
2020-02-01 sfan5Convert sound_play uses in builtin to ephemeral
2020-02-01 sfan5Let node 'place' and 'dug' sounds be heard by other...
2019-12-24 WuzzyFix item eat sound not played if last item (#9239)
2019-12-18 BluebirdMake core.item_place_node return position of placed...
2019-12-16 sfan5Correct documentation around minetest.item_place
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2019-07-14 SmallJokerDocs: Clarify where to check for 'protection_bypass...
2018-12-10 WuzzyAdd eat sound (#7956)
2018-08-30 tenplus1get_node_drops: Make empty drop return empty table...
2018-07-17 SmallJokerBuiltin: Replace deprecated function calls (#7561)
2018-03-29 SmallJokercore.rotate_node: Do not trigger after_place_node ...
2017-12-14 ashtrayozAdd callback to preserve node metadata as item metadata
2017-12-12 SmallJokerBuiltin: Fix handle_node_drops crash with nil digger
2017-10-28 raymooFix default item callbacks to work with nil users ...
2017-09-12 ParamatItem drop: Tune to land exactly 2 nodes away with level...
2017-08-26 rubenwardyCheck item_drop amount clientside (#6242)
2017-08-14 Dániel JuhászMake dropped items colorable
2017-06-24 Dániel JuhászHelper methods for hardware colorization (#5870)
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-03-15 Auke KokFix two nul deref if digging unknown nodes. (#5398)
2017-03-10 tenplus1Optimize item.lua
2017-02-18 Dániel JuhászFixes for colorwallmounted and colorfacedir nodes
2017-01-31 Nathanaël CourantMake facedir_to_dir and wallmounted_to_dir work with...
2017-01-23 Auke Kokcore: Add dir_to_yaw and yaw_to_dir helpers
2016-11-20 paramatTool break: Reduce gain of break sounds
2016-11-18 Auke KokBuiltin/../item: Enable tool breaking sounds
2016-11-16 est31Introduce builtin_shared and use it to fix #4778
2016-06-17 Auke KokBuiltin/game/item: Add `place_param2` nodedef field
2016-03-11 Auke KokIntroduce "protection_bypass" privilege.
2016-02-11 Diego MartinezInitialize facedir and wallmounted tables only once.
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-12-20 HybridDogFix missing localization for obj
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-11 Robert ZenzAdd the player name to dropped items
2015-10-04 Fernando Carmona... Added minetest.wallmounted_to_dir
2015-09-29 est31Some map border related fixes
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2014-06-10 Lord89JamesNew feature: drop a item instead a stack while...
2014-05-26 rubenwardyAdd item eat callback
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories