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 |
|
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 |
|
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 |
|
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 |
|
Pāvels Nadtočajevs
|
cbd1e1cfe9
|
Partially revert 107110, process all lines in VC_CHARS_BEFORE_SHAPING mode to return correct line count.
|
2025-06-10 20:44:28 +03:00 |
|
Julian
|
b6a3054323
|
Return the length of the playing stream for AudioStreamRandomizer
|
2025-06-10 13:33:49 -04:00 |
|
ProgrammerOnCoffee
|
11af23a7a7
|
Enforce GDScript and C# dictionary spacing style guidelines in code samples
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
|
2025-06-10 13:32:57 -04:00 |
|
Aaron Franke
|
a56b3a93d3
|
Implement naming version system for FBX and Blend importers like glTF
|
2025-06-10 09:42:54 -07:00 |
|
Aaron Franke
|
a3daba29dd
|
Allow attaching scripts to nodes in the Advanced Import Settings dialog
|
2025-06-10 09:35:24 -07:00 |
|
Rémi Verschelde
|
db57f282fa
|
Merge pull request #107365 from bruvzg/rem_print
Remove TTS debug print.
|
2025-06-10 17:56:32 +02:00 |
|
Rémi Verschelde
|
a1ef1130ad
|
Merge pull request #107364 from DarioSamo/adreno-fix-interpolators
Upgrade normal interpolators to FP32 to fix Adreno.
|
2025-06-10 17:56:29 +02:00 |
|
Rémi Verschelde
|
cd1ac92222
|
Merge pull request #107359 from dsnopek/mobile-shader-crash-too-many-parens
Vulkan Mobile: Fix crash from shader compilation with `USE_RADIANCE_CUBEMAP_ARRAY`
|
2025-06-10 17:56:25 +02:00 |
|
Rémi Verschelde
|
199d41b967
|
Merge pull request #107310 from timothyqiu/terminal-args
Fix not being able to open directory in certain terminals
|
2025-06-10 17:56:22 +02:00 |
|
Rémi Verschelde
|
2e216b50b5
|
Merge pull request #106552 from nikitalita/bytecode-version-bump
Bump script bytecode version after token enum change
|
2025-06-10 17:56:18 +02:00 |
|
Rémi Verschelde
|
f0d11e4b88
|
Merge pull request #104210 from smix8/navmesh_multiedit
Add bake state info and MultiNodeEdit support for NavigationRegion3D
|
2025-06-10 17:56:08 +02:00 |
|
Pāvels Nadtočajevs
|
66fec3c3d7
|
Remove TTS debug print.
|
2025-06-10 18:27:27 +03:00 |
|
Dario
|
e53b67df03
|
Upgrade normal interpolators to FP32 to fix Adreno.
|
2025-06-10 12:26:58 -03:00 |
|
smix8
|
7ae2c0af9d
|
Add MultiNodeEdit support for NavigationRegion3D
Adds MultiNodeEdit support for NavigationRegion3D.
|
2025-06-10 16:59:29 +02:00 |
|
Rémi Verschelde
|
cc9761c3f0
|
Merge pull request #107188 from berarma/moviewriter-add-theora
Add Ogg Theora support to MovieWriter
|
2025-06-10 16:22:57 +02:00 |
|
Rémi Verschelde
|
74f5b863bc
|
Merge pull request #106670 from smix8/ref_iterations
Change navigation region and link updates to an async process
|
2025-06-10 16:22:53 +02:00 |
|
Rémi Verschelde
|
ef089f2a27
|
Merge pull request #106575 from MisakaRinOwO/AnimationBlendTree-Test
New test for animation blend tree
|
2025-06-10 16:22:49 +02:00 |
|
Rémi Verschelde
|
8f716f2be7
|
Merge pull request #104391 from jaydensipe/minor-doc-update
Minor doc update for `low_processor_mode_sleep_usec` editor settings
|
2025-06-10 16:22:46 +02:00 |
|
Rémi Verschelde
|
7491fc8533
|
Merge pull request #104073 from dugramen/scale-anchor-handles
Apply gizmo scale to EditorControlAnchor
|
2025-06-10 16:22:40 +02:00 |
|
Rémi Verschelde
|
d1f2a35d76
|
Merge pull request #104015 from bruvzg/poly_center
[Polygon2DEditor] Add tool to automatically move center of gravity to origin.
|
2025-06-10 16:22:35 +02:00 |
|
Rémi Verschelde
|
7b9e7b9162
|
Merge pull request #98929 from dsnopek/editor-syntax-highlighter-create
Expose the `EditorScriptHighlighter::_create()` method to GDExtension
|
2025-06-10 16:22:22 +02:00 |
|
David Snopek
|
951ca21f02
|
Vulkan Mobile: Fix crash from shader compilation with USE_RADIANCE_CUBEMAP_ARRAY
|
2025-06-10 09:19:32 -05:00 |
|