index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
/
falling.lua
Age
Commit message (
Expand
)
Author
2017-03-11
Save metainfo for falling nodes
Vladislav Tsendrovskii
2017-03-04
Add minetest.spawn_falling_node(pos) (#5339)
zaoqi
2017-02-18
Fixes for colorwallmounted and colorfacedir nodes
Dániel Juhász
2017-01-09
builtin/.../falling.lua: Avoid crash when hitting unknown nodes
sfan5
2016-12-21
Builtin/../falling.lua: Avoid crash when object pos over limit
paramat
2016-11-16
Introduce builtin_shared and use it to fix #4778
est31
2016-11-14
Rename nodeupdate and nodeupdate_single and make them part of the official API
est31
2016-11-07
Builtin/../falling: Fix bugs caused by 'ignore' nodes
paramat
2016-10-14
Builtin/../falling.lua: Code optimisation
tenplus1
2016-10-03
Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir'
paramat
2016-05-17
Add on_punchnode callback
Wayward One
2016-04-20
falling: walk 4 additional diagonally down directions.
Auke Kok
2016-04-11
Convert nodeupdate to non-recursive
Auke Kok
2016-03-29
stop falling.lua error
tenplus1
2016-03-25
Falling: Set acceleration on step again
Rui
2016-03-19
Builtin/game/falling: Re-add comma removed by recent commit
paramat
2016-03-19
Set acceleration only once in falling node
Rui914
2015-09-01
Minor tweaks __builtin:falling_node
Rui
2014-11-26
Fix some undeclared global variables
Craig Davison
2014-09-28
Use round if falling node is misplaced
SmallJoker
2014-08-22
Remove buildable_to nodes without dropping item when replaced by a falling node
Casimir
2014-06-08
Allow custom liquids to have drops
sfan5
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja