Move duplicate recipe from books to default.register_craft_metadata_copy()
[oweals/minetest_game.git] / mods / default / functions.lua
2020-01-04 Thomas--SMove duplicate recipe from books to default.register_cr...
2019-09-28 Alex YstAlways disable leafdecay for player-placed leaves,...
2019-09-19 leucomeLeafdecay: Use param2 ~= 1 instead of param2 == 0
2019-09-16 mbartlett21Add option for non-jumpable fences and walls
2019-08-19 coilVerify object is player before checking privs (#2448)
2019-07-26 TumeniNodesAdd 'dry dirt' and 'dry dirt with dry grass' nodes...
2019-07-16 sfan5Merge pull request #2322 from Calinou/travis-luacheck...
2019-06-02 acmgitPrevent potential crash caused by moss growth ABM
2019-04-06 HybridDogMoss growth ABM: Add inner and outer cobble stairs...
2018-10-11 TumeniNodesFence rails: Allow connections to walls
2018-09-25 ParamatFence rail: Only connect to fences. Update map mod...
2018-07-10 ParamatRemove coral air-death ABM
2018-07-07 TumeniNodesAdd fence rails
2018-02-03 paramatIntersects_protection(): Remove from Minetest Game
2017-11-15 DTA7Add nil checks for placer
2017-10-24 paramatFootstep sounds: 5 new sounds
2017-08-18 Hybrid DogRegister fence: Allow setting nodedefs to 'false'
2017-08-01 paramatLava cooling: Increase interval to 2
2017-06-08 vorunbekannt75@web.deDefault: Revert "Default: Shorter and better ABMs"
2017-05-24 paramatSettings: Use new settings object
2017-05-20 theFox6Default: Shorter and better ABMs (#1739)
2017-05-07 EzhhAdd option to disable lavacooling (#1726)
2017-04-11 paramatLeafdecay: Do not restart aready running timers
2017-03-19 Thomas--SDoors: Fix wood/glass doors not opening or closing
2017-03-17 octacianKeys: Fix crash when using unconfigured default:key
2017-03-12 SmallJokerKeys: Update default.can_interact_with_node to new...
2017-02-25 paramatLavacooling: Return to chance = 2
2017-02-25 MarkuBuLeafdecay: Node timer based implementation, API
2017-02-21 Thomas--SGlobalize, rename and change the behaviour of has_locke...
2017-01-22 paramatSounds: Remove 'default_dig_crumbly' from leaves defaul...
2017-01-02 SmallJokerPapyrus, cactus: Require light level 13 for growth
2016-12-17 paramatSounds: Edit some sound gains, mostly footsteps
2016-12-13 paramatDefault: Add missing 'default_dig_snappy' sound
2016-12-01 NapiopheliosAdd Cobble Walls to Moss Growth ABM
2016-11-22 paramatUpdate 'nodeupdate()' to 'check_for_falling()' API
2016-11-21 paramatDefault: Add water footstep sounds
2016-11-18 paramatDefault: Add 'group:cools_lava' for lavacooling by...
2016-10-25 Auke KokDefault: Add metal sound table function and metal sounds
2016-10-12 paramatDefault: Add coral nodes and death ABM
2016-10-05 paramatDefault/functions: Tune speed of grass spread ABM
2016-10-01 paramatDefault: Generalise, optimise and simplify grass spread...
2016-08-15 paramatDefault: Optimise and simplify leafdecay ABM, remove...
2016-08-09 tenplus1Add labels to ABMs
2016-07-27 paramatDefault: Prevent placing sapling if grown tree intersec...
2016-06-14 Auke KokStairs: Add mossy cobble slab and stair
2016-04-29 FozDefault: Add function 'node_sound_gravel_defaults()'
2016-04-26 Auke KokTNT: Add on_blast to all nodes with an inventory
2016-04-18 paramatDefault: Create 'grass', 'dry_grass' groups, use in...
2016-04-16 Auke KokChange how dirt turns to dirt_with_(something)
2016-04-16 Auke KokRemove "grass under snow" from default:dirt_with_snow...
2016-03-25 paramatDefault: Reduce sand footstep and dug sound gains
2016-03-13 Auke KokConvert fences to NDT_CONNECTED.
2016-02-23 MT-ModderControl leaf decay with sneak.
2016-02-14 paramatConsolidate ABMs
2016-02-03 Auke KokCreate API for fence.register, and use it.
2015-11-14 paramatDefault, fire: Disable catch-up in some ABMs
2015-10-25 paramatDefault/functions: ABM for mossycobble replacing cobble...
2015-10-05 paramatPapyrus: Grow on dirt and grass only, remove from deser...
2015-08-31 paramatDefault: Allow papyrus growing on default:sand
2015-08-04 paramatDefault/functions: Reduce lavacooling ABM/sound overload
2015-07-12 paramatDefault: Add savanna nodes, textures, crafting and...
2015-06-07 paramatDefault/functions: Fix cactus growing by rotation again...
2015-06-07 paramatDefault/functions: Fix cacti not growing when rotation...
2015-04-27 HybridDogallow overriding papyrus and cactus grow functions
2015-02-12 Craig DavisonFix typo in survival formspec & create legacy file
2015-01-10 PilzAdamRestructure default/nodes.lua
2015-01-10 PilzAdamRemove useless, empty callbacks
2014-12-06 PilzAdamSet param2 to 1 if player places leaves 367/head
2014-12-06 PilzAdamMove leafdecay doc to game_api.txt
2014-11-30 Craig DavisonFix some undeclared global variables
2014-09-16 ShadowNinjaClean up treegen code
2014-08-22 CalinouMake sand and some leaves sounds quieter 305/head
2014-07-05 CasimirDig upwards for papyrus and cactus
2013-11-17 PilzAdamFix indentation, use log() instead of print() and use...
2013-11-08 4Evergreen4Add 6d facedir to logs. 214/head
2013-11-06 BlockMenFix tree growing and jungle sapling growth rate
2013-07-11 HybridDogAdd lavacooling sounds
2013-06-13 PilzAdamUse louder footstep sound as dug_node
2013-06-12 Mitori ItoshikiNew sounds
2013-05-24 PilzAdamReplace minetest.env: with minetest.
2013-05-21 PilzAdamLet apples fall when the tree is decaying
2013-05-19 PilzAdamSplit init.lua into several files