-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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 4.0 branch (future 4.0.3) - 5th batch #77202
Conversation
Godot-cpp was updated to match #76406 in godotengine/godot-cpp#1095, and seems the CI uses the master branch of godot-cpp unless I've missed something in there |
We probably need this change in the diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 44765ee32e..89e6f971a6 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -4,8 +4,8 @@ on:
# Global Settings
env:
- # Only used for the cache key. Increment version to force clean build.
- GODOT_BASE_BRANCH: master
+ # Used for the cache key, and godot-cpp checkout. Add version suffix to force clean build.
+ GODOT_BASE_BRANCH: 4.0
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
@@ -182,6 +182,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: godotengine/godot-cpp
+ ref: ${{ env.GODOT_BASE_BRANCH }}
submodules: 'recursive'
path: 'godot-cpp'
And only the second part in the |
Yeah, I just arrived to the same conclusion. Will add a commit. |
I made a PR as other files needed a fix too: #77204. But feel free to include that commit directly in this PR and supersede mine. |
Ah, then I'll just merge and rebase 👍 Thanks! |
This reverts commit 3a5bc74.
Control notifies a theme changed before the editor has entered the tree (cherry picked from commit a103cd7)
(cherry picked from commit bd25709)
(cherry picked from commit bd2e377)
(cherry picked from commit fc92ee6)
(cherry picked from commit 28f391f)
(cherry picked from commit ad21fb0)
(cherry picked from commit 06d0292)
(cherry picked from commit 6a12010)
If no StreamPeerTLS implementation is available, HTTPClient and WebSocketPeer will now correctly refuse to connect using TLS returning ERR_UNAVAILABLE. Similarly, ENetConnection will refuse to setup DTLS when PacketPeerDTLS is not available. (cherry picked from commit eeac6f8)
8bd3d19
to
0637e85
Compare
0637e85
to
5fe254e
Compare
Thanks! |
Final batch before building 4.0.3-stable.
master
.