1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Commit Graph

79821 Commits

Author SHA1 Message Date
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
Michael Alexsander
5246b5fba9 Add leftover scroll hints, and panels for scrollables without hints 2025-12-12 10:59:03 -03: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
JJCUBER
00b3587d6a [VectorNi] Fix float division examples in docs 2025-12-11 22:25:16 +00:00
Michael Alexsander
d534b85e70 Half icon saturation when using the light color preset 2025-12-11 18:37:18 -03: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
Break
a0b5306b79 Fix error when double-clicking nothing on scene tree 2025-12-11 13:34:23 +08: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
Thaddeus Crews
a566a01b47 Merge pull request #113643 from KoBeWi/close_Output_so_you_don't_have_errors_or_something
Make Output dock global
2025-12-10 18:10:44 -06:00
Thaddeus Crews
73318cd8d0 Merge pull request #113616 from lodetrick/shader-file-dock
Use new dock system for ShaderFile Dock
2025-12-10 18:10:43 -06:00
Thaddeus Crews
b70b97afff Merge pull request #112972 from MattiaZir/fix-112965
DAP: Enable showing errors to users
2025-12-10 18:10:42 -06:00
Thaddeus Crews
6c01624340 Merge pull request #113859 from adamscott/save-as-resource-non-scene
Fix non-scene Resources "Save as"
2025-12-10 18:10:40 -06:00
Thaddeus Crews
2553b70496 Merge pull request #113857 from bruvzg/llvm21
Fix build errors and warnings with LLVM-21
2025-12-10 18:10:39 -06:00
Thaddeus Crews
1311629bce Merge pull request #113851 from Repiteo/ci/ignore-gdextension-json
CI: Ignore `gdextension_interface.json`
2025-12-10 18:10:38 -06:00
Thaddeus Crews
49ec6b0b90 Merge pull request #113848 from JJCUBER/patch-2
[Vector4] Fix loss of precision with division
2025-12-10 18:10:37 -06:00
Thaddeus Crews
e0c40c7ee1 Merge pull request #113844 from BlueCube3310/clearcoat-mobile-fix
Mobile: Fix clearcoat shader compilation error
2025-12-10 18:10:36 -06:00
Thaddeus Crews
52d259d654 Merge pull request #113835 from passivestar/movie-maker-hover
Add missing hover indication to movie maker button
2025-12-10 18:10:35 -06:00
Thaddeus Crews
3e58beca97 Merge pull request #113830 from cpl-s-matsuyama/fix-gameview-settings-callback-crash-on-exit
Fix crash on quit when `settings_changed` signal is emitted during exit
2025-12-10 18:10:33 -06:00
Thaddeus Crews
db413b2632 Merge pull request #113828 from MattiaZir/fix-TTR-resource-picker
Editor: Show actual class name in resource picker tooltips
2025-12-10 18:10:32 -06:00
Thaddeus Crews
6139cef625 Merge pull request #96547 from DeeJayLSP/drmp3
Replace `minimp3` with `dr_mp3`
2025-12-10 18:10:31 -06:00
Thaddeus Crews
83934a55db Merge pull request #113824 from BastiaanOlij/openxr_use_dpad_constant
OpenXR: Use the DPAD extension constant
2025-12-10 18:10:29 -06:00
Thaddeus Crews
5831c53ed6 Merge pull request #113822 from kitbdev/fix-editor-distraction-free-sc-size
Fix distraction-free mode changing split offsets
2025-12-10 18:10:28 -06:00
Thaddeus Crews
ed1ec3a0ee Merge pull request #111387 from Chaosed0/core/fix-resource-loader-ignore-cache
Fix `load_threaded_get` returning `null` when used with `CACHE_MODE_IGNORE`
2025-12-10 18:10:27 -06:00
Thaddeus Crews
ef733070a6 Merge pull request #111641 from KoBeWi/built_in_ascension_to_the_top
Fix opening found lines in built-in scripts
2025-12-10 18:10:25 -06:00
Thaddeus Crews
dea2fea0bc Merge pull request #113815 from aaronp64/project_manager_cleanup_plugins
Clean up editor inspector plugins when closing Project Manager
2025-12-10 18:10:24 -06:00
Thaddeus Crews
0bc58d1217 Merge pull request #113814 from bruvzg/win_detect
Check for unprefixed compilers when building on Windows.
2025-12-10 18:10:23 -06:00
Thaddeus Crews
fe638bc5cd Merge pull request #113802 from RandomShaper/make_cmd_queue_reentrant_again
CommandQueueMT: Make re-entrant again + Fix multiple flushers case
2025-12-10 18:10:22 -06:00
Adam Scott
d134fcfa4c Fix non-scene Resources "Save as" 2025-12-10 13:46:41 -05:00
Pāvels Nadtočajevs
1682f6d4dd Fix build errors and warnings with LLVM-21 2025-12-10 20:05:38 +02:00
kleonc
4619b2dffa Fix get_scene_tile_display_placeholder erroring for transformed scene tiles 2025-12-10 18:32:46 +01:00
Thaddeus Crews
87863e06be CI: Ignore gdextension_interface.json 2025-12-10 09:19:23 -06:00
JJCUBER
f1ab85a5d2 [Vector4] Fix loss of precision with division
Resolves #113847
2025-12-10 08:54:50 -05:00
BlueCube3310
ec705f6d47 Mobile: Fix clearcoat shader compilation error 2025-12-10 13:28:39 +01:00