Pedro J. Estébanez f757cc9a70 RenderingDevice: Fix uncapped mipmap sizes causing div-by-zero 2 months ago
..
audio 0b815cbb99 Fix leak when using audio samples instead of streams 1 month ago
camera d95794ec8a One Copyright Update to rule them all 1 year ago
debugger 955d5affa8 Reduce and prevent unnecessary random-access to `List` 6 months ago
display 1f7bf27780 [macOS] Improve native menu open/close callbacks. 5 months ago
extensions 6aac3e4a16 Disable all 3D nodes, physics, and resources when compiling without 3D 8 months ago
movie_writer 3f4513d4de Add error checks for DirAccess creation. 1 year ago
navigation 1c134f4a3d Add navigation path simplification 7 months ago
physics_2d ef9b82a076 fix rare physics crash 4 months ago
physics_3d ef9b82a076 fix rare physics crash 4 months ago
rendering f757cc9a70 RenderingDevice: Fix uncapped mipmap sizes causing div-by-zero 1 month ago
text e651421905 [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 5 months ago
xr a660c592c9 XR: Check for bad input in make_vrs_texture 4 months ago
SCsub 399899a095 [NativeMenu] Move files to the `display` subfolder. 7 months ago
audio_server.cpp 0b815cbb99 Fix leak when using audio samples instead of streams 1 month ago
audio_server.h 0b815cbb99 Fix leak when using audio samples instead of streams 1 month ago
camera_server.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
camera_server.h 9903e6779b Enforce template syntax `typename` over `class` 8 months ago
display_server.cpp 97aa278edb Pass window exclusive and transient properties for subwindow creation 3 months ago
display_server.h 97aa278edb Pass window exclusive and transient properties for subwindow creation 3 months ago
display_server_headless.h 97aa278edb Pass window exclusive and transient properties for subwindow creation 3 months ago
navigation_server_2d.cpp 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
navigation_server_2d.h 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
navigation_server_2d_dummy.h 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
navigation_server_3d.cpp 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
navigation_server_3d.h 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
navigation_server_3d_dummy.h 58593d1bb7 Add navigation source geometry parser callbacks 6 months ago
physics_server_2d.cpp a559a1c6d8 Bind `PhysicsServer*D::body_set_state_sync_callback` 3 months ago
physics_server_2d.h 0fcfb07246 Update PinJoint2D API with angle limits and motor speed 1 year ago
physics_server_2d_wrap_mt.cpp 1589433e8f Apply additional fixes to servers' threading 6 months ago
physics_server_2d_wrap_mt.h 8ce4f655f4 Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide 4 months ago
physics_server_3d.cpp a559a1c6d8 Bind `PhysicsServer*D::body_set_state_sync_callback` 3 months ago
physics_server_3d.h 6aac3e4a16 Disable all 3D nodes, physics, and resources when compiling without 3D 8 months ago
physics_server_3d_wrap_mt.cpp 1589433e8f Apply additional fixes to servers' threading 6 months ago
physics_server_3d_wrap_mt.h 8ce4f655f4 Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide 4 months ago
register_server_types.cpp 52fa4f05f3 Add samples playback support 4 months ago
register_server_types.h d95794ec8a One Copyright Update to rule them all 1 year ago
rendering_server.compat.inc ed3d311687 Add antialias support for CanvasItem draw primitives 6 months ago
rendering_server.cpp 4e9e35b58a Fix AABB computation for position compression to not depend on vertex order 4 months ago
rendering_server.h bf8c85e13b Remove our ERR_ON_RENDER_THREAD guard, it is not reliable 4 months ago
server_wrap_mt_common.h 800e5f0f11 Fix typo in preprocessor symbol 4 months ago
text_server.compat.inc a116801ec7 Improve TextEdit/LineEdit word selection. 6 months ago
text_server.cpp a7d79f9e6c Fix `TextServer::shaped_text_*_character_pos` for the first character of wrapped string. Allow starting/ending RTL selection before line start. 1 month ago
text_server.h e651421905 [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. 5 months ago
xr_server.compat.inc 823ae7b3fa Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 6 months ago
xr_server.cpp 6a8f2f00ac Apply reference frame transform to OpenXRCompositionLayer nodes 5 months ago
xr_server.h cbab7dc049 OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR 6 months ago