Default: Prevent placing sapling if grown tree intersects protection
[oweals/minetest_game.git] / mods / default / functions.lua
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