valence/src
Ryan Johnson d85b7f5e89
Update packet inspector and fix packet bugs (#172)
- Implement `encoded_len` for packet enums.
- Fix bug in `has_next_packet` causing a later `unwrap` to panic.
- Add robust `encoded_len` check in `PacketEncoder` for debug builds.
- Split packet inspector regex into separate "inclusive" and "exclusive"
arguments because the `regex` crate does not support negative lookahead.
- Better `Debug` impls for `Ident` and `Compound`.
- Remove read/write timeouts from packet inspector.
2022-12-16 08:23:48 -08:00
..
chunk Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
client Client Cleanup (#159) 2022-11-29 03:37:32 -08:00
entity Re-export common items at the root of valence_protocol (#156) 2022-11-14 22:30:20 -08:00
server Update packet inspector and fix packet bugs (#172) 2022-12-16 08:23:48 -08:00
biome.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
chunk.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00
client.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00
config.rs Client Cleanup (#159) 2022-11-29 03:37:32 -08:00
dimension.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
entity.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
inventory.rs add swap_slot to Inventory (#168) 2022-12-11 09:35:14 -08:00
lib.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
packet.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00
player_list.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00
player_textures.rs Move protocol code to valence_protocol + redesigns (#153) 2022-11-13 06:10:42 -08:00
server.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00
slab.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
slab_rc.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
slab_versioned.rs Replace log crate with tracing (#157) 2022-11-16 18:22:44 -08:00
util.rs Big Optimizations (#164) 2022-12-11 02:37:02 -08:00
world.rs Update chunk data packet cache lazily (#170) 2022-12-13 22:56:22 -08:00