MinedMap/src
Matthias Schiffer 3ec83c8cf8
Compare file contents with old data before writing
Do not writeoutput files when their content hasn't changed. This saves
time for incremental generation (as compressing a PNG takes much longer
than decompressing it) and avoids modification timestamp updates that
might trigger subsequent generation steps.
2020-06-20 15:01:52 +02:00
..
NBT NBT: unify API of different array types 2019-12-11 21:02:51 +01:00
Resource Biome: return FloatColor for block colors 2020-06-20 11:40:29 +02:00
World Exclude unpopulated chunks from biome averaging 2020-06-20 12:17:24 +02:00
Buffer.hpp Use buffer API for chunk decompression 2015-02-01 06:04:56 +01:00
CMakeLists.txt build: add install command 2019-08-28 21:00:17 +02:00
GZip.cpp GZip: improve file open error message 2019-12-14 22:19:34 +01:00
GZip.hpp Add spawn coordinates 2015-02-02 18:33:21 +01:00
Info.cpp Include cleanup 2015-02-06 19:51:20 +01:00
Info.hpp Add missing include 2015-02-03 20:17:35 +01:00
MinedMap.cpp Compare file contents with old data before writing 2020-06-20 15:01:52 +02:00
nbtdump.cpp Add Tag print functions and nbtdump tool 2018-07-20 23:49:50 +02:00
PNG.cpp PNG: export format byte count 2020-06-20 15:01:09 +02:00
PNG.hpp PNG: export format byte count 2020-06-20 15:01:09 +02:00
regiondump.cpp Add regiondump tool 2018-07-20 23:49:51 +02:00
UniqueCPtr.hpp Implement most of the chunk format 2015-02-01 00:27:01 +01:00
Util.hpp Add biome color computation 2018-11-08 17:49:28 +01:00