1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
Rémi Verschelde 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
Rémi Verschelde d26146e826
Merge pull request #107394 from bruvzg/char_before_pref
Improve performance of `visible_characters`updates in `VC_CHARS_BEFORE_SHAPING` mode.
2025-06-12 01:15:50 +02:00
Rémi Verschelde b54197a899
Merge pull request #107323 from Jordyfel/fs-dock-thumbnail-size-fix
Filesystem dock: Fix thumbnail size not updating instantly after changing editor setting
2025-06-12 01:15:46 +02:00
Rémi Verschelde 0fe406c73b
Merge pull request #106679 from KoBeWi/disable_files_in_file_dialog
Allow customizing FileDialog's features
2025-06-12 01:15:42 +02:00
Rémi Verschelde 986cc40c42
Merge pull request #103907 from beicause/slider-draw-tick-center
Slider: Add bottom and top ticks and tick offset
2025-06-12 01:15:39 +02:00
Rémi Verschelde 0497ae9947
Merge pull request #80710 from apples/7174-apples-stencil
Add stencil support to spatial materials
2025-06-12 01:15:35 +02:00
Rémi Verschelde 2ee5d28d9d
Merge pull request #77164 from dalexeev/gds-re-add-ord
GDScript: Re-add `ord()` function
2025-06-12 01:15:29 +02:00
Rémi Verschelde ed98e2850b
Merge pull request #74393 from dalexeev/gds-highlight-members
GDScript: Highlight script members like native ones
2025-06-12 01:15:26 +02:00
Rémi Verschelde 33be03587b
Merge pull request #107426 from kitbdev/fix-error-line-oob
Fix ScriptEditor error line out of bounds
2025-06-12 01:15:23 +02:00
Rémi Verschelde 36ab56a0a1
Merge pull request #107424 from Ivorforce/gdscript-editor-crash
Fix a crash when the first line of GDScript code is indented.
2025-06-12 01:15:19 +02:00
Rémi Verschelde d35b9e9310
Merge pull request #107419 from DarioSamo/adreno-fix-interpolators-round-2
Change all interpolators to FP32 in mobile renderer.
2025-06-12 01:15:13 +02:00
kit 348d90e6cb Fix ScriptEditor error line out of bounds 2025-06-11 17:22:13 -04:00
Lukas Tenbrink dcb7b21522 Fix a crash when the first line of GDScript code is indented.
Co-authored-by: dalexeev <dalexeev12@yandex.ru>
2025-06-11 23:07:42 +02:00
Dario 8804c88443 Change all interpolators to FP32 in mobile renderer. 2025-06-11 15:36:22 -03:00
kobewi 4b1d5b55c7 Allow customizing FileDialog's features 2025-06-11 20:12:15 +02:00
Danil Alexeev f864d0ce11
GDScript: Re-add `ord()` function 2025-06-11 21:01:13 +03:00
Danil Alexeev e2d4469dc2
GDScript: Add missing type conversions in `for range` 2025-06-11 20:45:47 +03:00
Lukas Tenbrink 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
Marwen Azouzi 76d782d291
Fix IME window position not taking into account window transform 2025-06-11 17:43:21 +02:00
Apples d674c9e289 Add stencil support for spatial materials 2025-06-11 09:59:10 -05:00
Lukas Tenbrink e2931a5c19 Make conversions from `NodePath` to `String` explicit. 2025-06-11 16:50:27 +02:00
Danil Alexeev d700ad7feb
GDScript: Highlight script members like native ones 2025-06-11 15:55:00 +02:00
Lukas Tenbrink 1498eb327f Make `IPAddress` to `String` conversion explicit. 2025-06-11 15:44:16 +02:00
LuoZhihao 2a1d2afaca Vulkan Mobile: Fix reading builtins in `light()` of spatial shader 2025-06-11 21:32:59 +08:00
Rémi Verschelde 51b0379e55
Merge pull request #107397 from daniel080400/fix_lost_focus_crash
Fix crash when `save_on_focus_loss` is enabled
2025-06-11 12:10:16 +02:00
Rémi Verschelde 042ad3a62f
Merge pull request #107038 from bruvzg/emb_scr
Add support for taking embedded window screenshots.
2025-06-11 12:10:12 +02:00
Rémi Verschelde 8aac4a157f
Merge pull request #106742 from bruvzg/about_to_popup
Call `PopupMenu`  min. size calculations after `about_to_popup` signal processing.
2025-06-11 12:10:05 +02:00
Pāvels Nadtočajevs 12d957e737
Call `PopupMenu` min. size calculations after `about_to_popup` signal processing. 2025-06-11 12:23:29 +03:00
Rémi Verschelde 9282ed35cb
Merge pull request #107389 from m4gr3d/fix_game_menu_editor_shortcut_on_android
Fix the editor shortcuts for the game menu on Android
2025-06-11 11:20:28 +02:00
Rémi Verschelde 609c5cac63
Merge pull request #107386 from BastiaanOlij/openxr_1.1.49
OpenXR: Update to 1.1.49
2025-06-11 11:20:25 +02:00
Rémi Verschelde c455d81c4c
Merge pull request #107352 from aaronfranke/blend-fbx-naming-version
Implement naming version system for FBX and Blend importers like glTF
2025-06-11 11:20:21 +02:00
Rémi Verschelde 875a0979f3
Merge pull request #107344 from timothyqiu/can-auto-translate
Expose `Node.can_auto_translate()`
2025-06-11 11:20:18 +02:00
Rémi Verschelde 3dd03fb33f
Merge pull request #105952 from JulianHeuser/AudioStreamRandomizer_return_length
Return the length of the playing stream for AudioStreamRandomizer
2025-06-11 11:20:14 +02:00
Rémi Verschelde c80bb1b537
Merge pull request #104025 from huwpascoe/named_placeholder
Add named placeholder to blender import options
2025-06-11 11:20:08 +02:00
Rémi Verschelde 033e55f4b1
Merge pull request #103418 from aaronfranke/adv-imp-attach-script
Allow attaching scripts to nodes in the Advanced Import Settings dialog
2025-06-11 11:19:59 +02:00
daniel080400 aae51963ef Fix crash when save_on_focus_loss is enabled 2025-06-11 16:54:12 +08:00
Pāvels Nadtočajevs c11c44961b
Improve performance of `visible_characters`updates in `VC_CHARS_BEFORE_SHAPING` mode. 2025-06-11 10:59:06 +03:00
Fredia Huya-Kouadio f4a2e9b21e Fix the editor shortcuts for the game menu on Android 2025-06-10 22:34:56 -07:00
Haoyu Qiu 4e20e33e21 Expose `Node.can_auto_translate()` 2025-06-11 11:26:43 +08:00
Bastiaan Olij a26e55999d OpenXR: Update to 1.1.49 2025-06-11 11:11:41 +10:00
Thaddeus Crews 1bbfe637c6
Merge pull request #107357 from ProgrammerOnCoffee/fix-dictionary-style
Enforce GDScript and C# dictionary spacing style guidelines in code samples
2025-06-10 19:22:43 -05:00
Thaddeus Crews fda6faeebf
Merge pull request #107356 from ArchercatNEO/wayland-protocols-scsub
Wayland: Simplify including protocols
2025-06-10 19:22:42 -05:00
Thaddeus Crews 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
Thaddeus Crews 067721b11a
Merge pull request #107378 from dsnopek/revert-hide-remote-debug-on-android-editor
Unhide `one-click deploy` button on Android and XR editor.
2025-06-10 19:22:40 -05:00
Thaddeus Crews b7b0459624
Merge pull request #107373 from bruvzg/rtl_line_count
Partially revert 107110, process all lines in `VC_CHARS_BEFORE_SHAPING` mode to return correct line count.
2025-06-10 19:22:39 -05:00
Hugo Locurcio 437e2ee80a Add a LightmapProbe gizmo size editor setting
- Decrease default size of LightmapProbe gizmos to make smaller-scale
  scenes with dense probes easier to edit.
2025-06-11 01:04:01 +02:00
smix8 2458370de4 Change 2D navigation region and link updates to an async process
Changes 2D navigation region and link updates to an async process.
2025-06-11 00:51:02 +02:00
Lukas Tenbrink 29f75ad5fa Remove unused `StringName::search`. 2025-06-11 00:16:51 +02:00
Lukas Tenbrink d2f9d31270 Make more types (`Callable`, `Signal`) conversion to `String` explicit. 2025-06-10 23:55:35 +02:00
David Snopek c2d3a05a87 Unhide `one-click deploy` button on Android and XR editor.
This reverts commit eb5f1c3484.
2025-06-10 15:54:28 -05:00