Thaddeus Crews
c5e670f26e
Merge pull request #114751 from YeldhamDev/scrolled_hinted_tinted
...
Add color theme for scroll hints
2026-01-08 12:46:30 -06:00
Thaddeus Crews
2d37d38c1a
Merge pull request #114684 from dsnopek/gdextension-interface-json-omit-return-value
...
Omit `return_value` in `gdextension_interface.json` for `void` functions
2026-01-08 12:46:29 -06:00
Thaddeus Crews
f3121dfcc3
Merge pull request #114753 from passivestar/light-scroll-hints
...
Reduce opacity of scroll hints in light theme
2026-01-08 12:46:28 -06:00
kleonc
5a275eae38
Preserve winding order for transformed tiles' navigation polygons
2026-01-08 19:41:56 +01:00
passivestar
8e66e512e6
Reduce opacity of scroll hints in light theme
2026-01-08 21:45:47 +04:00
Michael Alexsander
8e305bb701
Add color theme for scroll hints
2026-01-08 14:10:55 -03:00
Rémi Verschelde
fa27088143
Merge pull request #114741 from YeldhamDev/itemlist_icon_regression_fix
...
Fix text in `ItemList` being cutoff when it shouldn't
2026-01-08 17:15:50 +01:00
Rémi Verschelde
5b2b23e1ce
Merge pull request #114740 from YeldhamDev/help_code_theme_fix
...
Fix codeblocks inside docs not updating with theme changes
2026-01-08 17:15:46 +01:00
Rémi Verschelde
d506c79945
Merge pull request #114734 from passivestar/tree-cell-size
...
Adjust tree cells to account for new inner margins logic
2026-01-08 17:15:39 +01:00
Rémi Verschelde
0449f4bce1
Merge pull request #114657 from DarioSamo/immutable-sampler-descriptor-fix
...
Always add Vulkan descriptor count for immutable samplers to descriptor pool.
2026-01-08 17:15:33 +01:00
Michael Alexsander
2b5c901f3d
Fix text in ItemList being cutoff when it shouldn't
2026-01-08 12:05:08 -03:00
Michael Alexsander
9fb4b0379b
Fix codeblocks inside docs not updating with theme changes
2026-01-08 11:44:09 -03:00
Rémi Verschelde
64bc9a25a3
Merge pull request #114722 from bruvzg/x_focus
...
[Accessibility] Force keyboard focus to the exclusive child.
2026-01-08 15:17:30 +01:00
Rémi Verschelde
877188dab1
Merge pull request #114709 from YeldhamDev/itemlist_icon_top_fix
...
Fix incorrect position of icons in `ItemList` when on top mode
2026-01-08 15:17:26 +01:00
Rémi Verschelde
840a6eaf7d
Merge pull request #114706 from Jordyfel/dock-doc
...
Fix `EditorDock` documentation code example
2026-01-08 15:17:21 +01:00
Rémi Verschelde
b3c8cd5c3f
Merge pull request #114705 from adamscott/fix-project-dialog-install
...
Fix Project Manager `ProjectDialog` install dialog OK button
2026-01-08 15:17:17 +01:00
Rémi Verschelde
8c44be5a57
Merge pull request #114703 from YeldhamDev/tree_inner_margin_fix
...
Fix `Tree` items ignoring inner margins
2026-01-08 15:17:12 +01:00
Rémi Verschelde
dfbb272bd7
Merge pull request #114695 from HolonProduction/gdscript/cache-errored-script
...
GDScript: Cache invalid scripts
2026-01-08 15:17:08 +01:00
Rémi Verschelde
f878b34c1d
Merge pull request #114408 from ryevdokimov/fix-rotation-gizmo-line-position
...
Fix rotation gizmo line position
2026-01-08 15:17:04 +01:00
Rémi Verschelde
2b394f4aab
Merge pull request #108954 from Calinou/moviewriter-resize-frames-if-different
...
Ensure all MovieWriter frames have the same resolution as the first frame
2026-01-08 15:16:53 +01:00
passivestar
4152bf1438
Adjust tree cells to account for new inner margins logic
2026-01-08 17:56:09 +04:00
Adam Scott
b486f2d07a
Fix Project Manager ProjectDialog install dialog OK button
2026-01-08 07:35:38 -05:00
Skyth
614d0e2f0d
Prevent SSR from getting affected by specular occlusion.
2026-01-08 11:41:21 +03:00
Skyth
25824f18f5
Handle RGB10_A2 storage format in octmap shaders.
2026-01-08 11:16:40 +03:00
Pāvels Nadtočajevs
89372664a2
[Accessibility] Force keyboard focus to the exclusive child.
2026-01-08 08:32:57 +02:00
Michael Alexsander
872e4da330
Fix incorrect position of icons in ItemList when on top mode
2026-01-07 21:10:53 -03:00
Jordyfel
bdb8cd91b0
Fix EditorDock documentation code example
2026-01-08 00:30:00 +02:00
Fredia Huya-Kouadio
422cc7b91b
Fix ANRs when shutting down the engine
2026-01-07 13:40:06 -08:00
Michael Alexsander
62d0392131
Fix Tree items ignoring inner margins
2026-01-07 18:04:13 -03:00
Hugo Locurcio
4409c786ca
Ensure all MovieWriter frames have the same resolution as the first frame
...
This fixes issues with certain video formats (like OGV) and video players
not supporting resolution changes during playback.
Resizing the viewport during recording is still not recommended
(as cropping and resizing has a performance cost and can impact visuals),
but it shouldn't cause crashes or broken files anymore.
2026-01-07 19:05:19 +01:00
HolonProduction
ae68ee4940
GDScript: Cache invalid scripts
2026-01-07 18:16:26 +01:00
Thaddeus Crews
5d9722e832
Merge pull request #113786 from kmMuellerGit/202512_sprite_animation_check_if_animation_key_exists
...
Fix Animation Editor erroring when animating SpriteAnimation3D 'frame' but not 'animation'.
2026-01-07 10:54:12 -06:00
Thaddeus Crews
c327a45dbe
Merge pull request #114200 from scgm0/Automatically-Resample-CanvasItems-in-Scene-Editor
...
Automatically Resample CanvasItems in Scene Editor
2026-01-07 10:54:11 -06:00
Thaddeus Crews
ab54e943b6
Merge pull request #114249 from YeldhamDev/scene_file_focus_rename_fix
...
Make focus visibility when renaming in the scene/file dock consistent
2026-01-07 10:54:09 -06:00
Thaddeus Crews
92a0a0597b
Merge pull request #114682 from YeldhamDev/all_toasters_toast_toast
...
Fix editor toasters on the right-to-left layout
2026-01-07 10:54:08 -06:00
Thaddeus Crews
57503f5cf2
Merge pull request #114593 from mxtherfxcker/fix/crash-when-selecting-unwrapuv2-after-undo
...
Fix crash when selecting "Unwrap UV2 for Lightmap/AO" after undo
2026-01-07 10:54:07 -06:00
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