godot/servers
Ricardo Buring 2290f3b6a4 Fix CCD in case of multiple supports in motion direction
For example, an axis-aligned box under the influence of gravity landing
on a horizontal triangle could previously tunnel, because only one of
the supports of the box was considered to be the candidate point that
would collide first. Now all supports are considered as candidates.

Also fix CCD always pushing the fast body into the other body, which
works well for convex shapes but not for trimesh/concave shapes.
2023-02-10 09:55:16 +01:00
..
audio
camera
debugger
extensions
movie_writer
navigation
physics_2d
physics_3d Fix CCD in case of multiple supports in motion direction 2023-02-10 09:55:16 +01:00
rendering Merge pull request #72494 from Chaosus/shader_fix_const_init 2023-02-02 21:05:27 +01:00
text
xr
audio_server.cpp
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h
display_server.cpp
display_server.h
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp
navigation_server_3d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp
physics_server_2d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h
register_server_types.cpp
register_server_types.h
rendering_server.cpp
rendering_server.h
SCsub
server_wrap_mt_common.h
text_server.cpp
text_server.h
xr_server.cpp
xr_server.h