godot/servers
PouleyKetchoupp d9720d4395 Fix CharacterBody motion with RayShape
Make separation ray shapes work properly in move_and_slide, wihtout the
specific code in CharacterBody like before.

Now most of the logic is handled inside the physics server. The only
thing that's needed is to use ray shapes only for recovery and ignore
them when performing the motion itself (unless we're snapping or slips
on slope is on).
2021-08-24 17:34:55 -07:00
..
audio Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
camera Add placeholder textures to ensure CameraTexture / CameraFeed always have valid RIDs. 2021-08-13 12:32:01 +03:00
physics_2d Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
physics_3d Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
rendering Merge pull request #51971 from aaronfranke/https 2021-08-23 15:58:54 +02:00
xr
audio_server.cpp Invert how global_rate_scale value works, and rename it to playback_speed_scale 2021-08-07 12:32:42 -03:00
audio_server.h Invert how global_rate_scale value works, and rename it to playback_speed_scale 2021-08-07 12:32:42 -03:00
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.cpp Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
physics_server_2d.h Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
physics_server_3d.cpp Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
physics_server_3d.h Fix CharacterBody motion with RayShape 2021-08-24 17:34:55 -07:00
register_server_types.cpp Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
register_server_types.h
rendering_server.cpp Use the Unicode multiplication symbol where relevant 2021-08-12 21:45:33 +02:00
rendering_server.h Use real_t and double where appropriate in Particles 2021-08-12 11:35:31 -05:00
SCsub
server_wrap_mt_common.h
text_server.cpp Fix ItemList layout (+EditorFileDialog) 2021-08-21 00:22:09 +02:00
text_server.h Merge pull request #51178 from Geometror/layout-options-textline-textparagraph 2021-08-11 07:51:57 +02:00
xr_server.cpp
xr_server.h