Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-picks for the 3.5 branch (future 3.5.1) - 2nd batch #65045

Merged
merged 48 commits into from
Aug 30, 2022

Conversation

akien-mga
Copy link
Member

No description provided.

snailrhymer and others added 22 commits August 29, 2022 17:05
Previously, when folding a block of code that finished with an indented comment (i.e. one indented as much as or more than the starting indent of the code), that comment would be left out of the fold. Change the behavior to include such comments, but still leave less-indented ones out.

(cherry picked from commit efed508)
This causes EditorProperty nodes to intercept input events even when the
Editor Properties dialog is not visible. This means that after closing
the dialog, ctrl+shift+c will still copy the last selected property
path.

Fixes godotengine#62866.

(cherry picked from commit 26223fe)
(cherry picked from commit c65360e)
…ontent

The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached.
This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.

(cherry picked from commit 3047954)
The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources

(cherry picked from commit 3ac6b6a)
The setting is initially assigned the name of the Godot project,
but it's kept freezed to prevent issues when renaming the Godot
project.

The user can always rename the C# project and solution manually and
change the setting to the new name.

Co-authored-by: Ignacio Roldán Etcheverry <ignalfonsore@gmail.com>
(cherry picked from commit 31d09a8)
(cherry picked from commit 052257e)
(cherry picked from commit f8f665b)
There was no mention of the effect of AudioListener2D in this documentation, making it unclear if there was a relationship. The new text is copied and modified from the AudioStreamPlayer3D documentation.

Use 'an' as article before 'AudioListener3D'

(cherry picked from commit a7ebc6f)
Atlinx and others added 17 commits August 30, 2022 11:14
(cherry picked from commit 0e3097c)
(cherry picked from commit f624ace)
(cherry picked from commit e2dac6e)
…mented rather than called directly

Backport of godotengine#64344

Fixes godotengine#35272

(cherry picked from commit 4ee4c79)
(cherry picked from commit 4032500)
@akien-mga akien-mga requested review from a team as code owners August 30, 2022 09:37
@akien-mga akien-mga requested a review from a team as a code owner August 30, 2022 09:48
@akien-mga akien-mga merged commit a264b68 into godotengine:3.5 Aug 30, 2022
@akien-mga akien-mga deleted the 3.5-cherrypicks branch August 30, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.