Commit Graph

83720 Commits

Author SHA1 Message Date
Thaddeus Crews a3854569a2 Merge pull request #119541 from bruvzg/roll_pm
Fix credit roll in the project manager.
2026-05-18 11:06:27 -05:00
Thaddeus Crews 2c5bdd1f9c Merge pull request #119510 from van800/shakhov/fixes
open_dynamic_library(String(), library, &data) should only be called for apple
2026-05-18 11:06:26 -05:00
Thaddeus Crews 819cae99f8 Merge pull request #119331 from norepro/fix-x11-release-pressed-events
Release X11 pressed events on true focus loss
2026-05-18 11:06:26 -05:00
Thaddeus Crews 8ae90e9442 Merge pull request #119495 from m4gr3d/fix_main_path_use_for_android
[Android] Fix the use of `--main-pack` in template builds
2026-05-18 11:06:25 -05:00
Pāvels Nadtočajevs 9b9adcb9c2 Fix credit roll in the project manager. 2026-05-18 14:18:31 +03:00
Ivan Šachov e744959de5 avoiding an incorrect ERR_FILE_NOT_FOUND report when the DLL exists but fails to load for another reason
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2026-05-16 21:55:33 +02:00
Fredia Huya-Kouadio 948032c89c [Android] Fix the use of --main-pack 2026-05-15 23:03:54 -07:00
Thaddeus Crews 321b8c944f Merge pull request #119396 from bruvzg/ac_dup_ins_names
[Accessibility] Do not set duplicate values for editor inspector elements.
2026-05-15 15:42:10 -05:00
Thaddeus Crews 6f46168b05 Merge pull request #119445 from DeeJayLSP/no-sfinae-incomplete
Suppress GCC 16's `sfinae-incomplete` warning
2026-05-15 15:42:10 -05:00
Thaddeus Crews 0c08cfb5d7 Merge pull request #119429 from Bromeon/bugfix/singleton-uaf
Phase out `RefCounted` singletons as UB pitfalls
2026-05-15 15:42:09 -05:00
Thaddeus Crews 037c9a99e2 Merge pull request #118865 from vaner-org/shader-preview-line-redesign
Improve inline shader preview layout
2026-05-15 15:42:08 -05:00
Thaddeus Crews b8c2d43bdf Merge pull request #118265 from L3GiaBao/fix-boneattachment3d-throwing-!is_inside_tree()
Fix `BoneAttachment3D` throws `!is_inside_tree()`
2026-05-15 15:42:07 -05:00
Thaddeus Crews 57894b5e71 Merge pull request #119496 from m4gr3d/playstore_bug_fixes
[Android] Fix reported crashes from the Play store
2026-05-15 15:42:06 -05:00
Thaddeus Crews 7af66e02ef Merge pull request #119448 from buresu/fix-wayland
Wayland: Fix incorrect fallback value for height in _xdg_popup_on_configure
2026-05-15 15:42:05 -05:00
Thaddeus Crews c14b043d25 Merge pull request #118247 from YeldhamDev/bezier_timeline_fix
Fix misaligned timeline indicator on the Bezier editor
2026-05-15 15:42:05 -05:00
Thaddeus Crews 61ac9d4c34 Merge pull request #119475 from KoBeWi/nice_regressions_you_got_there
Fix various editor state related regressions
2026-05-15 15:42:03 -05:00
Thaddeus Crews cd5a07648d Merge pull request #118787 from YeldhamDev/this_actually_caught_me_offguard_in_my_own_project
Fix wrong path in `EditorExportPlugin._export_begin()` when zipping
2026-05-15 15:42:03 -05:00
Thaddeus Crews 67f8f93b21 Merge pull request #116688 from YeldhamDev/anchors_mode_error_fix
Fix error spam when resizing a control in a zero size parent with anchors mode enabled
2026-05-15 15:42:02 -05:00
Fredia Huya-Kouadio 5f7b82e20f Fix reported crashes from the Play store
- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/6747aea8b031aa6718dfd3909b7c2879/details?days=28&isUserPerceived=true&versionCode=40700105

