-
-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[4.5] Cherry-picks for the 4.5 branch (future 4.5.2) - 4th batch #115034
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
Merged
Conversation
This file contains hidden or 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
(cherry picked from commit 3fa500d)
`remove_at` can take negative positions as relative to the end of the array. The note is no longer needed and contradictory to the first paragraph. (cherry picked from commit 7e3dcf3)
(cherry picked from commit afaf834)
The C# version is already correct. (cherry picked from commit 5243016)
…tion. (cherry picked from commit 4eb70da)
(cherry picked from commit 7ee96b1)
(cherry picked from commit 00b3587)
(cherry picked from commit 4a69505)
(cherry picked from commit 6353f03)
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> (cherry picked from commit 8847cf7)
When using automated checks for listing licenses this fails to look up without fixing the spelling as only `BSD-3-clause` is stored in the `Engine` entries. (cherry picked from commit 0c4a00b)
(cherry picked from commit d5d29f9)
(cherry picked from commit 2cbdffe)
(cherry picked from commit 989ec5a)
(cherry picked from commit 75446fc)
…reset. (cherry picked from commit c3bef1b)
(cherry picked from commit c5183d2)
(cherry picked from commit 37a6043)
(cherry picked from commit 30dc68d)
(cherry picked from commit 206c5b0)
Follow-up to godotengine#113013. (cherry picked from commit dac1721)
(cherry picked from commit ee404c6)
(cherry picked from commit 793228f)
(cherry picked from commit 75bbe3a)
Narrows down the criteria to determine if the property being edited with the `EditorResourcePicker` is actually the `Object->script` property. (cherry picked from commit 8798387)
…ORD` properties. (cherry picked from commit be443e4)
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> (cherry picked from commit b9837e4)
(cherry picked from commit 0c993df)
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.
Should be the last batch for 4.5.2.rc1, I reviewed all merged PRs with
cherrypick:4.5label (I dropped it from a number of PRs which didn't seem important enough to cherry-pick at this stage, or too risky).Mostly editor and some GUI fixes, after: