Michael Alexsander
5d26490fbf
Fix editor toasters on the right-to-left layout
2026-01-07 13:38:13 -03:00
David Snopek
74336ffcea
Omit return_value in gdextension_interface.json for void functions
2026-01-07 08:39:38 -06:00
scgm0
fe3b8cbfb4
Automatically Resample CanvasItems in Scene Editor
2026-01-07 21:56:16 +08:00
Martin Delille
a38881ac7e
Prevent the dock from stealing focus when running the project.
2026-01-07 14:55:55 +01:00
mxtherfxcker
6852107035
Fix crash when selecting "Unwrap UV2 for Lightmap/AO" after undo
2026-01-07 16:47:17 +03:00
Rémi Verschelde
76dda5c6c5
Merge pull request #114668 from xuhuisheng/dev/ik
...
Fix crash when selecting SplineIK3D
2026-01-07 12:29:34 +01:00
Rémi Verschelde
a8202c9c86
Merge pull request #114653 from onequid/pattern-corruption-tileMapLayer-106289
...
Fix pattern corruption in `TileMapLayer`
2026-01-07 12:29:29 +01:00
Rémi Verschelde
94b599502a
Merge pull request #114551 from Nintorch/clarify-local-variables-with-drawing
...
Clarify using local variables with drawing methods
2026-01-07 12:29:22 +01:00
Nintorch
f12ca05d67
Clarify using local variables with drawing methods
2026-01-07 15:20:49 +05:00
xuhuisheng
6a096defff
Fix crash when select SplineIK3D
2026-01-07 17:51:54 +08:00
onequid
206c5b05ba
Fixes pattern corruption in TileMapLayer
2026-01-07 08:58:56 +08:00
Rémi Verschelde
b94ca9b0bc
Merge pull request #114665 from YeldhamDev/objectdb_theme_fix
...
Fix theming issues with the ObjectDB profiler
2026-01-07 01:42:17 +01:00
Rémi Verschelde
2b8be909ed
Merge pull request #114645 from blueskythlikesclouds/fix-dxil-view-instancing-workaround
...
Fix DXIL view instancing workaround not getting applied correctly.
2026-01-07 01:42:12 +01:00
Rémi Verschelde
5f7d8be936
Merge pull request #114636 from aaronp64/favorites_open_external_crash
...
Fix crash when trying to open Favorites externally
2026-01-07 01:42:08 +01:00
Rémi Verschelde
8c4f3c4f01
Merge pull request #114634 from YeldhamDev/the_hinting_never_ends
...
More scroll hint work around the editor
2026-01-07 01:42:03 +01:00
Rémi Verschelde
6ac051f67e
Merge pull request #114579 from KoBeWi/dobleclickonlynotabs
...
Don't open new scene when double-clicking tabs
2026-01-07 01:41:59 +01:00
Rémi Verschelde
90220f3f34
Merge pull request #114569 from ryevdokimov/don't-deselect
...
Preserve selections when filtering nodes in scene tree
2026-01-07 01:41:54 +01:00
Rémi Verschelde
9009a6636c
Merge pull request #114366 from KoBeWi/uh
...
Add EditorDock's own DockSlot enum
2026-01-07 01:41:50 +01:00
Rémi Verschelde
2bf354f8d4
Merge pull request #114348 from YeldhamDev/tile_bg_panels
...
Add background panels to the TileSet/Map editors
2026-01-07 01:41:45 +01:00
Rémi Verschelde
07a4a1f870
Merge pull request #114315 from KoBeWi/reopen_lost
...
Fix reopening rootless scenes
2026-01-07 01:41:41 +01:00
Rémi Verschelde
3caa11c75d
Merge pull request #114032 from syntaxerror247/editor-settings-reg
...
Fix editor settings parsing regression on Android
2026-01-07 01:41:36 +01:00
Rémi Verschelde
8254d13836
Merge pull request #113630 from YeldhamDev/clip_that_out
...
Fix properties for container sizing not clipping in the inspector
2026-01-07 01:41:29 +01:00
Rémi Verschelde
5cfb68fbbf
Merge pull request #112597 from KoBeWi/morphogenetic_SHIFT
...
Correctly handle discarding of saved redo
2026-01-07 01:41:22 +01:00
Rémi Verschelde
05636dc2ba
Merge pull request #112156 from KoBeWi/reload_nothing
...
Allow reloading empty scenes
2026-01-07 01:41:15 +01:00
Rémi Verschelde
d6e3fef853
Merge pull request #112048 from KoBeWi/ID_wars
...
Fix potential conflicts in FileSystem context menu plugins
2026-01-07 01:41:03 +01:00
aaronp64
c31a20c33c
Fix crash when trying to open Favorites externally
...
Updated FileSystemDock logic for opening selection in terminal/external program/file manager to return early when only Favorites is selected.
2026-01-06 19:16:58 -05:00
Michael Alexsander
ce648d13e3
Fix theming issues with the ObjectDB profiler
2026-01-06 20:19:57 -03:00
Thaddeus Crews
82bc54c7d6
Merge pull request #114487 from TokageItLab/fix-ad-start-animnode
...
Fix discrete key is not processed by `advance_on_start` in AnimationNode
2026-01-06 15:39:39 -06:00
Thaddeus Crews
8072cc9779
Merge pull request #110720 from shiena/fix/camera_android
...
Android: Handle `YUV_420_888` strides correctly in CameraFeed
2026-01-06 15:39:31 -06:00
Michael Alexsander
da561cd619
More scroll hint work around the editor
2026-01-06 18:34:20 -03:00
Aaron Franke
b5c15ed150
Default 3D model importer naming versions to the latest
2026-01-06 12:03:06 -08:00
Dario
bce41d08fe
Always add Vulkan descriptor count for immutable samplers to descriptor pool.
2026-01-06 16:02:51 -03:00
KOGA Mitsuhiro
07a9f91863
Android: Fix camera feed switching and stride-aligned buffer handling
...
- Handle stride-aligned YUV planes from camera driver
- Fix callback context to support multiple camera feeds
- Synchronize camera session closure before device close
- Prevent image buffer stall when switching feeds
- Deactivate camera feeds before removal
- Replace auto with explicit type in callbacks
Fixes #110711
Fixes #114468
2026-01-07 03:01:37 +09:00
Rémi Verschelde
f4499eea4b
Merge pull request #114647 from KarasumaChitos3/fix-layer-name-auto-translation
...
Editor: Disable auto translation for layer names in EditorPropertyLayers
2026-01-06 18:25:59 +01:00
Rémi Verschelde
6da13253f2
Merge pull request #114506 from passivestar/colorpicker-hover-pressed
...
Fix color picker mode tabs in modern theme
2026-01-06 18:25:55 +01:00
Rémi Verschelde
7d807ec22d
Merge pull request #114476 from blueskythlikesclouds/create-separate-graphics-queue-for-transfer
...
Create separate graphics queue instead of reusing the main queue when transfer queue family is unsupported.
2026-01-06 18:25:50 +01:00
Rémi Verschelde
23b7415b05
Merge pull request #114356 from nikitalita/fix-dummy-mesh-blend-shape
...
Fix setting mesh blend shape properties in dummy mesh storage
2026-01-06 18:25:43 +01:00
Thaddeus Crews
66b9c7251e
Merge pull request #114457 from kbieganski/always-stop-script-debugger
...
Always stop script debugger when stopping game
2026-01-06 09:56:58 -06:00
Thaddeus Crews
4fa62da60c
Merge pull request #114580 from TokageItLab/docs-mod-and-icon
...
Tweak `SkeletonModifier3D` document for `_process_modification_with_delta()` and `JacobianIK3D` icon
2026-01-06 09:56:57 -06:00
Thaddeus Crews
6e0ab2e71a
Merge pull request #114578 from passivestar/visual-shader-focus
...
Fix switching visual shader type draws focus
2026-01-06 09:56:56 -06:00
Thaddeus Crews
61ce28cb90
Merge pull request #114543 from TokageItLab/fix-retarget-warn-and-height
...
Make `base_height_adjustment` apply to global position & Fix false warning `Animated extra bone between mapped bones detected`
2026-01-06 09:56:55 -06:00
Thaddeus Crews
46eb6e93e8
Merge pull request #113642 from KoBeWi/uno_reverse 🔁
...
Use ObjectID in ProgressDialog Window list
2026-01-06 09:56:54 -06:00
Thaddeus Crews
f5c66ba68b
Merge pull request #114279 from clayjohn/sky-singularity
...
Avoid singularity during sky filtering
2026-01-06 09:56:53 -06:00
kobewi
51348a2cef
Use ObjectID in ProgressDialog Window list
...
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com >
2026-01-06 14:56:23 +01:00
KarasumaChitose
d5e6722558
Editor: Disable auto translation for layer names in EditorPropertyLayers
2026-01-06 18:06:35 +08:00
Rémi Verschelde
c742d107e2
Merge pull request #114635 from passivestar/flat-menu-button
...
Fix inconsistent MenuButton styles
2026-01-06 11:00:27 +01:00
Rémi Verschelde
28b0151c2d
Merge pull request #114630 from ashwinvbs/openxr_error_reword
...
Reword OpenXR initialization failure alert message
2026-01-06 11:00:23 +01:00
Rémi Verschelde
c392565228
Merge pull request #114626 from Repiteo/libgodot/macro-fix
...
GDExtension: Ensure `LIBGODOT_API` is always defined
2026-01-06 11:00:18 +01:00
Rémi Verschelde
0a31c9c615
Merge pull request #114603 from CreatedBySeb/fix-114443
...
Fix animation editor sometimes not processing on scene change
2026-01-06 11:00:13 +01:00
Rémi Verschelde
6be8eb91fd
Merge pull request #114458 from TokageItLab/clear-anim-frame-after-apply
...
Ensure `clear_animation_instances()` after blending frame result
2026-01-06 11:00:08 +01:00