-
Notifications
You must be signed in to change notification settings - Fork 199
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
1.19 update #638
Open
DarkLexFirst
wants to merge
67
commits into
NiclasOlofsson:master
Choose a base branch
from
CRPE-Team:1.19-update
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1.19 update #638
Changes from 41 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
55e57dc
Start updating to 1.19.10
kennyvv 6fec3cf
Update packets
kennyvv e219c3e
Add support for SByte reading/writing
kennyvv 9d6ea5e
Update Ability handling
kennyvv 4881e1a
Fix build
kennyvv ab60d3f
Changes 1.19.20 without blockdata
TheFirewall 8057ec6
Changes 1.19.30
TheFirewall 0592f40
Changes 1.19.40
TheFirewall 8a02476
Changes 1.19.50
TheFirewall 292e764
Changes 1.19.60 and 1.19.62
TheFirewall aa0ef88
fix
TheFirewall 79db8ff
Fix
TheFirewall 938256b
1.19.70
TheFirewall 0ff7f07
1.19.80
TheFirewall 712ae20
Anvil world 1.19-1.20 support.
DarkLexFirst 67c38e1
Blocks update par1 and items update started.
DarkLexFirst 6e96ee7
Items update part 1.
DarkLexFirst 10e0a0a
Items update part 2 + inventory transaction fix.
DarkLexFirst 3397ac0
Items update part 3 and some fixes.
DarkLexFirst e1f4920
Creative inventory update.
DarkLexFirst ff35525
Crafting and Inventory transaction update.
DarkLexFirst b3a1098
Items update pre final.
DarkLexFirst 4c600ac
Smelting recipes added.
DarkLexFirst 82c0718
Partial blocks generator update.
DarkLexFirst 3a8a9e7
Factories update.
DarkLexFirst ac5017b
1.19 pre final update.
DarkLexFirst de3ae46
Biomes calculation from amvil noise.
DarkLexFirst de39535
Commands extension.
DarkLexFirst 56d838e
Disconnect message fix.
DarkLexFirst ecd28cf
Some fixes and optimizations.
DarkLexFirst 2ff47be
Review and rework part of PlayerInventory with armor.
DarkLexFirst c89162f
Damage item update.
DarkLexFirst 0f7ae6e
Armor damage update fix.
DarkLexFirst f35baae
Armor durability calculation.
DarkLexFirst c238e60
Case unhandled player actions.
DarkLexFirst 66dcbae
Ordered sequence critical bug fix.
dgrinevaz 783ade7
Zero health death screen fix.
DarkLexFirst 163fafa
Updated GreyListManager.
DarkLexFirst 040796c
McpePlayerSound packet fix.
DarkLexFirst 272ca53
Protocol generation fix.
DarkLexFirst e41c418
Merge pull request #2 from CRPE-Team/1.19-update
DarkLexFirst cfd80d7
Nuget publish test.
DarkLexFirst f8cb750
Package id update. (github build fix).
DarkLexFirst 57433de
init and world read fix.
DarkLexFirst 8bce64f
Anvil mapping update and protocol fixes.
DarkLexFirst abe6673
Command parameters fix.
DarkLexFirst 23a4e58
Anvil palette updated, chunks reading and sending optimized.
DarkLexFirst 5324c89
Block destroy particle update.
DarkLexFirst 11cc3d4
Bow using times for shoot reduced.
DarkLexFirst 76de481
Forms fixed.
DarkLexFirst 7a00697
Chunks loading little optimization.
DarkLexFirst daa44f4
Chunks on teleportation rendering fix.
DarkLexFirst dd8cfff
Anvil mapping update.
DarkLexFirst da7a399
Tests fix.
DarkLexFirst 672d59c
Chunks network serialization fix.
DarkLexFirst 01d8e20
Anvil map and palette update.
DarkLexFirst 23d4bb4
Minor chunks and PlayerLocation fixes.
DarkLexFirst f5b7ed1
Players move broadcast fix.
DarkLexFirst a080fdb
Fix for fundamental packets order indexing.
DarkLexFirst 07ade84
Merge pull request #3 from CRPE-Team/1.19-update-fixes
DarkLexFirst f081655
Merge pull request #4 from CRPE-Team/master
DarkLexFirst 32c9c02
Review fixes.
DarkLexFirst 5f87c16
Revert "Nuget publish test."
DarkLexFirst e2c9cfc
GreyListManager update.
DarkLexFirst 0c7426f
Revert log levels.
DarkLexFirst a2f6cd8
EnableHighPrecision and DatagramSendTimeout configurations. 1.19 todo…
DarkLexFirst 47cca18
Chunk sending for new location revert.
DarkLexFirst File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 1.19-update | ||
|
||
jobs: | ||
nuget: | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done