|
a2ba7e4738
|
main: build processed_dir path outside of RegionProcessor::new()
|
2023-03-01 19:17:50 +01:00 |
|
|
ea604b88f2
|
main: rename regiondir variable to region_dir
For consistency with other _dir variables.
|
2023-03-01 19:17:04 +01:00 |
|
|
ca6afa0cf9
|
main: return list of region coordinates from process_region_dir()
|
2023-03-01 19:16:09 +01:00 |
|
|
194715ad09
|
main: store processed region data
|
2023-03-01 00:13:06 +01:00 |
|
|
e02a1fc0c9
|
main: collect processed chunks in array
|
2023-03-01 00:11:42 +01:00 |
|
|
18cecb947e
|
main: factor out process_chunk() method
|
2023-03-01 00:09:11 +01:00 |
|
|
d77dcce778
|
main: print message when processing region
|
2023-03-01 00:06:48 +01:00 |
|
|
447a9482fe
|
main: create output directory for processed data files
|
2023-03-01 00:02:23 +01:00 |
|
|
04ab8c321f
|
main: fix formatting
rustfmt still doesn't handle let-else...
|
2023-03-01 00:00:40 +01:00 |
|
|
b68f04496c
|
main: introduce RegionCoords type alias
|
2023-02-28 23:57:48 +01:00 |
|
|
768ab13205
|
main: rename savedir argument to input_dir
|
2023-02-28 23:54:21 +01:00 |
|
|
fd0c9fbf1b
|
main: improve process_region() error handling
|
2023-02-26 01:11:59 +01:00 |
|
|
b2d849081d
|
io/region: allow stopping foreach_chunk early
Errors returned from the callback stop the loop early.
|
2023-02-26 01:01:37 +01:00 |
|
|
2d0f2fb865
|
main: iterate over regions of a Minecraft save dir
|
2023-02-25 17:46:00 +01:00 |
|
|
f48aa877d2
|
world: implement top_layer function
Implement one of the core functions of MinedMap: finding the topmost
visible block at each coordinate.
|
2023-02-18 11:51:24 +01:00 |
|
|
6379472282
|
world/de: new module for deserialization data structures
The new structures contain only the fields that MinedMap needs.
|
2023-02-07 18:32:01 +01:00 |
|
|
40105aaccd
|
Initial Rust setup
|
2023-01-25 00:06:27 +01:00 |
|