stevenarella/src/protocol/versions
ice_iix 2daca512b0 1.15.1 protocol support (575) (#252)
* Add v1_15_1 for protocol 575

* Update for shifted packet IDs

https://wiki.vg/index.php?title=Pre-release_protocol&oldid=15213#Packets
https://wiki.vg/Pre-release_protocol

* Add SpawnMob packet variant, no metadata

* Add SpawnPlayer packet variant, no metadata

* Add block update actions comments, including beehive

* Add particle packet variant with 64-bit floats

* Add and handle join game and respawn packet variants, with hashed seeds

* Add chunk data packet variant with 3D biomes

https://wiki.vg/index.php?title=Pre-release_protocol&oldid=15213#Chunk_Data
"1024 biome IDs, ordered by x then z then d, in 4×4×4 blocks. Not
present if full chunk is false."

This is a fixed-size array of integers, but Rust doesn't yet support
generics over integers, so the 1024-element array doesn't support
fmt::Debug, hence we wrap it and implement fmt::Debug ourselves.

* Add load_chunk115 to not read chunk data structure biomes

https://wiki.vg/index.php?title=Pre-release_protocol&oldid=15213#Data_structure
2019-12-29 15:55:19 -08:00
..
v1_7_10.rs 1.7.10: Fix player position too high on login. Closes #87 2019-05-11 14:53:42 -07:00
v1_8_9.rs 1.13+: Fix parsing Teams packet. Closes #205 (#208) 2019-08-11 17:46:34 -07:00
v1_9.rs Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213) 2019-08-17 13:36:07 -07:00
v1_9_2.rs Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213) 2019-08-17 13:36:07 -07:00
v1_10_2.rs Fix SpawnPainting parsing 1.13.2-1.14.4, closes #212 (#213) 2019-08-17 13:36:07 -07:00
v1_11_2.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_12_2.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_13_2.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_14.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_14_1.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_14_2.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_14_3.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_14_4.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v1_15_1.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v15w39c.rs 1.13+: Fix parsing Teams packet. Closes #205 (#208) 2019-08-11 17:46:34 -07:00
v18w50a.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00
v19w02a.rs 1.15.1 protocol support (575) (#252) 2019-12-29 15:55:19 -08:00