godot/servers
2022-09-23 10:24:46 +02:00
..
audio Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
camera
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
extensions PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a Callable 2022-09-15 15:09:23 +02:00
movie_writer Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
navigation Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
physics_2d Merge pull request #65828 from rburing/body_state_sync_callable 2022-09-21 11:05:41 +02:00
physics_3d Merge pull request #65828 from rburing/body_state_sync_callable 2022-09-21 11:05:41 +02:00
rendering Merge pull request #66284 from clayjohn/particles-mem-bug 2022-09-23 09:45:48 +02:00
text [GDExtension] Implement support for typed arrays. 2022-09-22 23:31:27 +03:00
xr Extracting render buffers and changing it to a more generic solution 2022-09-01 20:01:45 +10:00
audio_server.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
camera_server.cpp Use verbose prints when registering cameras in CameraServer 2022-09-02 23:26:04 +02:00
camera_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server.cpp [macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL. 2022-09-22 23:09:56 +03:00
display_server.h [macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL. 2022-09-22 23:09:56 +03:00
display_server_headless.h
navigation_server_2d.cpp Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
navigation_server_2d.h Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
navigation_server_3d.cpp Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
navigation_server_3d.h Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
physics_server_2d.cpp Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
physics_server_2d.h Merge pull request #65828 from rburing/body_state_sync_callable 2022-09-21 11:05:41 +02:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a Callable 2022-09-15 15:09:23 +02:00
physics_server_3d.cpp Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
physics_server_3d.h Merge pull request #65828 from rburing/body_state_sync_callable 2022-09-21 11:05:41 +02:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a Callable 2022-09-15 15:09:23 +02:00
register_server_types.cpp Merge pull request #62429 from smix8/navigation_path_query_4.x 2022-09-21 13:25:48 +02:00
register_server_types.h Change Server initialization order 2022-06-01 16:48:28 +02:00
rendering_server.cpp Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 2022-09-22 11:29:48 +02:00
rendering_server.h Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray 2022-09-02 13:57:02 +02:00
SCsub Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
server_wrap_mt_common.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
text_server.cpp [TextServer] Fix excessive space trimming. 2022-09-01 21:31:39 +03:00
text_server.h [GDExtension] Implement support for typed arrays. 2022-09-22 23:31:27 +03:00
xr_server.cpp Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
xr_server.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00