godot/servers
clayjohn 8fa76a5272 Move debanding into internal sky shader code so that it is applied after everything else.
This ensures that the debanding does not scale with exposure or any other effect.
2022-09-13 10:39:04 -07:00
..
audio
camera
debugger
extensions PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really) 2022-09-09 14:35:01 +02:00
movie_writer
physics_2d Add is_zero_approx methods to Vector2, 3, and 4 2022-09-02 00:29:50 -04:00
physics_3d Add is_zero_approx methods to Vector2, 3, and 4 2022-09-02 00:29:50 -04:00
rendering Move debanding into internal sky shader code so that it is applied after everything else. 2022-09-13 10:39:04 -07:00
text Change Array arguments to TypedArray 2022-09-01 13:13:19 +02:00
xr Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
audio_server.cpp
audio_server.h
camera_server.cpp Use verbose prints when registering cameras in CameraServer 2022-09-02 23:26:04 +02:00
camera_server.h
display_server_headless.h
display_server.cpp Merge pull request #65026 from bruvzg/dark_mode 2022-09-02 13:54:46 +02:00
display_server.h Merge pull request #65026 from bruvzg/dark_mode 2022-09-02 13:54:46 +02:00
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 Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
physics_server_2d.h Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
physics_server_3d.h Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
register_server_types.cpp Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
register_server_types.h
rendering_server.cpp Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray 2022-09-02 13:57:02 +02:00
rendering_server.h Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray 2022-09-02 13:57:02 +02:00
SCsub
server_wrap_mt_common.h
text_server.cpp [TextServer] Fix excessive space trimming. 2022-09-01 21:31:39 +03:00
text_server.h Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray 2022-09-02 13:57:02 +02:00
xr_server.cpp
xr_server.h