virtualx-engine/servers
clayjohn f4ccba7508 Use correct lightmap coefficients to ensure that the directional lightmap mode looks correct
Also remove the metallic option from directional lightmap as it is guaranteed to return negative numbers in many cases
2024-08-21 10:24:32 -07:00
..
audio Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
camera
debugger Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
display [macOS] Improve native menu open/close callbacks. 2024-06-05 20:22:41 +03:00
extensions
movie_writer Ensure MovieWriter output is in gamma space when using HDR 2D 2024-05-28 15:30:13 -07:00
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 Use correct lightmap coefficients to ensure that the directional lightmap mode looks correct 2024-08-21 10:24:32 -07:00
text [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +03:00
xr XR: Check for bad input in make_vrs_texture 2024-06-24 17:45:27 +02:00
audio_server.cpp Merge pull request #95197 from yahkr/95128-audio-fix 2024-08-16 14:33:05 +02:00
audio_server.h Merge pull request #95197 from yahkr/95128-audio-fix 2024-08-16 14:33:05 +02: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 Add navigation obstacles to performance monitor stats 2024-06-25 05:17:27 +02:00
navigation_server_3d.h Add navigation obstacles to performance monitor stats 2024-06-25 05:17:27 +02:00
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 Apply additional fixes to servers' threading 2024-05-08 17:41:40 +02:00
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 Apply additional fixes to servers' threading 2024-05-08 17:41:40 +02:00
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 Add antialias support for CanvasItem draw primitives 2024-05-13 19:03:31 +08:00
rendering_server.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
rendering_server.h Merge pull request #92496 from clayjohn/HDR-2D-sRGB 2024-08-19 12:08:40 +02: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 Merge pull request #95301 from bruvzg/rtl_sel_fixes 2024-08-16 14:33:26 +02:00
text_server.h [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +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