Commit graph

27 commits

Author SHA1 Message Date
561a1e6577
minedmap 2.4.0 2025-01-11 01:54:53 +01:00
a2f0ad401d
CHANGELOG.md: fix missing word 2025-01-11 01:51:35 +01:00
c23b53a8c3
core, viewer: add support for WebP output
WebP can be selected by passing `--image-format webp` on the command
line. For typical Minecraft worlds, this results in a size reduction of
10-15% without increasing processing time.
2025-01-11 01:41:04 +01:00
b9cd94b235
CHANGELOG.md: remove reference to Minecraft internals
Remove a sentence that refers to internal color names, as the
information is more confusing than helpful in a user-facing changlog.
2025-01-06 22:31:56 +01:00
f9954d1ce4
minedmap 2.3.1 2025-01-06 21:25:29 +01:00
ff6e28d381
world, viewer: fix sign text colors
- Fix text colors for signs modified using dye
- Fix text colors specified using `#rrggbb` CSS syntax in JSON text

Only named colors specified via JSON text were working as intended. Dyed signs use different
color names.

The mapping of color names to values is now handled by the generator. Both the generator and the
viewer must be updated for sign text colors to work.
2025-01-06 21:16:41 +01:00
7f329ac8e7
CHANGELOG.md: fix heading for previous release 2025-01-06 20:30:32 +01:00
650cd23198
minedmap 2.3.0 2025-01-02 13:42:11 +01:00
83bd936f80
viewer: add images for pale oak signs 2024-12-31 12:21:09 +01:00
9b3b345318
resource: update block types and biomes for 1.21.4 2024-12-31 12:21:09 +01:00
f43e84eb2b
minedmap 2.2.0 2024-06-23 11:31:45 +02:00
414ad5a493
resource: add Minecraft 1.21 block types 2024-06-23 01:24:07 +02:00
e9abe6b502
minedmap 2.1.1 2024-06-14 16:31:18 +02:00
e74e7be686
core: region_processor: ignore empty region files
Minecraft generates empty region files in some cases. Just ignore these
files instead of printing an error message for each.
2024-06-14 16:19:55 +02:00
66189d279c
core: region_processor: fix crash due to incorrect counting in info message
Fixes #52
2024-06-14 16:02:56 +02:00
9fd3989a95
minedmap 2.1.0 2024-01-27 14:16:03 +01:00
3d84e9c9e4
CHANGELOG.md: mention --sign-transform 2024-01-27 14:08:42 +01:00
6299c871a9
CHANGELOG.md: add sign layer 2024-01-11 00:02:25 +01:00
e8165aa47d
world: hide unknown block/biome type warnings by default
While using MinedMap with modded Minecraft version is not officially
supported, it should still work reasonably well if you're okay with
custom block types being invisible and custom biomes using default
grass/color/foliage colors.

Avoid spamming the log with messages for each section in this case
without --verbose, and instead just print a single warning at the end of
processing.
2024-01-10 13:02:29 +01:00
5273e4b366
CHANGELOG.md: reformat previous release changes
Use the "Added" and "Changed" headings like in previous releases.
2024-01-10 13:02:29 +01:00
7ea09a46f9
minedmap 2.0.2 2024-01-07 22:28:53 +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
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
ceb71f035c
minedmap 2.0.0 2023-09-30 16:53:07 +02:00
d9d7cda5ee
Add CHANGELOG.md 2023-09-30 16:15:56 +02:00