Commit Graph

80742 Commits

Author SHA1 Message Date
Pāvels Nadtočajevs 507cb47f97 Fix deadlock in EditorFileSystem::reimport_files. 2025-06-17 12:45:02 +03:00
Haoyu Qiu 296aba7dc5 Fix CSV translation not updating after reimport 2025-06-17 17:22:49 +08:00
A Thousand Ships b616e857aa [Web] Fix build failure on Windows 2025-06-17 11:05:45 +02:00
DeeJayLSP 37bee2fde3 Fix broken WAV info list tag parsing 2025-06-17 00:54:17 -03:00
HolonProduction 931d8e2f91 Misc: Fix typo in cmd arg description 2025-06-16 23:32:07 +02:00
KOGA Mitsuhiro 88181c86b5 Disable posix mode in shlex.split for windows 2025-06-17 05:59:21 +09:00
kobewi b103f2d8c1 Add a note about _notification() being multilevel 2025-06-16 22:26:37 +02:00
Micky a8e9d8e37a Reword text_editor/completion/add_type_hints's description 2025-06-16 19:04:44 +02:00
Anish Mishra ca1f25e551 Fix export fail on Android if shader_baker is enabled. 2025-06-16 21:13:12 +05:30
ydeltastar abecb3f261 Fix audio name doesn't appear in exports of child classes of AudioStream 2025-06-16 12:28:05 -03:00
kobewi a6d4faf9b4 Allow toggling UID display in path properties 2025-06-16 15:46:50 +02:00
Elip100 62bcb5c315 Docs: Fix typo and spacing in vector coordinates
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2025-06-16 15:44:20 +02:00
Haoyu Qiu a7ab249a2a Make PROPERTY_HINT_GROUP_ENABLE hide properties by default 2025-06-16 20:03:49 +08:00
Pāvels Nadtočajevs 34a97f9c9b Fix scale and position of popups with force_native. 2025-06-16 13:03:42 +03:00
kobewi 652de74ac4 Clear cache when setting Mesh's surfaces 2025-06-16 11:27:23 +02:00
Haoyu Qiu 2a7fa46110 Fix root node auto translation settings affecting editor root 2025-06-16 17:12:27 +08:00
Haoyu Qiu 2952e6f6aa Improve ResourceLoader.get_dependencies()'s description 2025-06-16 16:07:53 +08:00
Haoyu Qiu 51e8b5947f Fix some menu bar items unresponsive after language change 2025-06-16 09:35:37 +08:00
Haoyu Qiu 0a1fa10315 Fix game view window not updating title when translation changes 2025-06-16 09:35:25 +08:00
Rémi Verschelde 46c495ca21 Bump version to 4.5-beta
The feature freeze for 4.5 is now active.

