-
-
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) - 9th batch #50202
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
09b231e
Enable Camera2D smoothing on limit change
ek68794998 f0e7637
LocalVector: Don't error if `from` >= `count`
akien-mga b35e61b
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
akien-mga 65063db
Tweak the 2D game camera override tooltips to match 3D
Calinou 76c1a0e
Fix unchecked call to put() warning in GodotInputHandler.java
madmiraal cd64bcd
Android: Add `isGame` application attribute, default to true
akien-mga d3dab1d
Fix GridMap erase Octans
Valeryn4 ca1a2e1
Add `get_dead_zone()` method to `InputMap`
SirQuartz 2b78d61
Remove unnecessary semicolons from Android Java code
madmiraal 01ecec4
Use Java array declarations not C-style declarations in Android Java …
madmiraal c1abbfb
Fix raw use of parameterized Class
madmiraal 6a07253
Use StringBuilder instead StringBuffer in Godot Java code
madmiraal ab1162e
Remove redundant explicit types in Godot Java code
madmiraal d453b59
Make invisible `SplitContainer` nodes correctly calculate the minimal…
YeldhamDev 245b940
Support single quote when dropping files to script
KoBeWi 32e91b2
[Crypto] Delete mbedtls ctx in deconstructor.
Faless 8c08b52
Add icons for more file types in the editor asset installer
Calinou daa0977
NodePath properly updated in the editor in more cases
pouleyKetchoupp 5a66ab1
Coding style fix in editor NodePath update
pouleyKetchoupp 59c5c04
Allow using the 3D editor's View menu while previewing a camera
Calinou 3b11b10
Remove unused code related to Travis CI
Calinou f252622
Add numpad emulation in 3D viewport
timothyqiu 4b03e05
Use static inner classes in Godot Java code
madmiraal 9a22f4b
Replace backslash with forward slash in OS_Windows path methods
miere43 c7a0113
Fix Variant tags parsing.
bruvzg 9c74452
Windows error logs directed to stderr
ThakeeNathees aaacc75
Fix gdnative api generation for methods that return enums
raniejade 6f3b038
Change search results limit in FileSystem dock from 128 to 10000
Listwon 37ff524
Improve error reporting in WebSocketServer
Calinou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#49983 hasn't been merged yet, so as-is this cherry-pick is wrong. I fixed this in #49983 though.