Commit Graph

78005 Commits

Author SHA1 Message Date
0fce9b0439 Merge pull request #111684 from ultsi/fix-lsp-non-existing-values-dict-access
LSP: Use safe methods to get data from dictionaries
2025-10-21 10:27:03 -05:00
e6eb49834d Merge pull request #111296 from syntaxerror247/speed-control
Android Editor: Add game speed control options in game menu bar
2025-10-21 10:27:02 -05:00
8f7cb0712a Merge pull request #109475 from nikitalita/preserve-gltf-names
Preserve mesh, material, and texture names in GLTF export
2025-10-21 10:27:00 -05:00
563036185f Merge pull request #108320 from aaronfranke/gltf-buf-accessor-dict
GLTF: Move accessor and buffer view Dictionary conversion into those classes
2025-10-21 10:26:59 -05:00
003c7244b9 Merge pull request #111648 from kitbdev/fix-indented-line-wrap-nobreaks
Fix indented line wrap with no spaces
2025-10-21 10:26:58 -05:00
9cd88c14cb Merge pull request #111773 from DeeJayLSP/main-font-calt-ot-features
Editor: Add OpenType feature settings to Main Font
2025-10-21 10:26:57 -05:00
45021fd48a Merge pull request #111378 from TokageItLab/loc-sp
Change Vector to LocalVector in SpringBoneSimulator3D
2025-10-21 10:26:56 -05:00
a58968d94e Merge pull request #110989 from xuhuisheng/dev/snap
Fix snap Polygon2D editor
2025-10-21 10:26:55 -05:00
16503a10d4 Merge pull request #111744 from bruvzg/te_roff
[TextEdit] Make `wrap_right_offset` adjustable theme constant.
2025-10-21 10:26:53 -05:00
6dd5266a0e Removes the need to have a display name for built-in action overrides 2025-10-21 16:45:18 +02:00
44451e6988 Fix incorrect failure code in screen_get_framebuffer_format
RenderingDevice::screen_get_framebuffer_format should return a value of
type RenderingDevice::FramebufferFormatID which is an alias of int64_t
but it returns Error::FAILED with a value of 1. The compiler does not
complain because both types are integers but 1 corresponds to a valid
FramebufferFormatID, meaning a certain failure condition is missed.

This commit changes it to the correct value, INVALID_ID.
2025-10-21 15:26:26 +02:00
kit
8abdedd477 Fix IME input in multiple Windows at once 2025-10-20 20:25:59 -04:00
kit
afaf834bb3 Fix NOTIFICATION_OS_IME_UPDATE docs on platforms 2025-10-20 19:37:17 -04:00
f50d7fa1e8 Merge pull request #110709 from DeeJayLSP/dict-reserve
Add `reserve()` to `Dictionary`, apply to constructors on GDScript VM
2025-10-20 18:09:58 -05:00
464ddd4ea7 Merge pull request #109043 from GabCoolDude/resource-signal-viewer
View resource signals in the Connections Dock
2025-10-20 18:09:56 -05:00
06c0985fee Merge pull request #105450 from raulsntos/MissingNode/default_properties
Make `MissingNode`/`MissingResource` non-virtual and hide from dialogs
2025-10-20 18:09:55 -05:00
076445b804 Merge pull request #111459 from paul-marechal/mesh_data_tool_tangent_doc
Add note for some usages of Plane in APIs
2025-10-20 18:09:53 -05:00
bb63baadd1 Merge pull request #111329 from clayjohn/GLES-disable-PVR-shader-cache
Add all PowerVR devices to the transform feedback shader cache ban list
2025-10-20 18:09:52 -05:00
9cefa0d283 Merge pull request #111841 from blueskythlikesclouds/mipmap-normalize-fix
Round values after renormalization when generating mipmaps.
2025-10-20 18:09:51 -05:00
505c732c30 Merge pull request #109534 from vaner-org/reconnect-statemachine-transitions
Allow reconnecting AnimationNodeStateMachine transitions
2025-10-20 18:09:49 -05:00
d7943ae06e Merge pull request #111190 from SantiagoDaza3/Open-Source-Contribution
Fix 'LineEdit' Unicode code-point/control character insertion failing to emit text_changed
2025-10-20 18:09:48 -05:00
414a4977d8 Merge pull request #108489 from raulsntos/dotnet/fix-bindgen-errors
[.NET] Fix various errors in bindings generator
2025-10-20 18:09:47 -05:00
c74e872074 Merge pull request #111817 from charjr/fix-array-remove-at
Correct Array `remove_at()` class reference
2025-10-20 18:09:45 -05:00
3f4c15283e Merge pull request #108487 from raulsntos/dotnet/remove-efs-update
[.NET] Remove EFS update on reloading assemblies
2025-10-20 18:09:44 -05:00
07b3cc71ac Merge pull request #111810 from timothyqiu/ts-null-data
Fix crash when operating on newly created font RIDs
2025-10-20 18:09:42 -05:00
97cf6b51c9 Merge pull request #111799 from stuartcarnie/update_xcode_version
Build: Update to Xcode 26.0.1 for Apple builds
2025-10-20 18:09:41 -05:00
63fa4fc2ba Merge pull request #110131 from vaner-org/animationtree-better-deselection
Improve deselection in AnimationTree editors and inspector
2025-10-20 18:09:40 -05:00
4e03f41779 Merge pull request #111156 from WhalesState/insp-groups
Group `virtual keyboard` and `word separators` properties in the inspector.
2025-10-20 18:09:39 -05:00
4eed0841b5 Merge pull request #111795 from bruvzg/x11_kbd_no_lbl
[X11] Fix `keyboard_get_label_from_physical` errors when used on key without label.
2025-10-20 18:09:37 -05:00
d64a86a35f Merge pull request #111661 from Repiteo/core/typed-container-migration-v2
Core: Consolidate typed container logic with `type_info.h`
2025-10-20 18:09:36 -05:00
e97acf79b2 Merge pull request #111017 from jasonweiler/NewNodeDialogSplitter
Editor: Add splitter to "Create New Node" dialog
2025-10-20 18:09:35 -05:00
81eb689650 Merge pull request #111782 from Kaleb-Reid/update-swapchain-count-note
Update note for rendering/rendering_device/vsync/swapchain_image_count
2025-10-20 18:09:34 -05:00
d6c5c4eeb5 Merge pull request #107671 from dsnopek/editor-run-control
Allow editor plugins to modify run arguments
2025-10-20 18:09:32 -05:00
cdcb2fc389 View resource signals in the Connections Dock 2025-10-20 23:24:32 +02:00
60eb6c39c2 TileSetAtlasSource: Fix and/an docstring typo 2025-10-20 19:47:41 +01:00
877468ab35 Adding a vertical splitter to the create node dialog so the descriptions are easier to read
Adding a vertical splitter to the create node dialog so the descriptions are easier to read

clang-format conformity
2025-10-20 11:55:47 -04:00
cd0c9d5f50 Editor: Add OpenType feature settings to Main Font 2025-10-20 10:00:23 -03:00
4523514123 Fix 'exclusive' child window 2025-10-20 14:55:32 +02:00
3d4f248fda Round values after renormalization when generating mipmaps. 2025-10-20 13:36:41 +03:00
4501f0f0fe Android Editor: Add game speed control options in game menu bar 2025-10-20 10:23:03 +05:30
7bde47e433 Use GL_FRAMEBUFFER instead of GL_DRAW_FRAMEBUFFER when doing final blit to the screen framebuffer to work around OBS bug 2025-10-19 19:25:28 -07:00
7e3dcf3ac0 Correct Array remove_at class reference
`remove_at` can take negative positions as relative to the end of the array.
The note is no longer needed and contradictory to the first paragraph.
2025-10-19 11:54:58 +01:00
01b9208850 LineEdit: now correctly emits text_changed on Unicode code-point and control character insertion. 2025-10-19 01:02:26 -04:00
7af7ac6785 Fix crash when operating on newly created font RIDs 2025-10-19 10:46:28 +08:00
580c16fae7 Update note for rendering/rendering_device/vsync/swapchain_image_count 2025-10-18 15:35:36 -07:00
f6a6aad6eb Better deselection handling in AnimationTree editors 2025-10-19 02:38:59 +05:30
51a54636c1 Allow reconnecting AnimationNodeStateMachine transitions 2025-10-19 02:38:50 +05:30
fe6763c723 Build: Update to Xcode 26.0.1 for Apple builds 2025-10-19 06:08:43 +11:00
e31830db52 [TextEdit] Make wrap_right_offset adjustable theme constant. 2025-10-18 21:35:02 +03:00
b20466d12f Add all PowerVR devices to the ban list for disabling the transform feedback shader cache 2025-10-18 10:28:25 -07:00