Skip to content

v0.4.0: Screw boost

Compare
Choose a tag to compare
@cthbleachbit cthbleachbit released this 18 Jan 02:02
· 173 commits to master since this release
v0.4.0
4b19e3c

Bug fixes:

  • Maps targeting 1.16 now have attributes added in older game versions.

???:

  • Boost is no longer a requirement for building nor running minemap. Minemap now operates on gzipped NBT directly with zlib. Kudos to Deepak Bandyopadhyay and Lutz Kettner for GZStream.h, slightly modified to work with C++17.

Known caveats:

  • Mapping RGB color to minecraft map color indices is (~3x) slower with STL unordered_map.