MinedMap/src/World
Matthias Schiffer 03ae9cf302
Exclude unpopulated chunks from biome averaging
Avoids weirdly colored stripes at the edges of the map.
2020-06-20 12:17:24 +02:00
..
Block.hpp Biome: return FloatColor for block colors 2020-06-20 11:40:29 +02:00
Chunk.cpp Exclude unpopulated chunks from biome averaging 2020-06-20 12:17:24 +02:00
Chunk.hpp Separate top layer search from block data retrieval 2020-06-20 11:40:29 +02:00
ChunkData.cpp Fix clang-tidy warning about NBT tag 2019-05-25 16:41:12 +02:00
ChunkData.hpp Separate splitting of regions into chunks and actual parsing of chunk structure 2018-07-20 23:49:51 +02:00
Level.cpp Level: make buffer a member to prevent use-after-free 2015-02-03 12:18:25 +01:00
Level.hpp Level: make buffer a member to prevent use-after-free 2015-02-03 12:18:25 +01:00
Region.cpp Region: allow the last 4096 byte block to be incomplete 2019-12-14 23:19:09 +01:00
Region.hpp Separate splitting of regions into chunks and actual parsing of chunk structure 2018-07-20 23:49:51 +02:00
Section.cpp Section: implement new Minecraft 1.16 block state format 2020-06-18 22:57:38 +02:00
Section.hpp Section: implement new Minecraft 1.16 block state format 2020-06-18 22:57:38 +02:00