valence/src
Ryan a9005d7a59 Make slotmap keys unique
This lets us use slotmap keys between different instances of the slotmap
without unspecified behavior happening. Also, we no longer have to worry
about version overflow. The downside is that the keys are now 12 bytes
instead of 8, but this is an acceptable trade if it means fewer bugs.
2022-05-07 01:05:23 -07:00
..
entity Put all config options in a single trait 2022-04-30 05:06:20 -07:00
aabb.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
block.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
block_pos.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
byte_angle.rs move from private repo 2022-04-14 14:55:45 -07:00
chunk.rs Use the block state API in chunk.rs. 2022-04-30 19:05:38 -07:00
client.rs Change update_duration to tick_rate and tweak favicon_png. 2022-04-30 18:01:59 -07:00
codec.rs move from private repo 2022-04-14 14:55:45 -07:00
config.rs Change update_duration to tick_rate and tweak favicon_png. 2022-04-30 18:01:59 -07:00
entity.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
identifier.rs move from private repo 2022-04-14 14:55:45 -07:00
lib.rs Put all config options in a single trait 2022-04-30 05:06:20 -07:00
packets.rs Put all config options in a single trait 2022-04-30 05:06:20 -07:00
protocol.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
server.rs Change update_duration to tick_rate and tweak favicon_png. 2022-04-30 18:01:59 -07:00
slot.rs move from private repo 2022-04-14 14:55:45 -07:00
slotmap.rs Make slotmap keys unique 2022-05-07 01:05:23 -07:00
text.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00
util.rs move from private repo 2022-04-14 14:55:45 -07:00
var_int.rs move from private repo 2022-04-14 14:55:45 -07:00
var_long.rs move from private repo 2022-04-14 14:55:45 -07:00
world.rs Rip out the ECS. 2022-04-29 00:48:41 -07:00