Commit Graph

80742 Commits

Author SHA1 Message Date
Rémi Verschelde 001ab24dce Merge pull request #114325 from KoBeWi/juggling_paths_editor_edition
Ensure scene paths in autoload settings
2025-12-30 11:23:14 +01:00
Rémi Verschelde 0c8b132efe Merge pull request #114416 from blueskythlikesclouds/adreno-5xx-crash-fix
Implement workaround for GPU driver crash on Adreno 5XX.
2025-12-30 08:13:56 +01:00
Pāvels Nadtočajevs 64277e6101 Make PopupMenu shrinking configurable. 2025-12-30 08:33:41 +02:00
Edgar J San Martin 298affa025 Use arch-filtered lambda for GDExtension dependency lookup (#111407). 2025-12-29 21:50:37 -05:00
passivestar 3393740d42 Improve the look of inner tabs in modern theme 2025-12-30 06:05:12 +04:00
Silc Lizard (Tokage) Renew 8a4fec4397 Fix IKModifier/ JointLimitation gizmo on root bone and dirty handling 2025-12-30 08:15:26 +09:00
kobewi 8819651847 Fix some invalid translation usages 2025-12-30 00:03:17 +01:00
Rémi Verschelde 20b67f3661 Merge pull request #114364 from Lazy-Rabbit-2001/fix_add_type_not_working
Fix `CreateDialog::get_selected_typed()` ignoring the custom types created from `EditorPlugin::add_custom_type()`
2025-12-29 19:45:46 +01:00
Rémi Verschelde 12b110c4ea Merge pull request #114401 from HolonProduction/lsp-fixup
LSP: Fix infinite recursion in symbol calculation
2025-12-29 18:08:27 +01:00
Rémi Verschelde 526cab14a9 Merge pull request #114382 from syntaxerror247/aab-export-issue
Android editor: Fix AAB file not copied to export path
2025-12-29 17:42:24 +01:00
Skyth 3ef93dc19f Implement workaround for GPU driver crash on Adreno 5XX. 2025-12-29 15:14:04 +03:00
Pāvels Nadtočajevs 30dc68dd93 Fix binary BMFont flags handling. 2025-12-29 08:06:51 +02:00
Edgar 2c29a37840 Add clarifying comment explaining threads block file system scanning on web. 2025-12-28 21:35:21 -05:00
Edgar 7278190c71 Disable threaded scanning and importing on Web platform. 2025-12-28 21:29:16 -05:00
Robert Yevdokimov f3cb02ac92 Fix rotation gizmo line position 2025-12-28 20:08:53 -05:00
kit cbc3a989fb Fix TextEdit moving caret word left/right can hide 2025-12-28 16:42:29 -05:00
Michael Alexsander 2e8bc7cd11 Add background panels to the TileSet/Map editors 2025-12-28 16:56:12 -03:00
FifthTundraG ea49483334 Fix ScrollBar not accepting InputEventPanGesture 2025-12-28 13:46:40 -05:00
HolonProduction a1fb9daae1 LSP: Fix infinite recursion in symbol calculation 2025-12-28 19:11:29 +01:00
passivestar 71ee53384e Fix background color of EditorInspectorArray 2025-12-28 18:47:18 +04:00
Edgar J San Martin 4532cbe006 Disable threaded imports when WorkerThreadPool has insufficient threads. 2025-12-28 01:11:15 -05:00
YuuKaana b45f440164 Fix CreateDialog::get_selected_typed() ignoring the custom types created from EditorPlugin::add_custom_type() 2025-12-28 12:36:22 +08:00
Malcolm Anderson 4eca0fbbc3 Fix wording in TileSet collision polygon error message 2025-12-27 16:04:16 -08:00
Anish Kumar a797a2f5f7 Only attempt install when export format is APK 2025-12-28 05:20:04 +05:30
Anish Kumar 614e35f04b Fix AAB file not copied to export path 2025-12-28 03:54:21 +05:30
Nintorch d78fdeac13 Fix Android joypad triggers range 2025-12-27 13:35:55 +05:00
nikitalita 84742563f8 Fix setting mesh blend shape properties in dummy mesh storage 2025-12-26 12:44:22 -08:00
nikitalita 595807acfb GLTF: dupe images during serialization to prevent segfaults 2025-12-26 12:42:23 -08:00
Nintorch 66e357f29a Joypads: ignore Android fingerprint scanners
Fix Android fingerprint scanners being detected as joypads
2025-12-26 23:28:47 +05:00
illusory-dream d9df586bbb Fix: In dialog "Create New Project", select renderer will enable "next" button even if "Project Path" is unavailable 2025-12-26 11:54:04 +00:00
kleonc 3e5f3e9d35 Fix sorting_offset property flags for Decal 2025-12-25 15:24:30 +01:00
Skyth 205d9814f1 Fall back to octmap raster path on certain devices & fix issues with the shaders. 2025-12-25 16:53:11 +03:00
kobewi f63186f707 Ensure scene paths in autoload settings 2025-12-24 22:59:58 +01:00
kobewi 1c1b8a0c22 Fix reopening rootless scenes 2025-12-24 10:22:32 +01:00
Logan Detrick 0e072e9014 Fix docks grabbing too much focus 2025-12-22 17:41:58 -08:00
Hugo Locurcio 26d8a32020 Document runtime alternative to Default Theme Scale project setting 2025-12-23 02:13:23 +01:00
passivestar b08b0c477b Fix background color of complex dialog windows in modern theme 2025-12-23 05:05:42 +04:00
Rémi Verschelde 63227bbc8a Merge pull request #114281 from DarioSamo/real-time-probe-fix
Fix real time reflection probes being constantly recreated.
2025-12-22 18:56:23 +01:00
Dario cf0cb625b2 Fix real time reflection probes being constantly recreated. 2025-12-22 10:02:09 -03:00
Skyth 3b23931eae Create new pools when they become fragmented on Vulkan. 2025-12-22 12:42:19 +03:00
Ayan Chavand 3e7228d137 Fix shader editor filename not updating after file rename 2025-12-22 08:01:26 +05:30
Anish Kumar f23aa06647 Disable native file dialog on Android Editor
Currently in Android editor, native file dialog is only partially working and many parts of the editor require additional changes for full support. Disabling it for now.
2025-12-21 19:47:46 +05:30
passivestar c8e733f667 Fix content margins of the editor runbar in modern theme 2025-12-21 14:45:11 +04:00
Rémi Verschelde 3b48b0110e Merge pull request #114243 from leandro-benedet-garcia/owner-doc-update
Add Link to the Owner Tutorial
2025-12-21 10:41:53 +01:00
Rémi Verschelde 444ebfe354 Merge pull request #114234 from passivestar/inspector-category-spacing
Improve editor inspector main container spacing in modern theme
2025-12-21 10:41:49 +01:00
Rémi Verschelde 764de6fecc Merge pull request #114231 from passivestar/tree-line-edit
Fix tree line editor corners
2025-12-21 10:41:44 +01:00
Rémi Verschelde eebf4143f1 Merge pull request #114227 from BastiaanOlij/fix_asp_regression
Fix OpenGL motion vector regression
2025-12-21 10:41:40 +01:00
Rémi Verschelde ef36e69442 Merge pull request #114222 from akien-mga/msvc-requiredptr-template
RequiredPtr: Fix template conditional for MSVC
2025-12-21 10:41:36 +01:00
Rémi Verschelde feed71cdd9 Merge pull request #114202 from MichaeINeumann/fix-export-dialog-empty-type-icon
Editor: Fix export dialog icon for empty types
2025-12-21 10:41:32 +01:00
Rémi Verschelde 1125e34e71 Merge pull request #114196 from migueldeicaza/debugger-crash-fix
Fix potential DAP crash at startup
2025-12-21 10:41:28 +01:00