-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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.x branch (future 3.4) - 17th batch #52841
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Don't display messages when enabling PulseAudio/ALSA/D-Bus/udev as these become noisy in incremental builds. - Improve warning and error messages to be more descriptive and consistent. (cherry picked from commit 4c5deea)
Would attempt an out of bounds read, causing an exception. (cherry picked from commit ba08f39)
This makes `.tscn` files more readable by ensuring sections are always written on a single line. (cherry picked from commit d33a736)
…ose" The new terms are more descriptive of each button's actual function. (cherry picked from commit 16cfb97)
Doesn't change the default behavior, but allows plugins to add their view behind the main view, which gives more control over what happens with inputs and can be useful along with transparent rendering. (cherry picked from commit 0b681d5)
This makes property casing consistent with the editor. If property capitalization is disabled in the Editor Settings, the remote inspector will also disable capitalization. (cherry picked from commit 854f328)
adds a call for resize event. (cherry picked from commit 52b114b)
…ation (cherry picked from commit 1ed3d9a)
Godot 3.3 and later require Visual Studio 2017 to be compiled. (cherry picked from commit fc0bfbb)
(cherry picked from commit 1a60509)
(cherry picked from commit e6801a0)
This makes long node names previewable without having to rename them. (cherry picked from commit c673aea)
(cherry picked from commit 23311a6)
(cherry picked from commit 0adf1a6)
(cherry picked from commit ce8eb09)
I added a few descriptions and links to the empty JNISingleton class doc. (cherry picked from commit 4eff57d)
An attempt to improve the documentation for Thread - Adds documentation on how and when the `wait_to_finish` should be used - Adds a note on what to be careful about when using `wait_to_finish` (cherry picked from commit 9e2882a)
(cherry picked from commit eef0327)
(cherry picked from commit d4f4cfb)
The previous error message incorrectly suggested that any Basis could be fixed by calling get_rotation_quation() or orthonormalize(). This PR points out that only a valid rotation Basis can be fixed in this way. (cherry picked from commit d3a3b3a)
(cherry picked from commit 02d8166)
You can now configure host in the `language_server` settings in the editor settings. (cherry picked from commit be6da39)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.