Commit graph

81098 commits

Author SHA1 Message Date
Michael Alexsander
cdcab44e9b
Fix wrong size on Container nodes due to late cache update
Co-authored-by: kit <kitbdev@gmail.com>
2026-02-03 10:55:02 -03:00
Thaddeus Crews
3c5e561024
Merge pull request #115765 from bruvzg/fp_ios
Disable FP contraction (iOS/visionOS)
2026-02-02 12:57:31 -06:00
Thaddeus Crews
cbfc64fd6e
Merge pull request #115699 from ryevdokimov/fix-set-history-unsaved
Fix `mark_scene_as_unsaved()` not working with `Reload Saved Screen`
2026-02-02 12:57:30 -06:00
Thaddeus Crews
77f596abc5
Merge pull request #115729 from Manik2607/fix-current-line-highlight-gutter
Fix current line highlight not extending into gutter
2026-02-02 12:57:29 -06:00
Thaddeus Crews
f95b964572
Merge pull request #115758 from KoBeWi/autopen
Add setting for automatically opening scripts
2026-02-02 12:57:29 -06:00
Thaddeus Crews
b719f94bfe
Merge pull request #115757 from blueskythlikesclouds/fix-accidental-write-combined-read
Fix accidental write-combined memory reads in canvas renderer.
2026-02-02 12:57:28 -06:00
Thaddeus Crews
42b5f64835
Merge pull request #115692 from Scrawach/fix-local-const-invisible-in-debugger
Fix null values for local const in debugger
2026-02-02 12:57:27 -06:00
Thaddeus Crews
e6d4e7d37f
Merge pull request #115751 from syntaxerror247/bad-file-descriptor
Android: Fix `Bad file descriptor` in SAF/MediaStore in long term access
2026-02-02 12:57:25 -06:00
Thaddeus Crews
0c6cc34e92
Merge pull request #114917 from TheDying0fLight/merge-shader-and-text-editors
Refactor `TextEditor` and `ScriptTextEditor`
2026-02-02 12:57:24 -06:00
Thaddeus Crews
379b5fa814
Merge pull request #115714 from Chubercik/libpng-1.6.54
libpng: Update to 1.6.54
2026-02-02 12:57:23 -06:00
Thaddeus Crews
f3d72eb13a
Merge pull request #115266 from Nintorch/fix-joypad-editor-tooltips
Fix editor tooltips disappearing with joypad button presses
2026-02-02 12:57:23 -06:00
Thaddeus Crews
c37b78b525
Merge pull request #115681 from 0xAlexisSys/minor-spelling-mistake-fix
Fix "subresources" misspelling in `Resource.DEEP_DUPLICATE_NONE` docs
2026-02-02 12:57:21 -06:00
Pāvels Nadtočajevs
abdc01b9f7
Disable FP contraction (iOS/visionOS) 2026-02-02 19:06:29 +02:00
kobewi
14afee66c4 Add setting for automatically opening scripts 2026-02-02 14:11:40 +01:00
Skyth
482d9313a2 Fix accidental write-combined memory reads in canvas renderer. 2026-02-02 15:55:12 +03:00
Manik Sharma
4dfbd909ac Fix current line highlight not extending into gutter
Fixes regression where current line highlight no longer extends
into the gutter area. The highlight now starts from 0 instead of
xmargin_beg, making it extend all the way to the left edge.

