1
0
Fork 0
godot/servers
Thaddeus Crews de2cd663fd
Merge pull request #100463 from PiCode9560/softbody-apply-force-and-impulse
Add ability to apply forces and impulses to `SoftBody3D`
2025-05-26 11:24:45 -05:00
..
audio Full Theora video support in VideoStreamPlayer 2025-05-22 14:00:57 +02:00
camera Remove `auto` misuse cases. 2025-04-14 16:54:57 +03:00
debugger Add Meshes to the Video RAM Profiler 2025-04-23 18:26:56 -04:00
display
extensions Add functions to apply impulse and force to SoftBody on GodotPhysics and JoltPhysics 2025-05-23 22:04:52 +03:00
movie_writer Fix MovieWriter window title in embedded mode. 2025-05-21 10:26:50 +03:00
navigation Capitalize global navigation constants 2025-05-05 12:08:15 -07:00
rendering Merge pull request #106731 from stuartcarnie/metal_fx_temporal_no_mobile 2025-05-26 11:24:43 -05:00
text Replace global oversampling with overrideable per-viewport oversampling. 2025-04-14 13:43:09 +03:00
xr Merge pull request #99768 from dsnopek/openxr-vulkan-foveated-rendering 2025-04-17 09:14:23 -05:00
SCsub Allow to compile templates without physics servers 2025-03-28 11:00:44 -03:00
audio_server.cpp Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
audio_server.h
camera_server.cpp Automatically activate camera monitoring when using `CameraTexture`. 2025-04-24 00:22:44 +02:00
camera_server.h
display_server.compat.inc
display_server.cpp Core: Add dedicated `BitField` template 2025-04-11 11:53:26 -05:00
display_server.h Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
display_server_headless.h Change `DisplayServerMacOS` from `GDCLASS` to `GDSOFTCLASS`. Add `GDSOFTCLASS` to other display servers. 2025-04-10 09:18:58 +03:00
navigation_server_2d.compat.inc
navigation_server_2d.cpp Merge pull request #105718 from aaronfranke/nav-const-caps 2025-05-06 08:38:07 -05:00
navigation_server_2d.h Merge pull request #105105 from smix8/springclean 2025-05-07 12:48:22 -05:00
navigation_server_2d_dummy.h Add function to get navigation link iteration id from NavigationServer 2025-04-25 20:59:10 +02:00
navigation_server_3d.compat.inc
navigation_server_3d.cpp Merge pull request #105718 from aaronfranke/nav-const-caps 2025-05-06 08:38:07 -05:00
navigation_server_3d.h Merge pull request #105105 from smix8/springclean 2025-05-07 12:48:22 -05:00
navigation_server_3d_dummy.h Add function to get navigation link iteration id from NavigationServer 2025-04-25 20:59:10 +02:00
physics_server_2d.cpp
physics_server_2d.h Place a hard limit on the max_contacts_reported property 2025-03-29 01:17:55 -07:00
physics_server_2d_dummy.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_3d.cpp Add functions to apply impulse and force to SoftBody on GodotPhysics and JoltPhysics 2025-05-23 22:04:52 +03:00
physics_server_3d.h Add functions to apply impulse and force to SoftBody on GodotPhysics and JoltPhysics 2025-05-23 22:04:52 +03:00
physics_server_3d_dummy.h Add functions to apply impulse and force to SoftBody on GodotPhysics and JoltPhysics 2025-05-23 22:04:52 +03:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h Add functions to apply impulse and force to SoftBody on GodotPhysics and JoltPhysics 2025-05-23 22:04:52 +03:00
register_server_types.cpp Remove registration of deprecated classes 2025-05-05 20:16:50 +02:00
register_server_types.h
rendering_server.compat.inc Physics Interpolation - Move 3D FTI to `SceneTree` 2025-04-26 14:13:30 +01:00
rendering_server.cpp Add SMAA 1x 2025-05-21 15:02:09 -04:00
rendering_server.h Add SMAA 1x 2025-05-21 15:02:09 -04:00
server_wrap_mt_common.h
text_server.compat.inc Replace global oversampling with overrideable per-viewport oversampling. 2025-04-14 13:43:09 +03:00
text_server.cpp Add color pickers to script editor 2025-05-13 18:03:21 -04:00
text_server.h Fix typo ovrsampling → oversampling 2025-04-15 11:21:51 +02:00
xr_server.compat.inc
xr_server.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
xr_server.h