Merged
Conversation
cff863a to
f3a1be9
Compare
Doesn't play game properly yet.
This will allow us to use the same matchmaker for different games and modes.
After migrating to the bevy_ggrs inputs the detection of just-pressed inputs broke.
f967c69 to
ee8f3b1
Compare
- Also use Cleaner let-else Syntax Where Applicable
Fixes scripted item state in the presence of rollback.
This allows us to map entities tracked by scripts during rollbacks.
Events don't rollback properly so stop using those. Also try to fix all kinds of random stuff.
7ba6474 to
5ae15d2
Compare
Sort the map spawners by their order in the map, so that the spawner selection is deterministic.
Makes the proxy forward messages only to the intended recipient.
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
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.
Convert's game to use GGRS for rollback networking instead of the client/server model. This also came with a lot of changes in various places, discovered while working on the rollback support:
nother clients.