Skip to content
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) - 12th batch #50642

Merged
merged 15 commits into from
Jul 20, 2021

Conversation

akien-mga
Copy link
Member

No description provided.

akien-mga and others added 15 commits July 20, 2021 13:05
While there are still various bugs to solve and features to implement, the C#
support as of Godot 3.4 is fairly mature and already used by a number of users
in production. Now that we default to dotnet CLI as build tool, it also seems
to be more reliable than MSBuild.

The documentation can (and does for the most part) point out some caveats that
users should be aware of, but this info dialog has outlived its intended
purpose.

(cherry picked from commit 671467b)
* If not present, the dialog asks to load build sources from a file.
* The export templates check now also verifies that build sources are installed and skips the template check.

This makes Android development easier.

(cherry picked from commit 6639cc9)
Sony PlayStation DualShock 4 (054c:05c4 first gen).
Unofficial Switch controller.

(cherry picked from commit 5717118)
…thods on WebRTCDataChannel

(cherry picked from commit 756ed30)
Co-authored-by: CrispyPin <crispin@tasa.se>
(cherry picked from commit 0098e92)
This fixes issue godotengine#50617

(cherry picked from commit ac5f3a6)
Removes the error message when the network peer is not valid and returns false instead.

This makes it simpler to make games that are both on/offline by replacing server checks of

'''
if is_instance_valid(get_tree().network_peer) and get_tree().is_network_server():
		# Do server things
'''

with

'''
if get_tree().is_network_server():
		# Do server things
'''

Requires no changes to the docs because both the MultiplayerAPI and SceneTree docs don't mention the error.

(cherry picked from commit 74379b1)
(cherry picked from commit 7eec833)
@akien-mga akien-mga added this to the 3.4 milestone Jul 20, 2021
@akien-mga akien-mga requested review from a team as code owners July 20, 2021 11:24
@akien-mga akien-mga merged commit 51f8247 into godotengine:3.x Jul 20, 2021
@akien-mga akien-mga deleted the 3.x-cherrypicks branch July 20, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants