96c60b048e
minedmap-nbt 0.1.1
2024-01-07 22:26:12 +01:00
b48cde7ba8
minedmap-types 0.1.2
2024-01-07 22:23:45 +01:00
e856800c3d
minedmap-resource 0.2.0
2024-01-07 22:21:46 +01:00
5602d3d499
CHANGELOG.md: update
2024-01-07 22:15:39 +01:00
fbb99bb467
Update remaining repository URLs
2024-01-07 22:08:55 +01:00
a37dd79a02
Merge pull request #43 from neocturne/mc1.20.3
...
Updates & Minecraft 1.20.3 support
2024-01-05 22:07:29 +01:00
997d807dc7
resource: add short_grass block type
...
Besides adding a number of experimental block types for the 1.21 preview,
Minecraft 1.20.3 also renamed the "grass" block to "short grass"
internally. Add the new block name to avoid warnings during generation.
2024-01-05 21:54:17 +01:00
e5b7838ac5
Update dependencies
2024-01-05 21:54:17 +01:00
cb7f428974
viewer: update to leaflet 1.9.4
2024-01-03 04:57:15 +01:00
a8e0af287b
viewer: update attribution link
2024-01-03 04:56:51 +01:00
fdf44ebc80
viewer: update to use "modern" ECMAScript features
2024-01-03 04:56:47 +01:00
c67f3b8c48
Merge pull request #42 from neocturne/updates
...
Dependency updates & some region processor refactoring
2023-12-30 01:28:04 +01:00
1812e5c6d6
Add type alias for f32 colors to minedmap-resource
...
Allow removing the dependency on a specific glam version from the main
crate.
2023-12-29 20:13:03 +01:00
1432df7c93
Update dependencies
2023-12-29 20:06:52 +01:00
93c1ce9437
core/region_processor: further split up SingleRegionProcessor::run()
2023-11-25 23:17:04 +01:00
25f675bd3b
core/region_processor: make logic for skipping updates more fine-grained
...
Allow skipping parts of the processing separately for processed region
and lightmap files.
2023-11-25 22:59:12 +01:00
a5ad057e0c
core/region_processor: refactor RegionProcessor::process_region()
2023-11-25 22:54:08 +01:00
fa15a4e6e5
core/common: separate FileMetaVersion for different outputs
2023-11-25 22:13:02 +01:00
4574c06f5d
core/common: remove Clone from ProcessedChunk/ProcessedRegion
...
These can be rather large, and there is no reason to ever clone them.
2023-11-25 22:11:56 +01:00
74a4fc93d0
world/de: rename Variants enums to Variant
2023-11-25 19:01:36 +01:00
b32bdb4d8e
README.md: mention minimum supported Rust version
2023-11-18 21:15:04 +01:00
196e21718f
minedmap 2.0.1
2023-11-18 19:06:25 +01:00
ec4b1053c5
CHANGELOG.md: update for invalid region handling fix
2023-11-18 19:04:59 +01:00
cc9d2c00b4
Cargo.lock: update
2023-11-18 19:04:59 +01:00
5f2dea6b4f
minedmap-types 0.1.1
2023-11-18 18:59:54 +01:00
a21feceeb6
Merge pull request #33 from neocturne/ignore-broken-regions
...
Ignore broken regions (+ related cleanup)
2023-11-18 18:57:10 +01:00
412568603e
README.md: minor updates
2023-11-18 18:51:11 +01:00
2c1c8c17ef
Update dependencies
2023-11-18 18:49:25 +01:00
fba9b6cb55
core/region_processor: reenable stat output
2023-10-12 21:49:42 +02:00
506631a18f
core/region_processor: only return available regions
...
Ignore regions that failed to process and have no old processed data.
2023-10-12 21:49:42 +02:00
fd48f94f16
core/region_processor: make regular processing errors non-fatal again
...
Never fail because of invalid save files.
2023-10-12 21:49:42 +02:00
09374d755e
core/region_processor: introduce RegionProcessorStatus enum
2023-10-12 20:10:28 +02:00
284892cea6
core/region_processor: make all process_region() error fatal
...
Less severe errors will be changed not to be passed up to run().
2023-10-12 20:10:28 +02:00
46c04e632f
core/region_processor: temporarily disable stat output
2023-10-12 20:10:28 +02:00
38da1616d5
core/region_processor: rename path to input_path in process_region()
...
Make the variable names more consistent.
2023-10-12 20:10:28 +02:00
920547f64a
core/tile_mipmapper: use mpsc channels for counters
...
Make the code a bit easier to understand.
2023-10-12 20:10:28 +02:00
30e5aee09e
Update dependencies
2023-10-12 18:27:49 +02:00
ceb71f035c
minedmap 2.0.0
2023-09-30 16:53:07 +02:00
1559486727
README.md: update for release
2023-09-30 16:17:49 +02:00
d9d7cda5ee
Add CHANGELOG.md
2023-09-30 16:15:56 +02:00
8873ff74c4
Update dependencies
2023-09-30 10:09:04 +02:00
c7145c5c4a
Cargo.toml: add cargo-release config
2023-09-29 22:15:08 +02:00
7d37f6a5d0
Add summary messages
2023-09-20 00:38:19 +02:00
a8eb2da95d
Use tracing for configurable logging
2023-09-19 23:29:05 +02:00
e57ec81d96
ci: strip release binaries
2023-09-17 22:33:58 +02:00
fcd05b5e1c
Revert "ci: add shorter labels for target OS names again"
...
This reverts commit f898116209
.
Let's keep the full target names to stay compatible with cargo-binstall
(and possibly cargo-dist in the future).
2023-09-17 21:45:36 +02:00
f898116209
ci: add shorter labels for target OS names again
2023-09-17 20:01:59 +02:00
92fb2a9ba5
ci: remove unused env GH_TOKEN
2023-09-17 19:58:21 +02:00
63b9f085e1
ci: add Rust build
2023-09-17 19:24:16 +02:00
a153889ce6
Update dependencies
2023-09-17 19:24:16 +02:00