virtualx-engine/servers
Jamie Pate f8c99efc3b
Fix LightmapGI causes crash when using --headless
Fixes #89119

Add dummy LightmapInstance and Lightmap resources for headless rendering

Prevents the RenderingServer from crashing when it accesses
lightmap_instance->base_data
2024-08-07 11:38:05 +02:00
..
audio Fix audio samples not being able to be "finished" 2024-07-17 10:45:38 -04:00
camera
debugger
display [macOS] Improve native menu open/close callbacks. 2024-06-05 20:22:41 +03:00
extensions
movie_writer
navigation
physics_2d fix rare physics crash 2024-06-18 02:18:11 -07:00
physics_3d fix rare physics crash 2024-06-18 02:18:11 -07:00
rendering Fix LightmapGI causes crash when using --headless 2024-08-07 11:38:05 +02:00
text [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 2024-06-12 19:30:19 +03:00
xr XR: Check for bad input in make_vrs_texture 2024-06-24 17:45:27 +02:00
audio_server.cpp Fix audio samples not being able to be "finished" 2024-07-17 10:45:38 -04:00
audio_server.h Fix typo that prevented samples finishing 2024-07-26 09:56:44 -04:00
camera_server.cpp
camera_server.h
display_server.cpp Pass window exclusive and transient properties for subwindow creation 2024-07-25 00:27:27 +08:00
display_server.h Pass window exclusive and transient properties for subwindow creation 2024-07-25 00:27:27 +08:00
display_server_headless.h Pass window exclusive and transient properties for subwindow creation 2024-07-25 00:27:27 +08:00
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_2d_dummy.h
navigation_server_3d.cpp
navigation_server_3d.h
navigation_server_3d_dummy.h
physics_server_2d.cpp Bind PhysicsServer*D::body_set_state_sync_callback 2024-07-23 13:30:44 +02:00
physics_server_2d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide 2024-07-12 10:52:30 -07:00
physics_server_3d.cpp Bind PhysicsServer*D::body_set_state_sync_callback 2024-07-23 13:30:44 +02:00
physics_server_3d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide 2024-07-12 10:52:30 -07:00
register_server_types.cpp Add samples playback support 2024-06-18 11:06:31 -04:00
register_server_types.h
rendering_server.compat.inc
rendering_server.cpp Fix AABB computation for position compression to not depend on vertex order 2024-07-03 23:53:24 -07:00
rendering_server.h Remove our ERR_ON_RENDER_THREAD guard, it is not reliable 2024-07-09 18:48:00 +10:00
SCsub
server_wrap_mt_common.h Fix typo in preprocessor symbol 2024-06-19 22:04:29 +02:00
text_server.compat.inc
text_server.cpp [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 2024-06-12 19:30:19 +03:00
text_server.h [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 2024-06-12 19:30:19 +03:00
xr_server.compat.inc
xr_server.cpp Apply reference frame transform to OpenXRCompositionLayer nodes 2024-05-29 07:52:54 -05:00
xr_server.h