This restores the 4.5.1 behavior where the current line highlight
spans the entire line including the gutter area and left margin.
2026-02-02 16:33:56 +05:30
Simon Döhl
2363720b53 merge parts of script and text editor 2026-02-02 11:22:25 +01:00
Anish Kumar
1c80b25af8 Android: Fix Bad file descriptor in SAF/MediaStore in long term access 2026-02-02 15:47:16 +05:30
Rémi Verschelde
f4f0679a2d
Merge pull request #115726 from bruvzg/apple_menu_name
[macOS] Set apple menu node name to non empty value.
2026-02-02 10:11:00 +01:00
Rémi Verschelde
e273d83ff5
Merge pull request #115718 from syntaxerror247/fix-file-access-tests
Fix file access tests failing on older Android devices
2026-02-02 10:10:55 +01:00
Rémi Verschelde
e04d564215
Merge pull request #115713 from dsnopek/android-fail-incomplete-instrumented-test
Android: Fail instrumented tests when test function doesn't complete
2026-02-02 10:10:51 +01:00
Rémi Verschelde
6f3132b6ba
Merge pull request #115708 from quadrimus/fix-string_to_utf8_chars-documentation
GDExtension: Fix `string_to_*_chars` documentation
2026-02-02 10:10:46 +01:00
Rémi Verschelde
bbd8bfcd30
Merge pull request #115704 from brandonhare/fix-show-app-in-file-explorer
Fix 'Show In File Manager' launching apps
2026-02-02 10:10:42 +01:00
Rémi Verschelde
c2089db630
Merge pull request #115685 from syntaxerror247/fix-plugin-error
Android: Fix plugin type mismatch regression
2026-02-02 10:10:38 +01:00
Rémi Verschelde
5b75d2539b
Merge pull request #115639 from Ivorforce/gdvirtual-includes
Minimize includes from `gdvirtual.gen.inc` / `script_instance.h`, to improve compile time
2026-02-02 10:10:34 +01:00
Rémi Verschelde
affa84862a
Merge pull request #115347 from mooflu/err-113332
Scene tree dock: Don't log error if there is no selection upon handling item_icon_double_clicked signal
2026-02-02 10:10:30 +01:00
Rémi Verschelde
63c78e684b
Merge pull request #114165 from KoBeWi/static
Use actual class names in resource type hints
2026-02-02 10:10:24 +01:00
Rémi Verschelde
0f173ca657
Merge pull request #112850 from Repiteo/scons/compile-db-revamp
SCons: Isolate `compile_db` generation
2026-02-02 10:10:15 +01:00
Pāvels Nadtočajevs
9cfe909108
[macOS] Set apple menu node name to non empty value. 2026-02-01 21:08:53 +02:00
David Snopek
ec404a91d3 Android: Fail instrumented tests when test function doesn't complete 2026-02-01 10:42:17 -06:00
Anish Kumar
ddffef6fb1 Fix file access tests failing on older Android devices 2026-02-01 21:47:16 +05:30
Jakub Marcowski
7ac0eef828
libpng: Update to 1.6.54 2026-02-01 15:22:15 +01:00
Quadrimus
96c09dccfa Fix string_to_*_chars documentation
Co-authored-by: David Snopek <dsnopek@gmail.com>
2026-02-01 14:50:55 +01:00
brandonhare
155b0f4dca Fixed 'Show In File Manager' launching apps 2026-02-01 18:55:18 +11:00
Robert Yevdokimov
0b7aa22c45 Fix mark_scene_as_unsaved() not working with "Reload Saved Screen 2026-01-31 23:20:56 -05:00
Rémi Verschelde
98782b6c8c
Merge pull request #115687 from warren/fix-keycap-emojis
[TextServer] Fix numeric keycap emoji sequence rendering
2026-01-31 22:56:49 +01:00
Rémi Verschelde
973e4d1576
Merge pull request #115672 from HolonProduction/lsp/kate2
LSP: Handle clients that do not support `CompletionContext`
2026-01-31 22:51:03 +01:00
Rémi Verschelde
6a3158be48
Merge pull request #115671 from HolonProduction/lsp/kate
LSP: Add `godot` to known language ids
2026-01-31 22:50:59 +01:00
Thaddeus Crews
b03f7d108e
SCons: Isolate compile_db generation
• Enable generating just the compilation file via `compiledb_gen_only`
2026-01-31 15:50:56 -06:00
Rémi Verschelde
d7e6f5e05f
Merge pull request #115644 from AThousandShips/fix_no_3d_again_again
[Buildsystem] Fix non-3D builds
2026-01-31 22:50:55 +01:00
Rémi Verschelde
429750f60b
Merge pull request #115093 from Ivorforce/hashmap-explicit-copy
Change copy constructors of `HashMap` and `AHashMap` from implicit to explicit
2026-01-31 22:50:51 +01:00
Rémi Verschelde
2db61bc397
Merge pull request #114732 from AR-DEV-1/auto-exposure-notification-update
Update the notification for Auto-exposure
2026-01-31 22:50:45 +01:00
Rémi Verschelde
0dec4ab393
Merge pull request #114519 from mxtherfxcker/fix/CamFocusTriggeredByDoubleClickingTreeButtons
Fix camera focus triggered by double-clicking Tree buttons
2026-01-31 22:50:39 +01:00
Rémi Verschelde
4b092831ba
Merge pull request #114185 from voylin/language_server_column_support
Add columns to Language Server for external editors
2026-01-31 22:50:32 +01:00
Rémi Verschelde
c9eb8499ca
Merge pull request #113096 from stillmant/enable-headlocking-and-individual-eye-rendering-for-composition-layers
Expose eye visibility controls for composition layers and set XrSpace based on parent type
2026-01-31 22:50:27 +01:00
Rémi Verschelde
a6efb02ebd
Merge pull request #112998 from thearchcoder/fix/hide-popup-on-wheel
Hide TreeItem edit popup on scroll.
2026-01-31 22:50:19 +01:00
Rémi Verschelde
6bb64f9ea6
Merge pull request #112368 from kitbdev/text-editors-one-menu
Use only one edit menu for TextEditors
2026-01-31 22:50:12 +01:00
TheArchCoder
cb78af7bc7
Hide TreeItem edit popup on scroll. 2026-01-31 22:34:33 +01:00
scrawach
f45bf82ae7 Fix null values for local const in debugger 2026-01-31 23:19:26 +03:00
Anish Kumar
5928e260d4 Android: Fix plugin type mismatch regression 2026-02-01 00:58:20 +05:30