Commit graph

80681 commits

Author SHA1 Message Date
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
Rémi Verschelde
6b06edb457
Merge pull request #114190 from voylin/fix_crash_scriptless_scene_debug
Fix error when break scriptless scene
2025-12-21 10:41:24 +01:00
Rémi Verschelde
ec06048f6e
Merge pull request #114181 from BastiaanOlij/fix_openxr_visibility_nomask
OpenXR: Don't create a visibility mask mesh without data
2025-12-21 10:41:17 +01:00
Rémi Verschelde
93737b0d95
Merge pull request #114180 from BastiaanOlij/fix_pcvr_msaa2d
Skip MSAA2D when OpenXR is used
2025-12-21 10:41:12 +01:00
Rémi Verschelde
c56f68e4d3
Merge pull request #114162 from passivestar/modern-theme-colors
Finalize colors of modern theme
2025-12-21 10:41:08 +01:00
Rémi Verschelde
97f584f58e
Merge pull request #114062 from CSLRDoesntGameDev/master
Return at invalid skeleton in ChainIK3D before updating mutable info
2025-12-21 10:41:03 +01:00
Rémi Verschelde
4014b4acf0
Merge pull request #113870 from lodetrick/tilemap-one-liner
Fix incorrect error message placement in TileMap Dock
2025-12-21 10:40:56 +01:00
Rémi Verschelde
231d2ed7fb
Merge pull request #111804 from Calinou/doc-window-content-scale
Improve Window content scale documentation
2025-12-21 10:40:50 +01:00
Rémi Verschelde
8b8b8bcc61
Merge pull request #111774 from Calinou/doc-engine-physics-ticks-per-second
Update documentation for `Engine.physics_ticks_per_second` and its project setting
2025-12-21 10:40:43 +01:00
Rémi Verschelde
d61c12ff59
Merge pull request #110422 from KoBeWi/audio_bus_factor
Fix AudioBus editor not updating layout path
2025-12-21 10:40:37 +01:00
Rémi Verschelde
834c3c0da6
Merge pull request #108404 from KoBeWi/oldline
Remove unnecessary newlines from key tooltip
2025-12-21 10:40:31 +01:00
Hugo Locurcio
32e7bbe7bd Document RegEx.create_from_string() in RegEx class description
- Use this shorthand in code samples.
2025-12-21 02:26:57 +01:00