stevenarella/src
iceiix cfcc7d2a1f
1.17.1 (756) protocol (#605)
https://wiki.vg/index.php?title=Protocol&oldid=16918

New and changed packets:
* 1.17.1 packet id shifts, new clientbound packets
* Add WindowPong new packet serverbound
* Add Tags_Nested packet variant
* Add TeleportPlayer_WithDismount packet variant
* Add ChunkData_Biomes3D_Bitmasks packet variant 
* Add WindowItems_StateCarry variant, split WindowItems_i16
* Add WindowSetSlot_State packet variant
* Add Explosion_VarInt packet variant
* Add UpdateLight_Arrays variant
* Add ResourcePackSend_Prompt variant
* Add SpawnPosition_Angle variant
* Add EntityProperties_VarIntVarInt variant, using VarInts in both fields 
* Add ClientSettings_Filtering variant
* Add ClickWindow_State variant
* Add EditBook packet variant 
* Fix many Particle packet variant definitions

* server: handle TeleportPlayer_WithDismount
* server: handle ChunkData_Biomes3D_Bitmasks

* world: add num_sections to self.load_chunk19_or_115
* world: load_chunk19_to_117: accept 64-bit mask

* metadata: add PoseData::LongJumping 

* protocol: update Cargo.lock for serde_json 1.0.130
* build: pin to wasm-pack 0.10.0
2021-09-05 13:30:32 -07:00
..
console protocol, console, server: receive chat messages (#479) 2021-01-24 17:41:16 -08:00
ecs Fix clippy::uninit_assumed_init, use MaybeUninit<T> 2021-06-18 19:32:26 -07:00
entity entity/systems: fixed typo in comment (#566) 2021-07-18 09:12:42 -07:00
gl gl: Update to glow 0.11.0 (#594) 2021-09-01 19:21:49 -07:00
model Fix clippy::mem_replace_with_default, use std::mem::take 2021-06-18 19:32:26 -07:00
render Fix transparency while ingame (#592). Fixes #570 2021-08-29 18:25:35 -07:00
screen Fix clippy::needless_borrow 2021-08-01 06:19:48 -07:00
server 1.17.1 (756) protocol (#605) 2021-09-05 13:30:32 -07:00
ui Fix clippy::manual_str_repeat 2021-08-01 06:19:48 -07:00
world 1.17.1 (756) protocol (#605) 2021-09-05 13:30:32 -07:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs chunk_builder: single-threaded on wasm (#458) 2021-01-07 17:26:58 -08:00
main.rs main: allow clippy::needless_borrow since it isn't needless for web 2021-08-01 06:25:57 -07:00
resources.rs Use more descriptive name to fix blacklisted_name 'bar' (as in foobar) 2020-07-02 17:17:51 -07:00
settings.rs settings: remove outdated comment (#564) 2021-07-18 09:09:00 -07:00