godot/servers
reduz 54542ef3ec Change Server initialization order
* Registration of server classes happened after Display initialization.
* This made no sense in practice and avoided the registration of custom server drivers (like custom XR server, custom Rendering server, custom XR server).
* Initialization moved to _before_ Display.
2022-06-01 16:48:28 +02:00
..
audio use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
camera
debugger
extensions
physics_2d
physics_3d Add a 3D suffix to relevant physics profiler categories 2022-05-28 00:54:53 +02:00
rendering Ensure has_os_features is safely called as it can't be called from within the construct of RenderingServerDefault on which it relies 2022-06-01 20:47:32 +10:00
text
xr
audio_server.cpp
audio_server.h
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_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp
physics_server_2d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h
register_server_types.cpp Change Server initialization order 2022-06-01 16:48:28 +02:00
register_server_types.h Change Server initialization order 2022-06-01 16:48:28 +02:00
rendering_server.cpp Ensure has_os_features is safely called as it can't be called from within the construct of RenderingServerDefault on which it relies 2022-06-01 20:47:32 +10:00
rendering_server.h Ensure has_os_features is safely called as it can't be called from within the construct of RenderingServerDefault on which it relies 2022-06-01 20:47:32 +10:00
SCsub
server_wrap_mt_common.h
text_server.cpp use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
text_server.h
xr_server.cpp use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
xr_server.h