Commit Graph

82099 Commits

Author SHA1 Message Date
Pāvels Nadtočajevs dd0387fcb0 Remove AccessKit dynamic wrappers, add download script and build warning if libs are missing. 2026-03-11 14:52:38 +02:00
Thaddeus Crews ca77be8d0a Merge pull request #117286 from akien-mga/clangd-unused-includes-scene
Remove unused includes in `scene` with clangd-tidy
2026-03-10 14:11:08 -05:00
Thaddeus Crews 96488ce266 Merge pull request #117289 from ryevdokimov/reset-follow-count2
Reset follow mode focus count after committing a transform
2026-03-10 14:11:07 -05:00
Thaddeus Crews 3837993f05 Merge pull request #117194 from jrouwe/heightfield_precision
Increase maximum value of `HeightFieldShape::mBitsPerSample` to 16 to allow for better precision
2026-03-10 14:11:06 -05:00
Thaddeus Crews 284121025f Merge pull request #115738 from jaydensipe/replace-object-id-remote-scene-view
Use class name instead of Object ID in remote scene view
2026-03-10 14:11:05 -05:00
Thaddeus Crews 2288a8a898 Merge pull request #114505 from m4gr3d/add_pip_project_setting
Add support for picture-in-picture
2026-03-10 14:11:04 -05:00
Rémi Verschelde 8028b65442 Remove unused includes in scene with clangd-tidy 2026-03-10 16:40:00 +01:00
ryevdokimov 28ebd60ce2 Reset follow mode focus count after committing a transform 2026-03-10 09:52:17 -04:00
Rémi Verschelde 29b945f2eb Add missing <cstdio> include after GH-117087 2026-03-10 13:12:06 +01:00
Rémi Verschelde c7dd329293 Merge pull request #117087 from YYF233333/variant-caster
Split `VariantCaster` from `binder_common.h`
2026-03-10 12:40:45 +01:00
Yyf2333 282e4544b0 Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
Rémi Verschelde 1d5e34ed7b Merge pull request #114596 from bruvzg/ac_019
Update AccessKit to 0.21.1
2026-03-10 10:29:16 +01:00
Jayden Sipe d731418507 Use class name instead of Object ID in remote scene view 2026-03-10 03:07:34 -04:00
Thaddeus Crews a1eaac8171 Merge pull request #117214 from ryevdokimov/reset-follow-count
Reset follow mode focus count on selection change
2026-03-09 15:18:26 -05:00
Thaddeus Crews 88cd7ab378 Merge pull request #105791 from ryevdokimov/cancel-navigation
Add the ability to cancel pan/zoom/orbit navigation
2026-03-09 15:18:26 -05:00
Thaddeus Crews 01af00957c Merge pull request #117255 from AThousandShips/fix_no_3d_once_more
[Debugger] Fix 3D disabled builds
2026-03-09 15:18:25 -05:00
Thaddeus Crews 642056ad82 Merge pull request #117228 from ryevdokimov/touch-optimization-no-restart
Remove restart requirement for `interface/touchscreen/enable_touch_optimizations` setting
2026-03-09 15:18:24 -05:00
Thaddeus Crews e77db812ff Merge pull request #117242 from Rindbee/change-the-resource-path-before-update_files
Change the resource path before `update_files()`
2026-03-09 15:18:23 -05:00
Thaddeus Crews 8130dde509 Merge pull request #116970 from ryevdokimov/path3d-signal-fix
Fix duplicate signal error for `Path3D` when switching tabs
2026-03-09 15:18:22 -05:00
Thaddeus Crews 1a43145761 Merge pull request #117224 from RicardRC/master
ScrollBar: Fix compilation with `precision=double`
2026-03-09 15:18:21 -05:00
Thaddeus Crews fbc00f1f84 Merge pull request #117203 from kitbdev/sc-ed3d
Use SplitContainer for Node3D Editor viewports
2026-03-09 15:18:20 -05:00
Thaddeus Crews e4d0368c24 Merge pull request #117192 from stuartcarnie/metal_fix_offscreen
Metal: Fix offscreen rendering in context driver.
2026-03-09 15:18:19 -05:00
Thaddeus Crews 8e58bc2cf6 Merge pull request #116995 from Calinou/editor-marker3d-gizmo-fix-line-brightness
Fix Marker3D editor gizmo being darker than intended for negative axis lines
2026-03-09 15:18:18 -05:00
Thaddeus Crews 5cfccbee34 Merge pull request #117189 from KoBeWi/nosize4ever
Fix DirectionalLight3D property list
2026-03-09 15:18:17 -05:00
Thaddeus Crews ef1142ed69 Merge pull request #116645 from TokageItLab/add3-docs
Clarify the behavior of NodeAdd3's sign in the documentation
2026-03-09 15:18:16 -05:00
Thaddeus Crews 8dc8e91fe9 Merge pull request #117187 from WhalesState/light-theme-icons
Fix some icon colors for light themes.
2026-03-09 15:18:15 -05:00
Thaddeus Crews c78eac252e Merge pull request #117172 from dalexeev/gds-fix-return-type-check-inferred
GDScript: Fix return type checking for inferred function type
2026-03-09 15:18:14 -05:00
Thaddeus Crews 1a86cf1eaa Merge pull request #117179 from ryevdokimov/freelook-interia-fix
Fix broken viewport camera inertia in freelook mode
2026-03-09 15:18:13 -05:00
Thaddeus Crews b5613b27e4 Merge pull request #116412 from YeldhamDev/marginalized_shader_editor
Fix `ShaderEditor`'s UI overflowing when shrunk
2026-03-09 15:18:12 -05:00
Thaddeus Crews cc970e91e5 Merge pull request #116888 from Chaosus/shader_fix_struct
Allow using a struct name as a variable name in shaders
2026-03-09 15:18:11 -05:00
Thaddeus Crews 3f040adfac Merge pull request #117016 from Mrfanta-stick/fix-script-create-dialog-fallback
Add explicit OptionButton fallback state in ScriptCreateDialog
2026-03-09 15:18:10 -05:00
Pāvels Nadtočajevs 2bc2e93e88 Update AccessKit to 0.21.1 2026-03-09 20:39:42 +02:00
ryevdokimov 91a85af575 Remove restart requirement for interface/touchscreen/enable_touch_optimizations setting 2026-03-09 13:19:52 -04:00
Robert Yevdokimov 05c915566c Add the ability to cancel pan/zoom/orbit navigation 2026-03-09 12:20:02 -04:00
A Thousand Ships 0c62f9b29a [Debugger] Fix 3D disabled builds 2026-03-09 17:12:01 +01:00
风青山 2752d1e261 Change the resource path before update_files() 2026-03-09 21:56:23 +08:00
Robert Yevdokimov 3b581b19d0 Fix duplicate signal error for Path3D when switching tabs 2026-03-09 09:13:40 -04:00
Ricard Rovira Cubeles ae2d544f61 ScrollBar: Fix compilation with precision=double 2026-03-09 13:02:09 +01:00
Jorrit Rouwe ff59dd6d5a Increased maximum value of HeightFieldShape::mBitsPerSample to 16 to allow for better precision
Made tolerance that's used in the internal edge removal algorithm configurable in CollideShapeSettings and PhysicsSettings
2026-03-09 12:59:20 +01:00
Rémi Verschelde 74de2ec047 Merge pull request #117219 from Ivorforce/span-equality-nullptr
Fix `are_spans_equal` for `p_size = 0` when pointers may be invalid
2026-03-09 11:49:50 +01:00
Rémi Verschelde f3cacbdb4e Merge pull request #117206 from EdwardChanCH/expose_basis_is_orthonormal
Expose `Basis.is_orthonormal()`
2026-03-09 11:49:45 +01:00
Rémi Verschelde 8f0468f281 Merge pull request #117178 from dsnopek/xr-server-local-vector
Switch `XRServer` to use `LocalVector` for interfaces and do a little clean up
2026-03-09 11:49:39 +01:00
Rémi Verschelde 533f832d52 Merge pull request #117156 from scgm0/Fix-tile_set.h-not-including-ArrayMesh
Fix `tile_set.h` not including `ArrayMesh`
2026-03-09 11:49:35 +01:00
Rémi Verschelde 3bfde00aac Merge pull request #116868 from ismailivanov/richtextlabel-triple-click-select
Add triple-click paragraph selection to RichTextLabel
2026-03-09 11:49:30 +01:00
Rémi Verschelde 4bee1639b2 Merge pull request #116789 from aaronfranke/gltf-duplicate-doc-ext
GLTF: Duplicate extensions at the start of the import and export process
2026-03-09 11:49:25 +01:00
Rémi Verschelde f1f62d7868 Merge pull request #116394 from Ryan-000/ryan-opt-anim
Optimize Animation Resource, Library, Mixer, and Player
2026-03-09 11:49:21 +01:00
Rémi Verschelde ef8a050a76 Merge pull request #104860 from YeldhamDev/2d_selection_config
Allow changing the color of canvas selection
2026-03-09 11:49:13 +01:00
Lukas Tenbrink fb62d46647 Fix are_spans_equal for p_size = 0 when pointers may be invalid (may crash in rare configurations). 2026-03-08 17:50:17 +01:00
ryevdokimov 005a661bd0 Reset follow mode focus count on selection change 2026-03-08 03:16:13 -04:00
Edward Chan 2e442e8e89 Exposed is_orthonormal method in Basis. 2026-03-08 00:03:14 -05:00