godot/servers
clayjohn 9ce57050a5 Add GPUParticles to the OpenGL3 renderer.
This includes collision (2D SDF, Box, Sphere, Heightmap),
attraction (Box, Sphere), and all sorting modes.

This does not include 3D SDF collisions, trails, or
manual emission.
2022-11-14 23:28:25 -08:00
..
audio Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
camera
debugger
extensions Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor 2022-10-05 17:18:49 +02:00
movie_writer Warn if available disk space is low when Movie Maker mode is enabled 2022-11-01 00:02:55 +01:00
navigation Remove redundant Variant-types initializations 2022-11-14 19:35:19 +01:00
physics_2d Remove duplicate project settings definitions 2022-11-08 01:29:39 +01:00
physics_3d Remove duplicate project settings definitions 2022-11-08 01:29:39 +01:00
rendering Add GPUParticles to the OpenGL3 renderer. 2022-11-14 23:28:25 -08:00
text Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
xr Remove redefinition of notification method in XRInterfaceExtension 2022-11-14 20:18:46 +01:00
audio_server.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h Make window creation with custom position do not flash 2022-10-24 13:50:25 +08:00
display_server.cpp Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
display_server.h Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
navigation_server_3d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp
physics_server_2d.h Merge pull request #66951 from rburing/restore_recovery_as_collision 2022-10-06 08:56:44 +02:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp Bind PhysicsDirectBodyState3D::get_inverse_inertia_tensor 2022-10-05 17:18:49 +02:00
physics_server_3d.h Merge pull request #66951 from rburing/restore_recovery_as_collision 2022-10-06 08:56:44 +02:00
register_server_types.cpp
register_server_types.h
rendering_server.cpp Merge pull request #68186 from pkdawson/expose-texture-rd 2022-11-11 10:43:57 +01:00
rendering_server.h Expose texture_get_rd_texture 2022-11-03 05:27:24 +01:00
SCsub
server_wrap_mt_common.h
text_server.cpp Add split caret direction markers. Fix block/overtype caret size. 2022-10-07 08:45:52 +03:00
text_server.h
xr_server.cpp
xr_server.h Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00