.. |
audio
|
WAV stream/importer: Improve compression/loop names and descriptions
|
2024-08-30 16:31:57 -03: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
|
Disable all 3D nodes, physics, and resources when compiling without 3D
|
2024-03-11 01:00:55 -07:00 |
movie_writer
|
Ensure MovieWriter output is in gamma space when using HDR 2D
|
2024-05-28 15:30:13 -07:00 |
navigation
|
Extract navigation-related defaults to separate header
|
2024-08-27 20:12:10 +02:00 |
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
|
Merge pull request #93448 from clayjohn/transmittance-fixes
|
2024-09-03 11:42:57 +02:00 |
text
|
[Font Import] Detect pixel fonts and disable subpixel positioning.
|
2024-07-23 20:34:39 +03:00 |
xr
|
Change hand tracking project settings and finetune show_when_tracked
|
2024-08-20 11:12:52 +10:00 |
audio_server.cpp
|
Merge pull request #94808 from RandomShaper/aud_srv_cod_sty
|
2024-08-28 00:12:25 +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
|
Enforce template syntax typename over class
|
2024-03-07 22:39:09 -06:00 |
display_server_headless.h
|
Pass window exclusive and transient properties for subwindow creation
|
2024-07-25 00:27:27 +08:00 |
display_server.cpp
|
Check if RD is supported in the ProjectManager and disable creating RD projects if not supported.
|
2024-08-02 12:36:45 -07:00 |
display_server.h
|
Check if RD is supported in the ProjectManager and disable creating RD projects if not supported.
|
2024-08-02 12:36:45 -07:00 |
navigation_server_2d_dummy.h
|
Add navigation source geometry parser callbacks
|
2024-04-19 12:10:57 +02:00 |
navigation_server_2d.cpp
|
Add navigation source geometry parser callbacks
|
2024-04-19 12:10:57 +02:00 |
navigation_server_2d.h
|
Add navigation source geometry parser callbacks
|
2024-04-19 12:10:57 +02:00 |
navigation_server_3d_dummy.h
|
Add navigation source geometry parser callbacks
|
2024-04-19 12:10:57 +02:00 |
navigation_server_3d.cpp
|
Extract navigation-related defaults to separate header
|
2024-08-27 20:12:10 +02:00 |
navigation_server_3d.h
|
Add navigation obstacles to performance monitor stats
|
2024-06-25 05:17:27 +02:00 |
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_2d.cpp
|
Bind PhysicsServer*D::body_set_state_sync_callback
|
2024-07-23 13:30:44 +02:00 |
physics_server_2d.h
|
Update PinJoint2D API with angle limits and motor speed
|
2023-09-26 10:29:23 +02:00 |
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 |
physics_server_3d.cpp
|
Bind PhysicsServer*D::body_set_state_sync_callback
|
2024-07-23 13:30:44 +02:00 |
physics_server_3d.h
|
Disable all 3D nodes, physics, and resources when compiling without 3D
|
2024-03-11 01:00:55 -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
|
Expose the function 'RenderingServer.canvas_item_attach_skeleton'
|
2024-08-25 04:13:04 +03:00 |
rendering_server.h
|
Fix incorrect parameters for layered textures in Video RAM texture memory profiler
|
2024-09-01 11:49:30 +02:00 |
SCsub
|
[NativeMenu] Move files to the display subfolder.
|
2024-03-26 10:18:08 +02:00 |
server_wrap_mt_common.h
|
Fix typo in preprocessor symbol
|
2024-06-19 22:04:29 +02:00 |
text_server.compat.inc
|
Improve TextEdit/LineEdit word selection.
|
2024-04-22 14:02:07 +03:00 |
text_server.cpp
|
Add String.is_valid_unicode_identifier()
|
2024-08-27 11:34:08 +08: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
|
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
|
Apply reference frame transform to OpenXRCompositionLayer nodes
|
2024-05-29 07:52:54 -05:00 |
xr_server.h
|
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
|
2024-05-01 14:24:41 +10:00 |