stevenarella/src
iceiix e8025a0978
1.11.2 (316) protocol update (#38)
Only a minor update, -1 now indicates no color, so changed u8 to i8:

https://wiki.vg/Protocol_History#16w50a
https://wiki.vg/index.php?title=Protocol&diff=8543&oldid=8405
https://wiki.vg/index.php?title=Protocol&oldid=8543

and updated version numbers. 1.11.2 uses the same 1.11 assets, which can
be found by looking up 1.11.2 in:

https://launchermeta.mojang.com/mc/game/version_manifest.json
https://launchermeta.mojang.com/v1/packages/6bd228727ed48bd7ac7bdc0088587dad0fb7c02b/1.11.2.json

1.11.2/1.11 is compatible except for the version number, which is now sent matching the server (#20), so no backwards-compatible branch for 1.11 (315) is needed.

https://github.com/iceiix/steven/issues/18 Enhance protocol support
2018-12-01 10:10:48 -08:00
..
console Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
ecs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
entity Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
gl Use glutin to replace sdl2 (#35) 2018-11-30 11:35:35 -08:00
model Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
nbt Update try!() to new ? syntax for Rust 2018 edition 2018-11-04 11:48:51 -08:00
protocol 1.11.2 (316) protocol update (#38) 2018-12-01 10:10:48 -08:00
render Use glutin to replace sdl2 (#35) 2018-11-30 11:35:35 -08:00
screen Get the protocol version to send from the ping packet (#20) 2018-11-30 16:41:27 -08:00
server Get the protocol version to send from the ping packet (#20) 2018-11-30 16:41:27 -08:00
types Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
ui Use glutin to replace sdl2 (#35) 2018-11-30 11:35:35 -08:00
world Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08: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 Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
format.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
item.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
macros.rs Base implementation for worlds/blocks 2016-03-18 22:24:30 +00:00
main.rs Get the protocol version to send from the ping packet (#20) 2018-11-30 16:41:27 -08:00
resources.rs 1.11.2 (316) protocol update (#38) 2018-12-01 10:10:48 -08:00
settings.rs Use glutin to replace sdl2 (#35) 2018-11-30 11:35:35 -08:00