.. |
audio
|
Merge pull request #107989 from Jojo-1000/docs-add-required-qualifier
|
2025-09-19 09:17:06 -05:00 |
camera
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
debugger
|
Skip copying values constructed immediately before returning
|
2025-09-26 19:13:58 -07:00 |
display
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
extensions
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
movie_writer
|
Add Ogg Theora support to MovieWriter
|
2025-06-10 15:52:24 +02:00 |
navigation
|
Add navigation path query parameter limits
|
2025-06-13 14:42:26 +02:00 |
rendering
|
Merge pull request #111013 from stuartcarnie/shader_container_ext
|
2025-10-01 17:54:09 -05:00 |
text
|
Restore per font oversampling override.
|
2025-06-19 18:10:54 +03:00 |
xr
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
audio_server.cpp
|
[Web] Fix sample playback deletion and AudioStreamPolyphonic issue
|
2025-07-10 08:46:34 -04:00 |
audio_server.h
|
Add "Mute Audio" button to Game view in editor
|
2025-03-19 08:20:17 -07:00 |
camera_server.cpp
|
Add CameraServer camera_feeds_updated signal, and document async behavior
|
2025-08-08 03:53:41 +09:00 |
camera_server.h
|
Add CameraServer camera_feeds_updated signal, and document async behavior
|
2025-08-08 03:53:41 +09:00 |
display_server.compat.inc
|
Improve native file dialog parent window selection.
|
2025-03-06 17:15:39 +02:00 |
display_server.cpp
|
Android: Add method to set root window color at runtime
|
2025-08-11 22:25:53 +05:30 |
display_server.h
|
Android: Add method to set root window color at runtime
|
2025-08-11 22:25:53 +05:30 |
display_server_headless.h
|
Cleanup and unify DisplayServer screen methods and documentation.
|
2025-06-02 08:03:48 +03:00 |
navigation_server_2d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
navigation_server_2d.cpp
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
navigation_server_2d.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
navigation_server_2d_dummy.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
navigation_server_3d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
navigation_server_3d.cpp
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
navigation_server_3d.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
navigation_server_3d_dummy.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_2d.cpp
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_2d.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_2d_dummy.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_2d_wrap_mt.cpp
|
Pause physics command queue during physics processing
|
2025-08-14 15:54:59 +02:00 |
physics_server_2d_wrap_mt.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_3d.cpp
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_3d.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_3d_dummy.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
physics_server_3d_wrap_mt.cpp
|
Pause physics command queue during physics processing
|
2025-08-14 15:54:59 +02:00 |
physics_server_3d_wrap_mt.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
register_server_types.cpp
|
Core: Handle disabled class detection in ClassDB
|
2025-08-26 09:31:14 -05:00 |
register_server_types.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
rendering_server.compat.inc
|
Physics Interpolation - Move 3D FTI to SceneTree
|
2025-04-26 14:13:30 +01:00 |
rendering_server.cpp
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
rendering_server.h
|
Rename server "free" functions to "free_rid" to match exposed API
|
2025-09-30 16:52:25 -07:00 |
SCsub
|
Allow to compile templates without physics servers
|
2025-03-28 11:00:44 -03:00 |
server_wrap_mt_common.h
|
Pause physics command queue during physics processing
|
2025-08-14 15:54:59 +02:00 |
text_server.compat.inc
|
Replace global oversampling with overrideable per-viewport oversampling.
|
2025-04-14 13:43:09 +03:00 |
text_server.cpp
|
Remove overrun code duplication
|
2025-09-23 16:08:46 +02:00 |
text_server.h
|
Remove overrun code duplication
|
2025-09-23 16:08:46 +02:00 |
xr_server.compat.inc
|
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility.
|
2024-04-18 20:04:01 -04:00 |
xr_server.cpp
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
xr_server.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |