Commit Graph

80742 Commits

Author SHA1 Message Date
Thaddeus Crews 0892983225 Merge pull request #113013 from bruvzg/hid_hook
Fix EnumDevices stall using IAT hooks.
2025-11-24 10:21:44 -06:00
Thaddeus Crews 7772549c0f Merge pull request #110435 from MagnificentJake/patch-1
Improve docs for pitch and volume variation in AudioStreamRandomizer
2025-11-24 10:21:42 -06:00
Thaddeus Crews c171af7ffa Merge pull request #113112 from Repiteo/ci/d3d12-conditional
CI: Build Windows without D3D12 if install fails
2025-11-24 10:21:41 -06:00
Thaddeus Crews 6002abe017 Merge pull request #113099 from HolonProduction/salvage-lsp-bb
GDScript LSP: Rework and extend BBCode to markdown docstring conversion
2025-11-24 10:21:40 -06:00
Thaddeus Crews 1fc27cc1a9 Merge pull request #95817 from nongvantinh/implement-10493
Implement dynamic scaling of the LineEdit right icon based on control size and scale factor
2025-11-24 10:21:39 -06:00
Thaddeus Crews 761b78b7ec Merge pull request #112967 from Koyper/fix_popup_menu_error_spam_and_remove_native_signals
[PopupMenu] Fix error spam and skip submenu hidden signals on native menus
2025-11-24 10:21:38 -06:00
Thaddeus Crews 02335fa126 Merge pull request #107845 from dsnopek/gdextension-interface-json
GDExtension: Store source of `gdextension_interface.h` in JSON
2025-11-24 10:21:36 -06:00
Thaddeus Crews 9c753915d1 Merge pull request #113084 from BrotherShort/fix-tab-bar-offset
Fix tab bar offset
2025-11-24 10:21:35 -06:00
Thaddeus Crews 48887b3f2e Merge pull request #99640 from Repiteo/scons/future-annotations-minimal
SCons: Integrate `annotations` where relevant
2025-11-24 10:21:34 -06:00
Thaddeus Crews 55c93555e8 Merge pull request #112054 from vaner-org/oneshot-abort-on-interruption
Add "Abort on Reset" property to AnimationNodeOneShot
2025-11-24 10:21:33 -06:00
Thaddeus Crews 7477823ad5 Merge pull request #113068 from deralmas/writing-with-style
Wayland: Implement compose and dead key support
2025-11-24 10:21:31 -06:00
Thaddeus Crews 3f950a5bdf Merge pull request #113064 from aflorea-2k/fix-thread-warning
Fix a thread warning
2025-11-24 10:21:30 -06:00
Thaddeus Crews 56d766a2a7 Merge pull request #113061 from Ivorforce/profile-alloc-fixes
Only call `GodotProfileAlloc` when the allocation actually happened.
2025-11-24 10:21:29 -06:00
Thaddeus Crews 55e98063fe Merge pull request #113055 from TokageItLab/tbik-mutable-fix
Fix mutable bone axes process in TwoBoneIK3D
2025-11-24 10:21:28 -06:00
Thaddeus Crews a56260773b Merge pull request #107423 from TokageItLab/blend_with_rest
Add `interpolate_via_rest()` static func to Animation class
2025-11-24 10:21:26 -06:00
Thaddeus Crews 06f7cc9e02 Merge pull request #101787 from Break-Ben/signals-and-groups-docks
Separate Node editor dock
2025-11-24 10:21:24 -06:00
Thaddeus Crews d5d061e1c2 Merge pull request #108180 from Naros/use-script-dialog-for-script-resources
Use create script dialog for script-type resources
2025-11-24 10:21:23 -06:00
Thaddeus Crews 008f5165d4 Merge pull request #113044 from Yarwin/bugfix/fix-string-rfindn
Fix `String::rfindn` for strings with only one character.
2025-11-24 10:21:22 -06:00
Thaddeus Crews 2250b317a8 Merge pull request #113041 from ArchercatNEO/libdecor-conditional
Wayland: Fix compiling with `libdecor=no`
2025-11-24 10:21:21 -06:00
Thaddeus Crews 3d0f2889d8 Merge pull request #113034 from lodetrick/new-dock-tiles
Use new dock system for TileMap and TileSet
2025-11-24 10:21:20 -06:00
Thaddeus Crews 0a29b90296 CI: Build Windows without D3D12 if install fails 2025-11-24 09:37:32 -06:00
Skyth ec7de6b82b Fix all D3D12 object memory leaks. 2025-11-24 16:45:47 +03:00
Logan Detrick 62eeecd528 Fix extra NOTIFICATION_VISIBILITY_CHANGED notifications 2025-11-24 03:42:43 -08:00
Logan Detrick da8817a4e8 Use new dock system for TileMap and TileSet 2025-11-24 03:13:02 -08:00
Nathan Lovato cd2bd8f624 GDScript LSP: Rework and extend BBCode to markdown docstring conversion
The original implementation was minimal and produced docstrings with poor formatting and no line returns in code editors other than VSCode.