From here on we'll focus only on fixing bugs to stabilize the development
branch and release 4.5-stable within a few weeks.
2025-06-16 01:54:06 +02:00
Rémi Verschelde ce9faf6833 Merge pull request #107565 from mihe/rigid-body-docs-warning
Clarify note in documentation about childing rigid bodies
2025-06-16 01:52:57 +02:00
Rémi Verschelde 31892b13b5 Merge pull request #107559 from groud/remove_get_used_cells_where_possible
Remove `get_used_cells` to avoid unecessary allocations in navigation baking
2025-06-16 01:52:54 +02:00
Rémi Verschelde 9e1e2fdbd5 Merge pull request #107550 from AdrienUfferte/fix-spelling
Fix spelling in comments
2025-06-16 01:52:48 +02:00
Rémi Verschelde c13218580f Merge pull request #107528 from timothyqiu/direct-x
Don't put main properties of `AnimatedSprite2D` inside a group
2025-06-16 01:52:44 +02:00
Rémi Verschelde c528c58c69 Merge pull request #107525 from syntaxerror247/revert-play-instant
Revert "Add support for exporting to Google Play Instant"
2025-06-16 01:52:41 +02:00
Rémi Verschelde c1785e93d5 Merge pull request #107517 from kitbdev/fix-test-warning-linebreak-setting
Fix tests warning line break strictness project setting
2025-06-16 01:52:38 +02:00
Rémi Verschelde 1132e392a6 Merge pull request #107516 from kitbdev/fix-resource-duplicate-test-errors
Fix Resource Duplication test errors
2025-06-16 01:52:34 +02:00
Rémi Verschelde 2a71b21b4e Merge pull request #107507 from smix8/csg_mesh_opti
Create more optimized CSGShape3D baked static mesh
2025-06-16 01:52:31 +02:00
Rémi Verschelde 31b510e2ba Merge pull request #107490 from YeldhamDev/remote_inspector_script_meta_fix
Fix problems with scripts and metadata in remote objects
2025-06-16 01:52:27 +02:00
Rémi Verschelde b6e09b7242 Merge pull request #107474 from bruvzg/ds_docs_cap
[Docs] Add few notes about screen capture.
2025-06-16 01:52:24 +02:00
Rémi Verschelde 776f8dee59 Merge pull request #106763 from ogapo/fix-for-folder-duplicate
Duplicate Folder: Fix to remap references between duplicated files.
2025-06-16 01:52:20 +02:00
Rémi Verschelde d364bd7e73 Merge pull request #86983 from jsjtxietian/a-star
Make `get_id_path` return empty when first point is disabled
2025-06-16 01:52:15 +02:00
jsjtxietian 6f094856e7 Make get_id_path return empty when first point is disabled 2025-06-16 01:42:13 +02:00
Mikael Hermansson ced648ff77 Clarify warning in documentation about childing rigid bodies 2025-06-15 22:27:29 +02:00
Rudolph Bester 3c5d4a2410 Fix floating point precision errors when setting particle trail length 2025-06-15 20:38:50 +02:00
Joey Einerhand bc246408f5 Remove angle constraint mention from SkeletonModification2DFABRIK.xml
SkeletonModification2DFABRIK.xml does not support angle constraints, so the line in the docs saying it does should be removed.
2025-06-15 20:20:03 +02:00
HolonProduction 242b5efd9d Autocompletion: Fix type resolution when assigning variant 2025-06-15 20:17:19 +02:00
HolonProduction 98f3af86fa Autocompletion: Use correct completion type for argument options 2025-06-15 19:42:11 +02:00
HolonProduction 4c72a531e4 Highlighting: Improve enum support 2025-06-15 19:41:13 +02:00
HolonProduction af54b13603 Autocompletion: Add support for global enums 2025-06-15 19:41:13 +02:00
HolonProduction 76c852f605 LSP: Extract annotations from EditorHelp 2025-06-15 19:38:58 +02:00
kit d9d1d25933 Fix tests warning line break project setting 2025-06-15 13:36:00 -04:00
kit 477a37a594 Fix Resource Duplication test errors 2025-06-15 12:48:03 -04:00
Fredia Huya-Kouadio 09f5be761c Add support for running hybrid apps from the XR editor 2025-06-15 07:05:12 -07:00
Gilles Roudière a39f6b1c64 Remove get_used_cells to avoid unecessary allocations in navigation baking 2025-06-15 13:42:39 +02:00
Adrien Ufferte a11a64fbf4 Comments spelling fixes 2025-06-15 01:36:10 +02:00
Rémi Verschelde 019ab8745f Merge pull request #107546 from demolke/bone
Fix editing/removal of bone meta
2025-06-15 00:50:47 +02:00
Rémi Verschelde b2b449d659 Merge pull request #107540 from Mickeon/rename-TreeItem-accessibility-alt-text-to-description
Rename TreeItem's `alt_text` to `description` for consistency with Accessibility API
2025-06-15 00:50:43 +02:00
Rémi Verschelde de0f3ddbc6 Merge pull request #107514 from daniel080400/fix_issue_107494
Avoid manipulating `PackedScene` cache when generating scene preview thumbnails
2025-06-15 00:50:40 +02:00
Rémi Verschelde f99629a136 Merge pull request #107513 from smix8/agent_repaths
Only repath a NavigationAgent with a target position
2025-06-15 00:50:36 +02:00