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
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
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
Rémi Verschelde
40d572a38b
Merge pull request #107454 from mihe/jolt/body-batching
...
Batch the adding of Jolt Physics bodies
2025-06-15 00:50:28 +02:00
demolke
80aada7d23
Fix editing/removal of bone meta
...
This was accidentally always targeting bone 1
2025-06-14 21:25:04 +02:00
Micky
76a7c31a5d
Rename TreeItem's alt_text to description for consistency
...
...with Accessibility API
2025-06-14 19:56:30 +02:00
Mikael Hermansson
89f9a23d9e
Batch the adding of Jolt Physics bodies
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com>
2025-06-14 14:11:07 +02:00
Haoyu Qiu
1d40df286b
Don't put main properties of AnimatedSprite2D inside a group
2025-06-14 19:20:58 +08:00
Anish Mishra
dcab8a721e
Revert "Add support for exporting to Google Play Instant"
...
This reverts commit 12ad9ed4e0 .
Shortly after the feature was merged, we received news that Google will shut down Instant Apps in December 2025. Since this feature is being discontinued soon, there’s no value in keeping it for just a few months.
2025-06-14 15:51:08 +05:30
daniel080400
f2c6d16290
Avoid manipulating PackedScene cache when generating scene thumbnails
2025-06-14 18:11:37 +08:00
Rémi Verschelde
1218a16de5
Merge pull request #107515 from devloglogan/motion-vectors-fix
...
Check render target validity before getting motion vector texture in mobile renderer
2025-06-14 10:34:25 +02:00
devloglogan
36128bfc29
Check render target validity before getting motion vector texture in mobile renderer
2025-06-13 18:52:02 -05:00
smix8
4476fc7099
Only repath a NavigationAgent with a target position
...
Only repaths a NavigationAgent with a target position.
2025-06-14 01:26:36 +02:00
Rémi Verschelde
09ed9d4a93
Merge pull request #107254 from passivestar/shadow-unleak
...
Fix LightmapGI shadow leaks
2025-06-14 00:00:12 +02:00
Rémi Verschelde
69b9c06fc4
Merge pull request #107161 from akien-mga/miniupnpc-2.3.3
...
miniupnpc: Update to 2.3.3
2025-06-14 00:00:07 +02:00
Rémi Verschelde
4dae2f893a
Merge pull request #102866 from m4gr3d/implement_godot_service
...
Add support for using an Android Service to host the Godot engine
2025-06-14 00:00:00 +02:00
smix8
28875459d9
Create more optimized CSGShape3D baked static mesh
...
Creates more optimized CSGShape3D baked static mesh by adding indices and cache optimization.
2025-06-13 21:43:28 +02:00
Rémi Verschelde
318a81779b
Merge pull request #107498 from bruvzg/force_native_crash
...
Fix `set_force_native` when window is not in tree.
2025-06-13 18:37:52 +02:00
Rémi Verschelde
3a2004905e
Merge pull request #107496 from akien-mga/mono-fixup-string-resize_uninitialized
...
Fix Mono build on Windows after `String::resize` rename
2025-06-13 18:37:49 +02:00
Rémi Verschelde
ee84a5a100
Merge pull request #107482 from nikitalita/fix-pck-misalign
...
PCKPacker: Fix first file being written mis-aligned
2025-06-13 18:37:46 +02:00
Rémi Verschelde
60ba4ba6bf
Merge pull request #107471 from Calinou/input-map-fix-colorpicker-action-name
...
Fix action name for `ui_colorpicker_delete_preset` in built-in InputMap
2025-06-13 18:37:42 +02:00
Rémi Verschelde
d9cda33090
Merge pull request #107415 from adamscott/add-emscripten-version-to-log-header
...
[Web] Add Web-build specific stdout header
2025-06-13 18:37:37 +02:00
Rémi Verschelde
4c5c577612
Merge pull request #107368 from Meorge/docs/what-is-fuzzy-2
...
Improve description of fuzzy matching in editor settings documentation
2025-06-13 18:37:30 +02:00
Pāvels Nadtočajevs
5ea0baab8b
Fix set_force_native when window is not in tree.
2025-06-13 19:08:56 +03:00
Rémi Verschelde
3be63ecdb6
Fix Mono build on Windows after String::resize rename
2025-06-13 18:01:50 +02:00
Malcolm Anderson
cf56390e81
Improve description of fuzzy matching in editor settings documentation
...
Update doc/classes/EditorSettings.xml
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Update `max_fuzzy_misses` docs and "Fuzzy Search" tooltip to match `enable_fuzzy_matching`
Improve examples used and remove "middle of the filename" description
Apply suggestions from code review
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Update doc/classes/EditorSettings.xml
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Improve phrasing for `enable_fuzzy_matching` description
Update doc/classes/EditorSettings.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Semicolons
2025-06-13 08:28:36 -07:00
nikitalita
6e823b4b14
PCKPacker: Fix first file being written mis-aligned
2025-06-13 16:25:38 +02:00
Michael Alexsander
96e9670963
Fix problems with scripts and metadata in remote objects
2025-06-13 10:57:59 -03:00
Rémi Verschelde
6f2ab528ca
Merge pull request #107488 from KoBeWi/clamped_scale_factory
...
Multiply contents minimum size by scale factor
2025-06-13 15:54:39 +02:00