stevenarella/src/server
ice_iix a159355751 1.7.10: Fix sending head/feet player position, #87
1.8+ removes the player head position, and sends only the feet position.
We store the feet position internally in the client, so the head
position has to be calculated, normally 1.62 units higher. Previously
the calculation was reversed, which caused the client to show its
position as 1.62 units higher than the server, and the server would
correct the position when the client descends to the ground.

1.7.10: https://wiki.vg/index.php?title=Protocol&oldid=6003#Player_Position
1.8.9: https://wiki.vg/index.php?title=Protocol&oldid=7368#Player_Position
2019-05-11 14:24:41 -07:00
..
mod.rs 1.7.10: Fix sending head/feet player position, #87 2019-05-11 14:24:41 -07:00
plugin_messages.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
sun.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
target.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00