godot/scene
Marcel Admiraal 907adb37ce Fixes get_floor_normal() returning the user defined floor_normal.
When there is no collision with a floor the get_floor_normal() function
should return the zero vector to be consistent with get_floor_velocity().

Renames floor_normal to up_direction in all bindings.

Updates the documentation of get_floor_normal() and get_floor_velocity()
to make it clear when the values are valid. Updates the documentation for
move_and_slide() and move_and_slide_with_snap() to use the new up_direction
parameter name.
2020-01-15 10:13:35 +01:00
..
2d Fixes get_floor_normal() returning the user defined floor_normal. 2020-01-15 10:13:35 +01:00
3d Fixes get_floor_normal() returning the user defined floor_normal. 2020-01-15 10:13:35 +01:00
animation Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
debugger Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gui Fix regression on scrollbar raising in ScrollContainer 2020-01-14 19:55:12 -03:00
main Don't show conf warning if script is not tool 2020-01-07 21:28:16 +01:00
resources Fix typos with codespell 2020-01-15 00:49:52 +01:00
register_scene_types.cpp Fix AnimationTree not available when compiled with disable_3d 2020-01-07 00:04:30 -03:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Implement game camera override 2019-10-23 02:51:32 +01:00