index
:
mgasi/mcproto-rs.git
1.19.3
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
v1_15_2.rs
Age
Commit message (
Collapse
)
Author
2021-01-01
make the type for 1.15.2 packet smaller (4k+ -> a few hundred bytes)
Joey Sacchini
2020-12-07
packet kind enum
Joey Sacchini
2020-10-22
move RemainingBytes out of the protocol definitions and refactor some ↵
Joey Sacchini
duplication in chat.rs
2020-10-20
simplify relationship between raw packet and packet
Joey Sacchini
2020-10-20
define the Id, State, and PacketDirection types for all protocol versions, ↵
Joey Sacchini
and put that in the protocol module
2020-10-20
lots of macro and type refactoring to simplify common patterns such as: ↵
Joey Sacchini
position/location/rotation, counted array types (macro -> generics), rename some macros, and use macros to implement primitives (and other things in types.rs inc: VarInt/VarNum)
2020-10-20
add get_mut to entity metadata
Joey Sacchini
2020-10-20
fix no_std for EntityMetadata
Joey Sacchini
2020-10-20
iterator for entity metadata
Joey Sacchini
2020-10-20
implement basic support for entity metadata format
Joey Sacchini
2020-10-19
let the compiler decide about inlining, my choices seem to have a trivial ↵
Joey Sacchini
impact on performance
2020-10-19
make benchmarks an optional feature so we don't require nightly rust to use ↵
Joey Sacchini
this crate
2020-10-19
fix mistakes when implementing no_std
Joey Sacchini
2020-10-19
allow no_std with alloc
Joey Sacchini
2020-10-16
add feature to support enum associated values in macro-defined-enums, and ↵
Joey Sacchini
replace most of the manually defined enums
2020-10-14
update raw packet to allow deserialization of body in a match
Joey Sacchini
2020-10-14
implement enum based raw packet types
Joey Sacchini
2020-10-13
fix imports a bit
Joey Sacchini
2020-10-13
fix stop sound
Joey Sacchini
2020-10-13
test stop sound
Joey Sacchini
2020-10-13
Implement stop sound and give some structure to command node declare packet
Joey Sacchini
2020-10-13
fix stats
Joey Sacchini
2020-10-13
fix stats
Joey Sacchini
2020-10-09
Implement server-bound advancement tab packet
Joey Sacchini
2020-10-09
implement advancement packet (clientbound) and recipe book (serverbound)
Joey Sacchini
2020-10-09
interact packet from client has a hand field when action is Interact
Joey Sacchini
2020-10-09
read/write length prefix for light data arrays
Joey Sacchini
2020-10-09
force impl sync despite Cell
Joey Sacchini
2020-10-09
fix broken lighting data and totally rewrite chat engine
Joey Sacchini
2020-10-09
cargo fmt
Joey Sacchini
2020-10-09
title packet and exposion -> explosion
Joey Sacchini
2020-10-09
implement teams packets
Joey Sacchini
2020-10-08
fix update light packet
Joey Sacchini
2020-10-08
fix entity status
Joey Sacchini
2020-10-02
fix random generation and make raw packet accept a borrowed slice
Joey Sacchini
2020-09-29
cargo fmt
Joey Sacchini
2020-09-29
add a very important comment
Joey Sacchini
2020-09-29
implement automated testing of all data-types
Joey Sacchini
2020-09-29
init commit
Joey Sacchini