8de08c7c21
Merge pull request #107646 from stuartcarnie/string_append_utf8_bug
...
Core: Fix invalid resize after appending
2025-06-18 18:14:11 -05:00
3d94ba0f84
Merge pull request #107643 from stuartcarnie/remote_debug_fix
...
Core: Fix data race in remote debugger; handle errors
2025-06-18 18:14:10 -05:00
ac6252c9c8
Merge pull request #107486 from Ivorforce/rendering-no-alloc-api
...
Use raw buffer pointers in `RenderingDevice` allocation APIs to avoid intermediary arrays
2025-06-18 18:14:00 -05:00
6c9463dbd2
Merge pull request #107594 from dsnopek/gdextension-shutdown-order-fix
...
GDExtension: Always run shutdown callback before deinitializing any levels
2025-06-18 18:13:52 -05:00
d4fa7e15ed
Merge pull request #106919 from kitbdev/fix-codeedit-hover-word-lookup
...
Fix CodeEdit hover word lookup
2025-06-18 18:13:43 -05:00
2ebf8369f0
Core: Fix data race in remote debugger; handle errors
2025-06-19 06:25:56 +10:00
3b7e34556c
GDExtension: Always run shutdown callback before deinitializing any levels
2025-06-18 07:51:12 -05:00
2b36c79f7b
Use Span<uint8_t> in RenderingDevice allocation APIs to avoid intermediary arrays on calls.
2025-06-18 12:31:48 +02:00
1b7b44390a
Fix errors not being emitted when debugger breaks on script errors
2025-06-18 11:52:26 +02:00
4b3800582e
Core: Fix invalid resize after appending
2025-06-18 08:57:05 +10:00
296aba7dc5
Fix CSV translation not updating after reimport
2025-06-17 17:22:49 +08:00
a7ab249a2a
Make PROPERTY_HINT_GROUP_ENABLE hide properties by default
2025-06-16 20:03:49 +08:00
9e1e2fdbd5
Merge pull request #107550 from AdrienUfferte/fix-spelling
...
Fix spelling in comments
2025-06-16 01:52:48 +02:00
6f094856e7
Make get_id_path return empty when first point is disabled
2025-06-16 01:42:13 +02:00
af54b13603
Autocompletion: Add support for global enums
2025-06-15 19:41:13 +02:00
a11a64fbf4
Comments spelling fixes
2025-06-15 01:36:10 +02:00
ee84a5a100
Merge pull request #107482 from nikitalita/fix-pck-misalign
...
PCKPacker: Fix first file being written mis-aligned
2025-06-13 18:37:46 +02:00
60ba4ba6bf
Merge pull request #107471 from Calinou/input-map-fix-colorpicker-action-name
...
Fix action name for `ui_colorpicker_delete_preset` in built-in InputMap
2025-06-13 18:37:42 +02:00
d9cda33090
Merge pull request #107415 from adamscott/add-emscripten-version-to-log-header
...
[Web] Add Web-build specific stdout header
2025-06-13 18:37:37 +02:00
6e823b4b14
PCKPacker: Fix first file being written mis-aligned
2025-06-13 16:25:38 +02:00
7f925a104f
Merge pull request #107380 from Ivorforce/no-stringname-search
...
Core: Remove unused `StringName::search`.
2025-06-13 15:53:55 +02:00
97cef7dce8
Merge pull request #107349 from beicause/project-settings-fix-enum-hint
...
ProjectSettings: Fix missing property hint of setting overrides
2025-06-13 15:53:51 +02:00
dbc75f2424
Merge pull request #106720 from Calinou/resourceloader-tweak-error-messages
...
Improve error messages in ResourceLoader
2025-06-13 15:53:41 +02:00
b4477f3f49
Fix action name for ui_colorpicker_delete_preset in built-in InputMap
...
The old action name is a leftover from a now-reverted PR.
2025-06-13 02:24:34 +02:00
16d551a8dd
Improve error messages in ResourceLoader
...
- Remove part of the "Failed loading resource" message about opening
the project in the editor, as it's sometimes misleading.
- Fix `(expected type: )` appearing at the end of the
"No loader found for resource:" error message.
2025-06-13 02:00:59 +02:00
22702244f8
Merge pull request #105414 from KoBeWi/disable_uid_here
...
Add `@export_file_path` to export raw paths (no UID)
2025-06-13 01:30:24 +02:00
94d7a54fea
Merge pull request #107402 from mihe/lsp-uid-bug
...
Stop `FileAccess::fix_path` from emitting errors for invalid UIDs
2025-06-12 23:32:51 +02:00
6eb6e3e6e0
Merge pull request #107457 from akien-mga/improve-error-message-call-single-argument
...
Improve error messages for method calls expecting only 1 argument
2025-06-12 22:49:36 +02:00
e90fd0b3af
Merge pull request #107444 from Ivorforce/smoke-test-span
...
Add a smoke test for non-empty `nullptr` `Span`
2025-06-12 22:49:12 +02:00
ae484828bb
Merge pull request #107408 from Ivorforce/node-path-string-explicit
...
Make conversions from `NodePath` to `String` explicit.
2025-06-12 22:49:03 +02:00
1a64b6b5b6
Merge pull request #106913 from Ivorforce/string-resize-uninitialized
...
Rename `String::resize` to `resize_uninitialized`
2025-06-12 22:48:45 +02:00
f411c5b2f1
[Web] Add Web-build specific stdout header
2025-06-12 13:00:36 -04:00
d160d71796
Stop FileAccess::fix_path from emitting errors for invalid UIDs
2025-06-12 17:21:44 +02:00
805ad87340
Add PackedByteArray conversion to PackedVector2Array, PackedVector3Array, PackedVector4Array and PackedColorArray
2025-06-12 17:05:57 +02:00
d1083c9722
Improve error messages for method calls expecting only 1 argument
2025-06-12 17:02:59 +02:00
2d0ff9774d
Add a smoke test to Span in debug builds to recover from non-empty nullptr Span.
2025-06-12 12:19:21 +02:00
e9f5bd8e51
Merge pull request #107355 from beicause/fix-resource-script-property-save
...
Fix `script` property of custom resources inherited from scripts are not saved
2025-06-12 11:56:46 +02:00
d9cd011e2f
Merge pull request #107406 from Ivorforce/ip-to-string-explicit
...
Core: Remove implicit conversions from `IPAddress` to `String`, to avoid accidental conversions
2025-06-12 01:15:53 +02:00
f864d0ce11
GDScript: Re-add ord() function
2025-06-11 21:01:13 +03:00
b13a0e1834
Rename String::resize to resize_uninitialized, to better communicate to callers that new characters must be initialized.
2025-06-11 18:13:02 +02:00
e2931a5c19
Make conversions from NodePath to String explicit.
2025-06-11 16:50:27 +02:00
1498eb327f
Make IPAddress to String conversion explicit.
2025-06-11 15:44:16 +02:00
cb6c7c63de
Merge pull request #107379 from Ivorforce/callable-signal-explicit-string
...
Core: Remove implicit conversions from `Callable` and `Signal` to `String`, to avoid accidental conversions
2025-06-10 19:22:41 -05:00
29f75ad5fa
Remove unused StringName::search.
2025-06-11 00:16:51 +02:00
d2f9d31270
Make more types (Callable, Signal) conversion to String explicit.
2025-06-10 23:55:35 +02:00
784823ada1
Fix script property of custom resources inherited from scripts are not saved
2025-06-10 23:03:13 +08:00
877da269d8
Change navigation region and link updates to an async process
...
Changes navigation region and link updates to an async process.
2025-06-10 14:18:47 +02:00
b6668cf37c
Merge pull request #107309 from akien-mga/scons-encryption-key-info-message
...
SCons: Identify build clearly when using AES256 encryption key
2025-06-10 12:30:41 +02:00
e9775a0c57
Merge pull request #106030 from raulsntos/gdextension/main-loop-callbacks
...
[GDExtension] Add function to register main loop callbacks
2025-06-10 12:29:52 +02:00
40b251ba8e
Merge pull request #103899 from Ivorforce/idiomatic-template-vargs
...
Use idiomatic templating vargs in a few places to reduce code.
2025-06-10 12:29:40 +02:00