Commit Graph

79791 Commits (master)
 

Author SHA1 Message Date
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 +07: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 +07: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 +07:00
Thaddeus Crews b70b97afff
Merge pull request #112972 from MattiaZir/fix-112965
DAP: Enable showing errors to users
2025-12-10 18:10:42 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Thaddeus Crews 6139cef625
Merge pull request #96547 from DeeJayLSP/drmp3
Replace `minimp3` with `dr_mp3`
2025-12-10 18:10:31 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Adam Scott d134fcfa4c
Fix non-scene Resources "Save as" 2025-12-10 13:46:41 +07:00
Pāvels Nadtočajevs 1682f6d4dd
Fix build errors and warnings with LLVM-21 2025-12-10 20:05:38 +07:00
Thaddeus Crews 87863e06be
CI: Ignore `gdextension_interface.json` 2025-12-10 09:19:23 +07:00
JJCUBER f1ab85a5d2
[Vector4] Fix loss of precision with division
Resolves #113847
2025-12-10 08:54:50 +07:00
BlueCube3310 ec705f6d47 Mobile: Fix clearcoat shader compilation error 2025-12-10 13:28:39 +07:00
Mattia Zirpoli d5a7335cec Editor: Show actual class name in resource picker tooltips 2025-12-10 13:24:51 +07:00
passivestar 3904c60507 Add missing hover indication to movie maker button 2025-12-10 11:04:25 +07:00
Rémi Verschelde d743736f84
Merge pull request #113820 from BastiaanOlij/add_steam_to_frame_controller_description
Add Steam to the description of the Steam Frame controller
2025-12-10 07:58:05 +07:00
Rémi Verschelde 9a64a0177b
Merge pull request #113818 from KoBeWi/docktips
Add shortcuts to dock tooltips
2025-12-10 07:58:01 +07:00
Rémi Verschelde cce211f7d4
Merge pull request #113813 from bruvzg/prof_dup
[macOS] Remove duplicate profiler init call.
2025-12-10 07:57:57 +07:00
Rémi Verschelde 3c5a2732d4
Merge pull request #113812 from dsnopek/perfetto-build-broken-wrong-slashes-yo
Fix building with Perfetto profiler
2025-12-10 07:57:49 +07:00
cpl-s-matsuyama 0baa47bb53 Fix crash on quit when settings_changed signal is emitted during exit
Add `is_inside_tree()` guard to `GameView::_editor_or_project_settings_changed()`
to prevent accessing invalid state when the signal is emitted during editor shutdown.

Fixes #113829
2025-12-10 10:41:43 +07:00
Bastiaan Olij a4a2de5a0e OpenXR: use the DPAD extension constant 2025-12-10 10:05:33 +07:00
kit 1c5ccfe61c Fix distraction-free mode changing split offsets 2025-12-09 17:15:13 +07:00
Bastiaan Olij a2a38102dc Add Steam to the description of the Steam frame controller 2025-12-10 08:53:06 +07:00
kobewi 7b02f8f125 Add shortcuts to dock tooltips 2025-12-09 22:27:09 +07:00
aaronp64 556dfd4e29 Clean up editor inspector plugins when closing Project Manager
Added call to EditorInspector::cleanup_plugins() when closing Project Manager, to free plugins added when opening editor settings
2025-12-09 15:41:17 +07:00
Pāvels Nadtočajevs 61940e40ea
Check for unprefixed compilers when building on Windows. 2025-12-09 22:26:27 +07:00
Pāvels Nadtočajevs 79fe3dc3c8
[macOS] Remove duplicate profiler init call. 2025-12-09 22:12:36 +07:00
David Snopek ec21501861 Fix building with Perfetto profiler 2025-12-09 13:53:28 +07:00
Rémi Verschelde bb92a4c8e2
Bump version to 4.6-beta \o/ 2025-12-09 20:26:45 +07:00
Rémi Verschelde 3ee5620c73
Merge pull request #113632 from Ivorforce/tracy-profile-opcodes
Add support for profiling system calls from GDScript with the tracy integration.
2025-12-09 20:21:37 +07:00
Rémi Verschelde 65c8c3dbca
Merge pull request #113458 from Calinou/editor-3d-default-transform-mode
Default the 3D editor to Transform mode to restore 4.5 behavior
2025-12-09 19:54:31 +07:00
Rémi Verschelde 342ba8063e
Merge pull request #112361 from Calinou/export-dedicated-server-no-shader-baker
Disable shader baker when exporting as dedicated server
2025-12-09 19:54:22 +07:00
Rémi Verschelde e6a5a52a5b
Merge pull request #113807 from mihe/optional-memory-profiling
Make memory profiling optional
2025-12-09 19:32:19 +07:00
Rémi Verschelde d09a3d83ff
Merge pull request #113574 from YeldhamDev/take_the_hint
Enable scroll hints for several parts of the editor
2025-12-09 19:32:11 +07:00
Mikael Hermansson 74ffb69b0e Make memory profiling optional 2025-12-09 19:11:39 +07:00
Hugo Locurcio 5d80686497
Default the 3D editor to Transform mode to restore 4.5 behavior
The Select mode no longer allows moving or rotating selected nodes.
This mode was still the default until now, which results in behavior that's
inconsistent with the 2D editor.

This sets the default mode to the new Transform mode to ensure
usability out of the box is unchanged. Shortcuts and icon ordering
were also modified to best match 4.5.
2025-12-09 18:16:01 +07:00
Rémi Verschelde 639b7cefa1
Merge pull request #113804 from YeldhamDev/shader_file_btn_fix
Fix wrong size for "File" button in the shader editor
2025-12-09 17:18:18 +07:00
Rémi Verschelde eaddff155e
Merge pull request #113801 from KoBeWi/cheme_thanged
Fix broken VisualShader icons
2025-12-09 17:18:12 +07:00