.. |
audio
|
Fix audio samples not being able to be "finished"
|
2024-07-17 10:45:38 -04: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
|
…
|
|
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
|
SDFGI: fix crash if update_data is nullptr
|
2024-07-19 18:27:32 +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 |
SCsub
|
…
|
|
audio_server.cpp
|
Fix audio samples not being able to be "finished"
|
2024-07-17 10:45:38 -04:00 |
audio_server.h
|
Fix audio samples not being able to be "finished"
|
2024-07-17 10:45:38 -04:00 |
camera_server.cpp
|
…
|
|
camera_server.h
|
…
|
|
display_server.cpp
|
Always render when XR is enabled, even if no OS windows can draw
|
2024-07-17 08:19:21 -05:00 |
display_server.h
|
Always render when XR is enabled, even if no OS windows can draw
|
2024-07-17 08:19:21 -05:00 |
display_server_headless.h
|
Merge pull request #92806 from mihe/headless-input
|
2024-07-01 18:28:41 +02: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
|
…
|
|
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 physics server methods related to shape margin
|
2024-05-19 12:28:26 +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
|
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 |
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
|
…
|
|