Co-authored-by: HolonProduction <holonproduction@gmail.com>
2025-11-24 11:39:58 +01:00
Chris Cranford 23b6f129c7 Use create script dialog for script-type resources 2025-11-24 04:43:18 -05:00
Pāvels Nadtočajevs d454e1a1e0 [FileAccess] Implement support for reading and writing extended file attributes/alternate data streams. 2025-11-24 11:18:25 +02:00
kobewi dce2518dc1 Ensure paths in autoload info 2025-11-23 23:09:14 +01:00
arkology ae2f69b6c0 Add "Undo Close" & "Close All" options for EditorSceneTabs out-of-tabs context menu 2025-11-24 00:02:02 +03:00
BrotherShort 1538b2b8e6 Fix tab bar offset 2025-11-24 03:35:45 +08:00
Thaddeus Crews ad02128137 SCons: Remove transitive includes in libc++ 2025-11-23 11:09:21 -06:00
风青山 81f727b6dd Fix the returned controls of EditorHelpBitTooltip::show_tooltip() were not freed in ScriptTextEditor
The returned control is an orphan node, which is to make the standard tooltip invisible.
2025-11-23 23:31:59 +08:00
Pāvels Nadtočajevs 8d10d8e7e6 Allow override.cfg to add autoloads to the front of the list. 2025-11-23 15:10:00 +02:00
kobewi 11e97cace5 Always enable Make Unique for previewed overrides 2025-11-23 12:35:21 +01:00
Silc Lizard (Tokage) Renew c4da6d0915 Fix mutable bone axes process in TwoBoneIK3D 2025-11-23 17:31:55 +09:00
Dery Almas 8ced63315a Wayland: Implement compose and dead key support 2025-11-22 23:30:23 +01:00
Florea Andrei 35a6ba5ff9 Fix a thread warning 2025-11-22 22:17:36 +01:00
Thaddeus Crews 11fc998368 SCons: Integrate annotations where relevant
• Expand Ruff linter to catch & upgrade legacy type-hint syntax
2025-11-22 13:22:31 -06:00
HolonProduction 4cc88e5175 LSP: Rework management of client owned files 2025-11-22 19:17:15 +01:00
mattia.zirpoli 8af1a134b4 OpenXR: Implement play_area_changed signal
This implements the missing logic for the 'play_area_changed' in OpenXRInterface.

It modifies the existing 'on_reference_space_change_pending' method by receiving the XrReferenceSpaceType enum from the event and selects the appropriate PlayAreaMode, it finally emits the 'play_area_changed' signal.
2025-11-22 18:28:26 +01:00
Michael Alexsander 16313db7a7 Fully hide preset settings when no preset is found in the export dialog 2025-11-22 14:20:39 -03:00
Malcolm Anderson 2251f2f0aa Add dedicated icon for Quick Load 2025-11-22 09:02:18 -08:00
Lukas Tenbrink 70b7b44e5c Only call GodotProfileAlloc when the allocation actually happened. 2025-11-22 17:40:54 +01:00
Yarvin 364e98afc5 Fix String::rfindn for strings with only one character.
----

Remove optimization – no need to introduce extra complexity for
negligible (if any) gains.
2025-11-22 16:52:55 +01:00
Michael Alexsander 7687a94883 Add extra panels to some areas of the editor 2025-11-22 10:57:50 -03:00
MagnificentJake 76f3155f0a Improve documentation of pitch and volume variation in AudioStreamRandomizer
Existing documentation did not adequately communicate how the random_pitch and random_volume_offset_db values affected volume and pitch. This change clarifies:
- That the variation is positive or negative.
- What the values actually mean, with examples.

Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>

Update code blocks to skip-lint to pass failed check
2025-11-22 13:28:33 +00:00
Nông Văn Tình 270407b20a Implement dynamic scaling of the LineEdit right icon based on control size and scale factor
The implementation allows the LineEdit node to scale the right icon to match the font size first. Then, when the `expand_icon` option is enabled, the icon will expand to the full height of the node. The scale of the icon can then be controlled using the scale factor.

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-11-22 18:32:33 +07:00
ArchercatNEO 4dd5c83f72 Wayland: compile with libdecor=no 2025-11-22 08:29:05 +00:00
Break ef9738005a Separate Node editor dock 2025-11-22 10:17:03 +08:00
Koyper 5b61baa60d Fix error spam and skip submenu hidden signals on native menus 2025-11-21 19:01:15 -06:00