Commit Graph

80742 Commits

Author SHA1 Message Date
Marwen Azouzi 5cba0b22e9 Fix LineEdit's caret desyncing issue when toggling secret mode 2025-06-05 10:01:11 +02:00
Haoyu Qiu c323df2d8a Fix crash when inspecting Variant export variable 2025-06-05 14:51:34 +08:00
Haoyu Qiu fbca6f0f6f Improve EditorInspectorCategory
- Simplified the implementation and removed the hacks.
- Adapted the control to locale & theme changes.
- Made the context menu lazy-created.
2025-06-05 09:37:19 +08:00
Silc Lizard (Tokage) Renew 678fb63451 Fix ambiguous AnimationNode's parameter type in default value
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2025-06-05 10:02:22 +09:00
Silc Lizard (Tokage) Renew 4f1d1fefa3 Refactore BoneAttachment property registration 2025-06-05 09:42:31 +09:00
Silc Lizard (Tokage) Renew 9cef0d5ca5 Add optional rot axis / Fix initial pose with rot axis in SpringBone 2025-06-05 09:38:06 +09:00
Jakub Marcowski d21007cf9a Move unicode_ranges out of dynamic_font_import_settings.cpp into its own file 2025-06-04 23:16:06 +02:00
Kaleb Reid bac9427325 Fix sky energy in fog sun scatter + colour space discrepancy in compatibility 2025-06-04 13:59:53 -07:00
Thaddeus Crews 978b38797b Merge pull request #107103 from timothyqiu/handle-handling
Fix WorldBoundaryShape2D handle when distance is negative
2025-06-04 10:34:39 -05:00
Thaddeus Crews 34c6da4413 Merge pull request #107102 from lodetrick/debugger-margin
Fix Debugger Dock bottom margin
2025-06-04 10:34:38 -05:00
Thaddeus Crews 0d88e17143 Merge pull request #105629 from aaronp64/list_sort
Reuse and optimize sorting logic for `List`, `SelfList`, and `HashMap`
2025-06-04 10:34:37 -05:00
Thaddeus Crews 5439b0dc38 Merge pull request #105692 from adamscott/prepare-for-new-emscripten
[Web] Add required exported functions and runtime methods for emscripten
2025-06-04 10:34:36 -05:00
Thaddeus Crews fa2533ba5a Merge pull request #107026 from Chubercik/clipper2-1.5.3
clipper2: Update to 1.5.3
2025-06-04 10:34:35 -05:00
Thaddeus Crews 56b492d154 Merge pull request #107055 from roughbits01/line-edit-drag-selection
Fix LineEdit continues to force showing the caret after drag is aborted
2025-06-04 10:34:34 -05:00
Thaddeus Crews 82a93254db Merge pull request #106831 from YeldhamDev/lets_put_that_scrollbar_on_a_diet
Reorganize scroll and zoom elements in the audio import dialog
2025-06-04 10:34:33 -05:00
Thaddeus Crews 1abf6e0ff9 Merge pull request #106863 from beicause/soft-body-3d-fti
SoftBody3D: Support physics Interpolation
2025-06-04 10:34:32 -05:00
Thaddeus Crews 6c16d3a61f Merge pull request #106286 from BrotherShort/FileSystemTree-rename-offset
Fix FileSystemTree rename TextEdit is offset
2025-06-04 10:34:31 -05:00
Thaddeus Crews 08e341d0d6 Merge pull request #107051 from hayahane/import_editor_icon_respect_saturation
Make svg files respect `interface/theme/icon_saturation` setting when imported for editor use
2025-06-04 10:34:30 -05:00
Thaddeus Crews bf6bec9ac5 Merge pull request #106911 from Yobbolita/patch-1
Improve the `PhysicsShapeQueryParameters3D`'s description
2025-06-04 10:34:29 -05:00
Thaddeus Crews 2a74c5e521 Merge pull request #106729 from roughbits01/line-edit-vk-keep_editing_on_text_submit
Keep virtual keyboard visible when `keep_editing_on_text_submit` is enabled
2025-06-04 10:34:29 -05:00
Thaddeus Crews 1adc080e07 Merge pull request #107111 from bruvzg/bmp_imp_list
[Image font import] Allow comma separated lists as a character range.
2025-06-04 10:34:27 -05:00
Thaddeus Crews 850ab1286a Merge pull request #107046 from Faless/debugger/dont_hide_my_handlers
Editor: Explicit SceneDebugger `parse_message` handlers
2025-06-04 10:34:27 -05:00
Thaddeus Crews 46437d3c9f Merge pull request #82083 from ronyeh/typo
Remove unnecessary spaces.
2025-06-04 10:34:26 -05:00
Thaddeus Crews 5a89010752 Merge pull request #106946 from KoBeWi/support_for_all_scripts
Improve auto-translation of Script Editor
2025-06-04 10:34:24 -05:00
Thaddeus Crews cc4bbf78fb Merge pull request #105345 from Zylann/gdextension_print_version
Print Godot version when an extension is found to be incompatible
2025-06-04 10:34:24 -05:00
Youngmin Koo fd4d5cc77f iOS: Prevent startup crash with Input singleton null check 2025-06-05 00:34:04 +09:00
Malcolm Anderson 24a1d2d11c Provide a description of fuzzy search
Update editor/gui/editor_quick_open_dialog.cpp

Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2025-06-04 08:18:52 -07:00
aaronp64 6b2674fe18 Reuse and optimize sorting logic for List, SelfList, and HashMap
Added SortList class, and updated List, SelfList, and HashMap sort methods to use it.  Sorting is done with merge sort, with an initial check to optimize for already sorted lists, and sorted lists that were appended to.
2025-06-04 10:18:22 -04:00
Adam Scott 64b0d5c1c2 [Web] Add required exported functions and runtime methods for emscripten 2025-06-04 09:53:05 -04:00
KaiN 19a94159a2 Fix async resource loading progress on empty p_original_path 2025-06-04 15:24:39 +02:00
kobewi c32a031908 Improve auto-translation of Script Editor 2025-06-04 14:41:15 +02:00
Pāvels Nadtočajevs 98f377d9d0 Use system timer/wait functions for frame delay when screen reader is active. 2025-06-04 13:44:02 +03:00
Pāvels Nadtočajevs d5ce7ac86a [Image font import] Allow comma separated lists as a character range. 2025-06-04 13:21:00 +03:00
Pāvels Nadtočajevs f4f26e6edc Unify get_[_visible]paragraph/line_count behavior. 2025-06-04 09:39:01 +03:00
Aaron Franke c58483ad0b Document that memdelete() is the GDExtension C++ version of free() 2025-06-03 23:37:41 -07:00
Haoyu Qiu 73002a6c2c Fix WorldBoundaryShape2D handle when distance is negative 2025-06-04 08:43:35 +08:00
Haoyu Qiu 1e82bafa3a Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
Logan Detrick 775fba20cd Fix Debugger bottom margin 2025-06-03 15:50:35 -07:00
Marwen Azouzi 3e1e686d31 Fix LineEdit forcing caret to show after aborted selection drag 2025-06-04 00:24:45 +02:00
Jakub Marcowski 256fa39e51 clipper2: Update to 1.5.3 2025-06-04 00:05:20 +02:00
Nessa Teal cf59d74b15 Expose Camera2D current rotation 2025-06-04 00:22:18 +03:00
Thaddeus Crews 1b37dacc18 Merge pull request #106622 from beicause/rm-unnecessary-validate-property-call
Remove unnecessary calling `_validate_property()` in the core from all extended classes
2025-06-03 15:30:28 -05:00
Thaddeus Crews bdc8ef3325 Merge pull request #81266 from bruvzg/mac_shell_env
[macOS] Add support for loading shell environment from UI apps.
2025-06-03 15:30:27 -05:00
Thaddeus Crews af32c5234b Merge pull request #101219 from L2750558108/add-video-speed-virtual
Add speed scale feature for VideoStreamPlayer node
2025-06-03 15:30:26 -05:00
Thaddeus Crews 092dc74e3b Merge pull request #107088 from ProgrammerOnCoffee/make-shortcut-timer-internal
Make `BaseButton`s' shortcut feedback timers internal
2025-06-03 15:30:25 -05:00
Thaddeus Crews 3fbebdf4da Merge pull request #107087 from shiena/fix/update-camera-server-document
Update CameraServer document for Android
2025-06-03 15:30:25 -05:00
Thaddeus Crews 344b8ce1f1 Merge pull request #106190 from aaronfranke/compression64
Support 64-bit sizes in Compression
2025-06-03 15:30:24 -05:00
Thaddeus Crews e24d536b9f Merge pull request #95564 from Arnklit/default-bezier-keys
Add option to auto tangent new bezier points in animation editor
2025-06-03 15:30:23 -05:00
Thaddeus Crews 9fee8ed7c9 Merge pull request #107084 from passivestar/filter-track-size
Fix animation track filter size bug
2025-06-03 15:30:22 -05:00
Thaddeus Crews 20928f66e9 Merge pull request #107082 from KoBeWi/this_setting_does_not_exist
Clarify existence of custom project settings
2025-06-03 15:30:21 -05:00