-
Notifications
You must be signed in to change notification settings - Fork 67
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
Release 1.1.17 #123
Merged
Release 1.1.17 #123
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
* 1.20.2 support * Fix checkstyle rule violations * Add missing version names to the config * Properly track LoginAcknowledged and cleanup code * Wait for LoginAcknowledged only if applicable * Call onSpawn if shouldRejoin is false * Ignore shouldRejoin if player is still in the CONFIG state --------- Co-authored-by: jnngl <jnngles@gmail.com>
* Synchronize disconnections * CompletableFuture require non-null results to work properly * Fix <1.20.2 support * Don't give ability to run disconnection multiple times
* Ensure that the `LimboPlayerImpl` cannot disconnect another `LimboSessionHandlerImpl` * Ensure that the packets after a `LoginAcknowledged` is not handled by the `LoginTrackHandler` * Complete CONFIG transition then the player is spawned * Do not switch connection to the CONFIG state as the Velocity is already doing that * Fix clientside desync then client is receiving state change packets too quickly * Call `ConnectedPlayer::teardown` to prevent hardlock * Release queued packets on disconnection * Release prepared packets for the CONFIG state
* Automatically generate mappings * Check for generated cache * Add 1.20.2 * Download JRE if needed * Use jabel * Revert "Download JRE if needed" This reverts commit 9125930. * Fix items mapping
Consider version 23Cr because it works well for me. There are no errors, and it has the latest version of everything without any issues. |
mdxd44
pushed a commit
that referenced
this pull request
May 4, 2024
* Velocity 266+ support * 1.20.2 support * Automatically generate mappings --------- Co-authored-by: jnngl <jnngles@gmail.com> Co-authored-by: UserNugget <47762903+UserNugget@users.noreply.github.com> Co-authored-by: Petr Ilin <hevav@hevav.dev> Former-commit-id: c1c9916
mdxd44
pushed a commit
that referenced
this pull request
May 4, 2024
* Velocity 266+ support * 1.20.2 support * Automatically generate mappings --------- Co-authored-by: jnngl <jnngles@gmail.com> Co-authored-by: UserNugget <47762903+UserNugget@users.noreply.github.com> Co-authored-by: Petr Ilin <hevav@hevav.dev> Former-commit-id: c1c9916
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.
TODO