- Fixes https://play.google.com/console/u/0/developers/5310120689138741555/app/4972363226496209566/vitals/crashes/0f8b9c9f9936f3b8e7027940a99a5c85/details?days=28&isUserPerceived=true&versionCode=40700105
2026-05-15 10:53:08 -07:00
vaner-org 2e1a2e9a9c Improve inline shader preview layout 2026-05-15 16:22:14 +05:30
Jan Haller dd29447f44 Warn when registering RefCounted as engine singleton
The `Engine::Singleton` struct stores a raw `Object *`, so registering
a `RefCounted` only works if some external `Ref<>` keeps it alive. This
pattern is fragile and can lead to UB, especially with GDExtension.
2026-05-15 11:00:16 +02:00
Michael Alexsander 088cd1faa4 Fix wrong path in EditorExportPlugin._export_begin() when zipping 2026-05-14 19:44:40 -03:00
kobewi c2f8329f00 Fix various editor state related regressions 2026-05-15 00:04:41 +02:00
DeeJayLSP 1ade2b8e51 Suppress GCC 16's sfinae-incomplete warning 2026-05-14 12:16:28 -03:00
Thaddeus Crews 720caf476d Merge pull request #119387 from NoNormalDev/rngdocs
Fix ordering of notes in the description of the `seed()` function in `RandomNumberGenerator`
2026-05-14 09:06:53 -05:00
Thaddeus Crews 1378c909f0 Merge pull request #117773 from Calinou/lightmapgi-fix-probe-interpolation-at-lightmap-edges
Fix LightmapGI probe interpolation at lightmap AABB edges
2026-05-14 09:06:52 -05:00
Thaddeus Crews ef7d768e65 Merge pull request #119375 from Chaosus/shader_fix_material_params
Fix shader crash when using parameter name identical to uniform name
2026-05-14 09:06:51 -05:00
Thaddeus Crews 6b8828da12 Merge pull request #119439 from mihe/submenu-position-fix
Fix `PopupMenu` submenu positioning not accounting for margins
2026-05-14 09:06:50 -05:00
Thaddeus Crews 0d5268d9a4 Merge pull request #115911 from KoBeWi/can_commit_pls👉👈
Expose `_can_commit_handle_on_click()`
2026-05-14 09:06:49 -05:00
Thaddeus Crews db0467cc6a Merge pull request #118895 from Infiland/fix-118826-inspector-tooltips
Fix inspector tooltips after focus changes
2026-05-14 09:06:48 -05:00
Thaddeus Crews f2ca4b0f62 Merge pull request #118886 from mihe/scaled-popup-flip-flop
Fix `PopupMenu` input handling when scaled/padded
2026-05-14 09:06:47 -05:00
Thaddeus Crews d58cd48e46 Merge pull request #118653 from Alex2782/fix_multi_input
Fix: support multi-input for `BaseButton` with Alt + Click
2026-05-14 09:06:47 -05:00
Naoto Kondo 814d08d77f Wayland: Fix incorrect fallback value for height in _xdg_popup_on_configure 2026-05-14 10:44:44 +09:00
Mikael Hermansson b9634e7c68 Fix PopupMenu input handling when scaled/padded 2026-05-13 20:47:01 +02:00
Mikael Hermansson fec858e3b4 Fix PopupMenu submenu positioning not accounting for margins 2026-05-13 18:59:12 +02:00
Thaddeus Crews 9a33066a27 Merge pull request #119297 from m4gr3d/misc_bug_fixes
[Android] Miscellaneous bug fixes
2026-05-13 09:53:54 -05:00
Thaddeus Crews 630781a6a3 Merge pull request #119313 from blueskythlikesclouds/iris-xe-fix
Fix compute barriers not working on Intel Iris Xe Graphics.
2026-05-13 09:53:54 -05:00
Thaddeus Crews 3d601008d0 Merge pull request #119420 from YeldhamDev/tabcon_front_fix
Always disable `all_tabs_in_front` in `TabContainer`
2026-05-13 09:53:53 -05:00
Thaddeus Crews e333258f94 Merge pull request #119433 from bruvzg/win_await
[Windows] Remove `await` MSVC flags.
2026-05-13 09:53:53 -05:00
Thaddeus Crews 1414995357 Merge pull request #119422 from Calinou/doc-color-keywords
Add search keywords for some Color methods in the class reference
2026-05-13 09:53:52 -05:00
Thaddeus Crews 582e6f1d2b Merge pull request #119428 from syntaxerror247/plugin-signal-fix-final
Fix Android plugin signal regression
2026-05-13 09:53:52 -05:00
Thaddeus Crews 9ca8dfe7a6 Merge pull request #119312 from mihe/popupmenu-accessibility-input
Fix various accessibility issues in `PopupMenu`
2026-05-13 09:53:51 -05:00
Mikael Hermansson ca475b9a35 Fix various accessibility issues in PopupMenu 2026-05-13 15:28:25 +02:00
Skyth 0b78f5bbf6 Fix compute barriers not working on Intel Iris Xe Graphics. 2026-05-13 12:05:25 +03:00
Pāvels Nadtočajevs a9088880c2 [Windows] Remove await MSVC flags. 2026-05-13 10:51:51 +03:00
Anish Kumar 1f5c3cbb7f Fix Android plugin signal regression 2026-05-13 04:29:11 +05:30
Thaddeus Crews 1078619908 Merge pull request #119414 from clayjohn/legacy-fog-blend
Add project setting to disable new Volumetric fog blending behavior
2026-05-12 17:54:07 -05:00
Thaddeus Crews 8075f4250f Merge pull request #119373 from LanzaSchneider/fix-enum-binding-lost
Fix `DisplayServerEnums::MouseMode` enum binding being lost with `deprecated=no`
2026-05-12 17:54:05 -05:00
Thaddeus Crews 78105f1948 Merge pull request #119022 from riatmax/fix-nav-closest-point-normal-unnormalized
Fix NavigationServer3D map_get_closest_point_normal returning unnorma…
2026-05-12 17:54:04 -05:00
Clay John c76223a35e Add project setting to disable new Volumetric fog blending behavior for existing projects that want to upgrade.
Setting is off by default, so its only intended for people who really need to rollback to the previous behavior.
2026-05-12 10:48:46 -07:00