Dery Almas
b439a71db3
Wayland: Fix accidental copy during global remove
...
We were accidentally mutating a copy during cleanup of the viewporter
and fractional scale manager.
Thank you Aaron Franke for finding this out :D
2025-12-12 19:06:29 +01:00
Rémi Verschelde
e70c6f970d
libjpeg-turbo: Update to 3.1.3
2025-12-12 18:49:20 +01:00
Michael Alexsander
d9280fbf88
Fix buttons overflowing in the bottom panel
2025-12-12 14:38:20 -03:00
ydeltastar
a92851c517
Add options to prevent selection of locked or child nodes of selection groups in the Game view
2025-12-12 14:22:48 -03:00
Dery Almas
7fa5587396
wayland-protocols: Update to 1.46
2025-12-12 17:22:33 +01:00
Rémi Verschelde
e2a10cd46f
Merge pull request #113934 from raulsntos/file_access_param_name
...
Remove underscore from parameter name in `FileAccess::set_extended_attribute_string`
2025-12-12 17:13:36 +01:00
Rémi Verschelde
2b4569dd67
Merge pull request #113927 from MadeScientist/fix_dynamic_font_hinting_mode_word
...
Rename hinting mode 'Full' to 'Normal' to keep consistency
2025-12-12 17:13:33 +01:00
Rémi Verschelde
f9b48a5592
Merge pull request #113926 from akien-mga/thirdparty-patches-links
...
Thirdparty: Make GH PR references URLs
2025-12-12 17:13:29 +01:00
Rémi Verschelde
dc74262a17
Merge pull request #113916 from KoBeWi/maximize_minimum_size
...
Fix shader editor minimum size
2025-12-12 17:13:25 +01:00
Rémi Verschelde
12eaddd40a
Merge pull request #113912 from YeldhamDev/light_icon_saturation_fix
...
Half icon saturation when using the light color preset
2025-12-12 17:13:21 +01:00
Rémi Verschelde
abcd160145
Merge pull request #113893 from blueskythlikesclouds/d3d12-enhanced-barrier-fix
...
Fix `SYNC_ALL` bit getting masked out on D3D12.
2025-12-12 17:13:17 +01:00
Rémi Verschelde
3ff4c19508
Merge pull request #113816 from YeldhamDev/there_is_nothing_more_permanent_than_a_temporary_solution
...
Add leftover scroll hints, and panels for scrollables without hints
2025-12-12 17:13:13 +01:00
Rémi Verschelde
9785d4435d
Merge pull request #113782 from JJCUBER/patch-1
...
Fix typos in VectorNi docs (float division examples)
2025-12-12 17:13:09 +01:00
Rémi Verschelde
67c579bcef
Merge pull request #113713 from Mrfanta-stick/fix-openxr-gltf-dependency
...
Fix OpenXR build failure when glTF module is disabled
2025-12-12 17:13:05 +01:00
Rémi Verschelde
e7d8609c73
Merge pull request #113390 from X1Vi/text-edit-does-not-auto-scroll-113290
...
Fix `TextEdit` does not auto scroll properly on certain vertical sizes
2025-12-12 17:13:00 +01:00
Rémi Verschelde
005cc0d95a
Merge pull request #112408 from bruvzg/hb_1220
...
Update HarfBuzz to 12.2.0
2025-12-12 17:12:51 +01:00
carsonuderitz@gmail.com
2fc6e11e31
Fix not releasing action when actions are erased
2025-12-12 16:27:47 +01:00
Rémi Verschelde
48d2461e9a
certs: Sync with Mozilla bundle as of Dec 4, 2025
...
Rename file to `ca-bundle.crt` to match upstream.
2025-12-12 16:18:09 +01:00
Rémi Verschelde
5766759739
brotli: Update to 1.2.0
...
https://github.com/google/brotli/releases/tag/v1.2.0
2025-12-12 15:42:56 +01:00
Hugo Locurcio
9f3c19c427
Update documentation for Engine.physics_ticks_per_second and its project setting
2025-12-12 15:22:30 +01:00
Skyth
62335d1ac7
Make each SPIR-V -> DXIL conversion thread allocate from its own heap.
2025-12-12 17:05:39 +03:00
Michael Alexsander
5246b5fba9
Add leftover scroll hints, and panels for scrollables without hints
2025-12-12 10:59:03 -03:00
Raul Santos
8355286fc7
Remove underscore from parameter name in FileAccess::set_extended_attribute_string
2025-12-12 14:20:13 +01:00
X1Vi
442c117fb7
fix: scrollbar range fix and new tests for the same
...
fix: now the scrollbar also should work within the range it is provided
adjusted the tests according to the new scrollbar functinality
attempted to fix testcases for scrollbar
2025-12-12 18:31:19 +05:30
Mrfanta-stick
70727f46fd
Fix OpenXR build failure when GLTF module is disabled
...
Wrap OpenXR render model classes with MODULE_GLTF_ENABLED guards since
they depend on the GLTF module. Include modules_enabled.gen.h
unconditionally to ensure proper module detection across all build
configurations.
2025-12-12 14:01:06 +01:00
MadeScientist
a995ae46f3
Rename hinting mode 'Full' to 'Normal' to keep consistency
...
The hinting mode is described as 'Normal' elsewhere in the codebase.
2025-12-12 19:40:37 +08:00
Rémi Verschelde
6917b1934f
Thirdparty: Make GH PR references URLs
2025-12-12 12:31:32 +01:00
PrIzRaKDev
1f7ed74a32
Fix MSDF batching flag for StyleBoxTexture
2025-12-12 13:10:08 +03:00
kobewi
92d10d9b4c
Fix shader editor minimum size
2025-12-12 01:22:20 +01:00
Hugo Locurcio
b3afc74115
Document occlusion debugging in the SDFGI debug probes draw mode in the editor
...
This feature shows occlusion information for the selected SDFGI
probe. It can only be used in the editor, as it relies
on the `RenderingServer::sdfgi_set_debug_probe_select()` method
that isn't exposed to the scripting API.
2025-12-11 23:42:45 +01:00
JJCUBER
00b3587d6a
[VectorNi] Fix float division examples in docs
2025-12-11 22:25:16 +00:00
Logan Detrick
810180f4a2
Update EditorDock shortcut documentation
2025-12-11 13:37:33 -08:00
Michael Alexsander
d534b85e70
Half icon saturation when using the light color preset
2025-12-11 18:37:18 -03:00
Kasper Arnklit Frandsen
a6dc792bbd
Fix the clipping of keys when moving keys
2025-12-11 20:38:08 +00:00
Pāvels Nadtočajevs
8fa484f331
[TextServer] Fix duplicated losing span info, and RID leak.
2025-12-11 21:50:22 +02:00
Thaddeus Crews
1cf3180537
Merge pull request #113757 from bruvzg/mac_nfd_ext
...
[macOS] Prefer user specified file extensions over OS preferred one.
2025-12-11 12:12:44 -06:00
Thaddeus Crews
afefed5adf
Merge pull request #113723 from KoBeWi/multiplayer_singlefolder
...
Move Multiplayer icons to the module
2025-12-11 12:12:43 -06:00
Thaddeus Crews
bb4b4e3890
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
...
Ensure correct unlocking of script editor history
2025-12-11 12:12:42 -06:00
Thaddeus Crews
3008b5c59f
Merge pull request #112941 from Break-Ben/scene-tree-double-click-fix
...
Fix error when double-clicking nothing on scene tree
2025-12-11 12:12:41 -06:00
Thaddeus Crews
3516c26bf4
Merge pull request #113666 from syntaxerror247/tree-seperation
...
Increase Tree vertical separation to improve touch usability
2025-12-11 12:12:40 -06:00
Thaddeus Crews
7413f0195f
Merge pull request #113890 from YeldhamDev/create_root_fix
...
Fix cutoff root creation buttons in new scenes
2025-12-11 12:12:39 -06:00
Thaddeus Crews
289321ad1e
Merge pull request #113728 from LiveTrower/fix-refract-node
...
VisualShader: Fix the eta input from the refract node
2025-12-11 12:12:38 -06:00
Thaddeus Crews
4f4f272423
Merge pull request #113856 from kleonc/tile_set_fix_transformed_scene_get_placeholder_error
...
Fix `get_scene_tile_display_placeholder` erroring for transformed scene tiles
2025-12-11 12:12:36 -06:00
Skyth
d28758e166
Fix SYNC_ALL bit getting masked out on D3D12.
2025-12-11 17:04:07 +03:00
Michael Alexsander
398842678e
Fix cutoff root creation buttons in new scenes
2025-12-11 10:50:18 -03:00
Pāvels Nadtočajevs
0a6f8c2554
[macOS] Prefer user specified file extensions over OS preferred one.
2025-12-11 11:23:57 +02:00
Fredia Huya-Kouadio
b40afd6781
Fix storage scope for the obb directory
2025-12-10 21:58:40 -08:00
Break
a0b5306b79
Fix error when double-clicking nothing on scene tree
2025-12-11 13:34:23 +08:00
Michael Alexsander
ef6e11b8e1
Fix blurry icons in the editor inspector
2025-12-10 21:19:27 -03:00
Thaddeus Crews
14e840dd75
Merge pull request #113533 from ndarilek/fix-accessibility-node-name-persistence
...
Accessibility: Re-apply stored name when recreating nodes
2025-12-10 18:10:45 -06:00