Commit Graph

82083 Commits

Author SHA1 Message Date
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
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
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
kit 90be4208e8 Use SplitContainer for Node3D Editor viewports 2026-03-07 20:39:36 -05:00
Aaron Franke f20517380d GLTF: Duplicate extensions at the start of the import and export process 2026-03-07 14:04:04 -08:00
Stuart Carnie 06844bc55e Metal: Fix offscreen rendering in context driver.
Introduced by #106814
2026-03-08 07:26:35 +11:00
kobewi cd1d676c28 Fix DirectionalLight3D property list 2026-03-07 18:47:12 +01:00
ryevdokimov f22f1a917b Fix broken viewport camera inertia in freelook mode 2026-03-07 10:41:38 -05:00
Mounir Tohami 2d525307b0 Fix some icon colors for light themes. 2026-03-07 17:39:35 +02:00
David Snopek 4a71c4fc68 Switch XRServer to use LocalVector for interfaces and do a little clean up 2026-03-07 08:28:46 -06:00
Danil Alexeev 566d86d081 GDScript: Fix return type checking for inferred function type 2026-03-07 12:52:31 +03:00
Ismail Ivanov 8dabd60033 Add triple-click paragraph selection to RichTextLabel 2026-03-06 22:53:44 +01:00
Silc Lizard (Tokage) Renew 73d041dd98 Optimize Animation Resource, Library, Mixer, Player
Co-Authored-By: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>
2026-03-06 16:35:21 -05:00
Michael Alexsander 2f4e6b9de4 Allow to change the color of canvas selection 2026-03-06 16:13:43 -03:00
scgm0 25939dfba1 Fix tile_set.h not including ArrayMesh 2026-03-07 02:43:04 +08:00
Thaddeus Crews 220b0b2f74 Merge pull request #113509 from QbieShay/qbe/yolo-userdata-velocity
Store velocity in userdata, use VELOCITY to pass to copy shader
2026-03-06 12:40:38 -06:00
Thaddeus Crews 13881f251f Merge pull request #113861 from allenwp/fix-compat-canvas-tonemapping
Apply tonemapping in post of Compatibility when using canvas BG
2026-03-06 12:40:35 -06:00
Thaddeus Crews 83f396d0dd Merge pull request #116973 from YeldhamDev/we_need_coordination
Add cursor coordinates to the `GridMap` editor
2026-03-06 12:40:33 -06:00