-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Combining branches #63
Merged
Merged
Conversation
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
…o spawned task, Additional mesh handling proper impl
…cific-ip-address Host config option
…ession debug logging, cleaned up subscribing
…, Documented game player fields inlined notify_game_setup
…nstead of a tokio rwlock
…no need to tokio locks in this context
Thanks Aim4kill
…lues, documented functions
Persistent leaderboards
jacobtread
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
bug fix
Fixed a bug
labels
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug fix
Fixed a bug
documentation
Improvements or additions to documentation
enhancement
New feature or request
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.
Description
Merging all the current development changes from dev over to the master branch, switching from a
feature
->dev
->master
branch layout instead to afeature
->master
layout. The master branch will now contain the latest changes rather than a separatedev
branch.Compiling the latest version from sources now should instead use a specific release tag rather than the latest branch unless you are okay with possible breaking unreleased changes.
Changes
parking_lot
lock primitives, these locks are immediately unlocked after swapping or copying a value so there is no need for async acquisition and all the colored functions that createsBreaking changes have bumped the version to
v0.6.0-beta