Releases: leMaik/ChunkyMap
Releases · leMaik/ChunkyMap
v2.6.0-pre4
Changed
- Use Chunky 2.4.4 to add compatibility with Minecraft 1.18 and 1.19
Known bugs
- Denoising does not work correctly yet
v2.6.0-pre3
Fixed
- Fix dependency warning when loading the plugin
- Reduce timeouts when using ChunkyCloud, fix unclosed response bodies
- Fix ConcurrentModificationException when getting the world path #30
- Fix compatibility with Dynmap 2.3 or later #40
Changed
- Mute some Chunky warnings that can be safely ignored
v2.6.0-pre2
Fixed
- Fix texturepack support
Changed
- Put tiles that failed to render back into the tile queue
This is somewhat hacky but it works pretty well with dynmap. If it doesn't, it can be disabled by setting therequeueFailedTiles
option tofalse
in the map config.
v2.5.2
v2.5.1
v2.6.0-pre1
Added
- Add support for rendering on ChunkyCloud
v2.5.0
Fixed
- Fix rendering not continuing after a server restart #1
Added
- Add an option to cap Chunky's CPU usage (per dynmap render thread) #19
Changed
- Update to Chunky to version 2.3.0-18-g94f81238
This is based on Chunky 2.3.0 so it includes emitter sampling, per-biome water colors, player heads, and much more, see the Chunky 2.3.0 release notes for details
v2.4.2
Fixed
- Fix rendering end and nether dimensions
- Fix the
minimumheight
andmaximumheight
properties of custom perspectives being ignored (can be used for clipping the height of rendered blocks) - Don't download the default textures every time the server starts if they already exist
Changed
- Add more examples to the readme
v2.4.1
Fixed
- Fix stack overflow if denoising is disabled
- Fix crash if the denoiser isn't supported (even if it is disabled), i.e. on non-Linux systems
- Fix tile positions for worlds with non-default
extrazoomout
values or medium resolution perspectives - Fix configured thread count being ignored (again)
Changed
- Limit the threads used for post-processing to the configured thread count
v2.4.0
Fixed
- Fix missing textures error #12
- Fix render thread count being ignored
- Fix
NoSuchMethodException
#13 @stormboomer
Added
- Integrate the Intel Open Image Denoiser (only works on Linux for now)
Changed
- Use 1.16.1 textures by default
- Improve rendering performance (the binary provided here is built against this chunky version to fix concurrency issues and improve performance)