|
26555f1745
|
src/world/layer: make BlockInfo fields public
There were left private by accident.
|
2023-03-03 20:36:09 +01:00 |
|
|
e6e1f55fe9
|
Use zlib-ng backend for flate2 by default
Still allow disabling the feature to avoid the cmake dependency.
|
2023-03-03 20:00:03 +01:00 |
|
|
21fd3a42ca
|
io: add storage helper
Use bincode+zstd to serialize data structures for temporary storage.
|
2023-02-28 21:59:45 +01:00 |
|
|
f3a6711458
|
Update dependencies
|
2023-02-25 13:30:58 +01:00 |
|
|
96736bd7ed
|
Replace DivRem trait with num-integer crate
|
2023-02-12 23:08:53 +01:00 |
|
|
1049aad03d
|
Update dependencies
|
2023-02-12 23:03:58 +01:00 |
|
|
718ecf5909
|
resource: update block type code generator for Rust
|
2023-02-07 22:18:44 +01:00 |
|
|
daa188eb1d
|
io/region: use ChunkArray to parse region header
A layout of a ChunkArray::<u32> matches the binary format of the region
header.
|
2023-01-27 22:54:08 +01:00 |
|
|
28b22ce423
|
Introduce ChunkArray type
A generic array for per-chunk data, indexed by ChunkCoords.
|
2023-01-27 22:05:49 +01:00 |
|
|
5a364e2434
|
Add new regiondump implemention
|
2023-01-25 21:41:34 +01:00 |
|
|
ddd78079dc
|
Add new nbtdump util
|
2023-01-25 03:00:07 +01:00 |
|
|
40105aaccd
|
Initial Rust setup
|
2023-01-25 00:06:27 +01:00 |
|