Commit Graph

2578 Commits

Author SHA1 Message Date
KennyTV 67fda72bdd
20w46a 2020-11-11 19:13:31 +01:00
KennyTV 721c52e3f5
Fix multi block change reading 2020-11-11 16:54:19 +01:00
KennyTV 424e855d72
Uncache biome data on world change, process multi block change 2020-11-11 16:54:19 +01:00
KennyTV 88a1a42625
Finish update
Still unsure whether we also have to store block entity data and if/which respawn conditions have to be checked for biome uncaching
2020-11-11 16:54:18 +01:00
KennyTV 0d3f729679
20w45a
Missing: Diff mappings
2020-11-11 16:54:18 +01:00
KennyTV 692e53427b
Change log message when executor is shut down 2020-11-11 16:53:47 +01:00
KennyTV 3b5aaa1ff5
Fix legacy nbt array weirdness
Closes #2176
2020-11-08 10:35:15 +01:00
KennyTV 95e0cff03c
Fix italic item names in 1.12->1.13 protocol
Fixes #2165
2020-11-03 13:40:01 +01:00
KennyTV 91f3d0fdb7
Bump version to 3.2.1-SNAPSHOT 2020-11-03 09:49:46 +01:00
KennyTV b3e8ad9164
3.2.0 Release, 1.16.4 2020-11-02 19:40:04 +01:00
KennyTV c3501a831e
Merge remote-tracking branch 'origin/master' into dev 2020-11-02 18:37:01 +01:00
Myles 9821cb1b16
Merge pull request #1723 from creeper123123321/backendinjection
Velocity Backend injection / Velocity 1.1.0
2020-11-02 17:29:31 +00:00
Myles bba1f2acf0
Merge pull request #2162 from lennardk/fix-1.11-sound-rewrite
Fix sound ID shift in 1.11
2020-11-02 16:19:27 +00:00
Lennard Klein 1afbff18ef Fix sound ID shift in 1.11
This possibly got broken in the rewrite in dc62394.
Fixes ender pearl throw and experience bottle throw/pickup sounds.
2020-11-01 14:51:34 +01:00
MrMicky 56ec689841
Update protocol versions (#2156) 2020-10-29 12:53:16 +01:00
Myles 3189501b78 Revert "Remove minecraft libraries"
This reverts commit 1c23103517.
2020-10-29 11:10:36 +00:00
Myles 1c23103517
Remove minecraft libraries
Not needed AFAIK
2020-10-29 11:01:07 +00:00
Five (Xer) 06e1b90f29
Finalize Velocity-1.1.0 2020-10-28 20:10:15 +01:00
creeper123123321 acd79fc661
readd snakeyaml as provided dependency 2020-10-28 19:51:02 +01:00
creeper123123321 18bde6ee37
don't shade snakeyaml, closes #1959 2020-10-28 19:51:02 +01:00
creeper123123321 72f8052e58
code cleanup 2020-10-28 19:51:02 +01:00
creeper123123321 0343be6915
remove unused code 2020-10-28 19:51:02 +01:00
creeper123123321 000a034836
draft -> buf 2020-10-28 19:51:02 +01:00
creeper123123321 2d33447fc1
fixed backend compression, remove debug 2020-10-28 19:51:02 +01:00
creeper123123321 bcb76350a1
fix decoder 2020-10-28 19:51:02 +01:00
creeper123123321 485f4fa070
remove velocityconnectionmanager 2020-10-28 19:51:02 +01:00
creeper123123321 b1e60f5f1b
fix compiling 2020-10-28 19:51:02 +01:00
creeper123123321 6c3479e739
rebased on master 2020-10-28 19:51:02 +01:00
creeper123123321 4813cc3077
inject into velocity backend (currently broken)
Add client-side mode for UserConnection

remove unused code

fix duplicate method on rebase
2020-10-28 19:51:01 +01:00
KennyTV 69c8cf8ffb
Smaller workaround for lore italics in 1.13->1.14 2020-10-28 15:19:00 +01:00
KennyTV 510ff4e6a1
Improve 1.13->1.14 lore conversion, remove noisy workaround for a non-issue in legacy to json conversion
If people want to have white, unformatted text in their lore, they should do exactly that; add a white color, not reset to default
Fixes #2158
2020-10-28 14:36:22 +01:00
DaPorkchop_ a6043c14cd
Fix 1.16.2 multi block change packet order (#2138) 2020-10-28 08:43:22 +01:00
KennyTV 1a4c34afcf
1.16.4-rc1 2020-10-27 18:34:59 +01:00
KennyTV 2f9ec6f2aa
Remove redundant/already implicit check in VersionRange 2020-10-24 22:39:17 +02:00
KennyTV bc2f6a423f
Fix typo 2020-10-24 11:14:11 +02:00
KennyTV 0986b0982c
Fix dontbugme command
Fixes #2152
2020-10-24 11:13:16 +02:00
KennyTV 9a24129e49
1.16.4-pre2 2020-10-22 17:43:38 +02:00
KennyTV c8029bdbdf
Use getters instead of inlining 2020-10-21 14:17:51 +02:00
KennyTV 1129c17489 Improve ProtocolVersion subversion/range handling
Closes #2041
2020-10-21 14:02:31 +02:00
KennyTV f313b5b617
Merge branch 'master' into dev 2020-10-18 22:41:23 +02:00
RK_01 765f92bfe5
Correct 1.9.x -> 1.10 sound pitch adjustments (#2139) 2020-10-18 22:37:30 +02:00
KennyTV edd71bf8ab
Fix version blocking on 1.8
Fixes #2142
2020-10-16 18:26:15 +02:00
KennyTV 7d96efc645
Minor ProtocolVersion refactor 2020-10-16 18:21:45 +02:00
KennyTV 6cb2837d77
Merge remote-tracking branch 'origin/master' into dev 2020-10-16 16:56:29 +02:00
KennyTV 08a8268852
Handle book edit change 2020-10-15 17:57:12 +02:00
DaPorkchop_ 54b6d1c21c
Fix entity attributes length prefix (#2136) 2020-10-14 15:40:39 +02:00
RK_01 71341a9381
Fix 1.11.1 -> 1.12 show_achievement translation (#2120) 2020-10-12 13:32:06 +02:00
KennyTV 5eccc2e3cd
Merge branch 'master' into dev 2020-10-12 10:18:50 +02:00
KennyTV 0015682fe4
Add warning on startup for 1.8 users 2020-10-12 09:51:33 +02:00
KennyTV 107892fb24
Hopefully finish preparation, minor optimizations 2020-10-07 12:50:23 +02:00