1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
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
Thaddeus Crews 1b2adba320
Merge pull request #107081 from timothyqiu/debug-draw-copy-pasting
Fix copy-paste error in Viewport classref
2025-06-03 15:30:21 -05:00
Thaddeus Crews 153a06aefe
Merge pull request #107079 from bruvzg/svg_comp_glyph_fix
[SVG in OT] Fix rendering of some glyphs using "defs" with "#glyphXXXXX.X" id.
2025-06-03 15:30:20 -05:00
Thaddeus Crews 757cf4c8d5
Merge pull request #107069 from Calinou/doc-astar2d-link-tutorial
Link demo project in AStar2D and AStarGrid2D documentation
2025-06-03 15:30:19 -05:00
Thaddeus Crews e16e6a48f9
Merge pull request #107068 from Calinou/doc-heightmapshape3d-holes
Fix incorrect note about holes in HeightMapShape3D
2025-06-03 15:30:18 -05:00
Thaddeus Crews 003e9db27f
Merge pull request #107064 from sakubou/sprite-offset-note
Clarify `offset.y` behavior for Sprite2D vs Sprite3D
2025-06-03 15:30:17 -05:00
Thaddeus Crews 57bf364f36
Merge pull request #107058 from mihe/script-backtrace-deadlock
Fix various race conditions with capturing of script backtraces
2025-06-03 15:30:16 -05:00
Thaddeus Crews bd94fc7c19
Merge pull request #107049 from OzelotVanilla/fix-resourcesaver-saving-default-value
Fix `ResourceSaver` saving default value of `Resource`
2025-06-03 15:30:15 -05:00
Thaddeus Crews 51b17759a2
Merge pull request #103719 from YeldhamDev/build_detection_improvements
Make build profile project detection also set build options
2025-06-03 15:30:14 -05:00
Thaddeus Crews ba5e43aa54
Merge pull request #106659 from bruvzg/ac_kit_16
[AccessKit] Update API to 0.16.0.
2025-06-03 15:30:13 -05:00
Thaddeus Crews 86665e5e5b
Merge pull request #107015 from rburing/export_texture_format_error
Texture format error on export: Show project setting
2025-06-03 15:30:12 -05:00
Thaddeus Crews 2a9651d0df
Merge pull request #105863 from KoBeWi/thumbs_and_nails
Add thumbnail mode to FIleDialog
2025-06-03 15:30:11 -05:00
Hugo Locurcio fb9a5699a1
Fix incorrect note about holes in HeightMapShape3D 2025-06-03 19:10:07 +02:00
kobewi b0110788ba Clarify existence of custom project settings 2025-06-03 18:49:04 +02:00
Pāvels Nadtočajevs 3652614837
[RTL] Fix outline offset. 2025-06-03 19:35:18 +03:00
bruvzg ee181951b6
[macOS] Add support for loading shell environment from UI apps. 2025-06-03 18:27:29 +03:00
passivestar b2981bd444 Fix animation track filter size bug 2025-06-03 18:23:06 +04:00
Anish Mishra b5dad5a0b2 Improve SplitContainer usability in the Android editor 2025-06-03 19:49:56 +05:30
Anish Mishra bccf36b27b Add option for a touch-friendly drag handle in `SplitContainer` 2025-06-03 19:49:56 +05:30
KOGA Mitsuhiro b5003f60c2 Update CameraServer document for Android 2025-06-03 23:13:35 +09:00
Michael Alexsander 454e4f817c
Make build profile project detection also set build options 2025-06-03 11:11:33 -03:00
LuoZhihao 713ed59a77 Remove unnecessary `_validate_property()` calling 2025-06-03 21:57:36 +08:00
ProgrammerOnCoffee 360ee10a6e Make `BaseButton`s' shortcut feedback timers internal 2025-06-03 09:52:28 -04:00
kobewi 9e8396c9c7 Always use base directory in CONTEXT_SLOT_FILESYSTEM_CREATE 2025-06-03 15:45:16 +02:00
Yobbolita bfbb63129a
Improve the PhysicsShapeQueryParameters3D's description
Made it clearer that this class is used in several of PhysicsDirectSpaceState3D's
methods and not just on `intersect_shape()`.
2025-06-03 15:18:47 +02:00
Haoyu Qiu e74ebaf18d Fix copy-paste error in Viewport classref 2025-06-03 20:47:06 +08:00