-
-
Notifications
You must be signed in to change notification settings - Fork 24k
[4.5] Cherry-picks for the 4.5 branch (future 4.5.2) - 2nd batch (platforms) #114762
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
Open
akien-mga
wants to merge
38
commits into
godotengine:4.5
Choose a base branch
from
akien-mga:4.5-cherrypicks-platforms
base: 4.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+548
−175
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 5e07b74)
(cherry picked from commit 8c469be)
(cherry picked from commit 941aff3)
(cherry picked from commit b40afd6)
…der thread (cherry picked from commit c9fb6a3)
(cherry picked from commit be24804)
…ne#111407). (cherry picked from commit 298affa)
(cherry picked from commit f10b71f)
…roject is using Forward+/Mobile renderer. (cherry picked from commit fb8443a)
Setting window icons is not supported on iOS or visionOS, but there is no concept of window icons on those platforms anyway. (cherry picked from commit 6de36fe)
(cherry picked from commit 66e5bce)
…without label. (cherry picked from commit cf21565)
(cherry picked from commit f6caaa8)
Now that recastnavigation upstream ships a pkg-config file, Godot can rely on it for getting the build-time configuration. (cherry picked from commit 1e8ead5)
(cherry picked from commit 286e578)
We now have APIs exactly for this use case of querying project settings for a target platform instead of the host OS. - Fixes godotengine#112462. (cherry picked from commit 14734cb)
(cherry picked from commit 3245230)
We were accidentally mutating a copy during cleanup of the viewporter and fractional scale manager. Thank you Aaron Franke for finding this out :D (cherry picked from commit b439a71)
We always divided by the rate, which could be zero, which is a valid value (it means "disable key repeating"). (cherry picked from commit b0a4278)
The `wl_keyboard::repeat_info` event got introduced in version 4. On versions older than that, we defaulted to 0 delay, which means no repetition. That's a veeery old version and basically everything offers it, but it doesn't hurt to add a reasonable default. (cherry picked from commit a79239e)
Wasn't that much of a concern as it would have been disposed of next time a keyboard got added, but it's still a good thing to do. (cherry picked from commit f90a9ad)
(cherry picked from commit 3be85a8)
(cherry picked from commit bc85da6)
…S 26. (cherry picked from commit a63dd07)
(cherry picked from commit 03c544f)
…changed. (cherry picked from commit 2721dbf)
(cherry picked from commit 466fe1a)
(cherry picked from commit b1e659c)
…xit. (cherry picked from commit e2cd3ce)
(cherry picked from commit b4f9060)
…DisplayVersion for compiler version (cherry picked from commit 6cfaee0)
(cherry picked from commit f323337)
(cherry picked from commit 0a29b90)
Co-authored-by: Davi <[email protected]> (cherry picked from commit 985dfa7)
Replaces direct assignment with String::utf8 to ensure clipboard text is correctly interpreted as UTF-8. (cherry picked from commit 2fe73ad)
aaf845e to
e3aa166
Compare
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.
Follow-up to #114746, now focusing on platform-specific changes.