summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-03-01Resource/BlockType: fix color of "ready" saplingsMatthias Schiffer
2016-11-22Fix red_sand colorMatthias Schiffer
2016-11-15Add support for Minecraft 1.11 blocksMatthias Schiffer
2016-06-08Add support for Minecraft 1.10 blocksMatthias Schiffer
2016-03-14Fix beetroots color/visiblityMatthias Schiffer
2016-03-01Add missing biome 128Matthias Schiffer
2016-03-01Add support for Minecraft 1.9 blocksMatthias Schiffer
2015-09-19Chunk: allow generating unlighted maps for chunks without light dataMatthias Schiffer
2015-09-19Chunk: fix check for chunks with missing light dataMatthias Schiffer
2015-02-06Fix definition of timespec >= operatorMatthias Schiffer
2015-02-06Include cleanupMatthias Schiffer
2015-02-06Make light layer darkerMatthias Schiffer
2015-02-04build: don't use pkg-configMatthias Schiffer
2015-02-04Info: add missing includeMatthias Schiffer
2015-02-04Use heap memory for image buffersMatthias Schiffer
2015-02-03Add missing includeMatthias Schiffer
2015-02-03Add mipmap support to allow zooming outMatthias Schiffer
2015-02-03Nicer timespec operationsMatthias Schiffer
2015-02-03Refactor image creationMatthias Schiffer
2015-02-03Also unlink light tmpfile on errorsMatthias Schiffer
2015-02-03PNG: fix mipmapping of grayscale imagesMatthias Schiffer
2015-02-03PNG: fix scaling of grayscale imagesMatthias Schiffer
2015-02-03Generate light layerMatthias Schiffer
2015-02-03Start mipmapping infrastructureMatthias Schiffer
2015-02-03Level: make buffer a member to prevent use-after-freeMatthias Schiffer
2015-02-02Refactor PNG writingMatthias Schiffer
2015-02-02Free PNG structs after writingMatthias Schiffer
2015-02-02Add spawn coordinatesMatthias Schiffer
2015-02-02Refactor info generationMatthias Schiffer
2015-02-02Block: don't use lightingMatthias Schiffer
2015-02-02Chunk: zero data buffers to avoid using unitialized dataMatthias Schiffer
2015-02-02Generate info fileMatthias Schiffer
2015-02-02Region: make visitor argument a referenceMatthias Schiffer
2015-02-02Factor out filename checkMatthias Schiffer
2015-02-02Output "normal" messages to stdoutMatthias Schiffer
2015-02-02Catch exceptions for single regionsMatthias Schiffer
2015-02-02Workaround for old libraries without regex supportMatthias Schiffer
2015-02-02Don't explicitly include setjmpMatthias Schiffer
2015-02-02Skip unchanged regionsMatthias Schiffer
2015-02-02Convert all regions with one callMatthias Schiffer
2015-02-02Use DIM constant as PNG dimensionMatthias Schiffer
2015-02-02Change region reader to a visitor patternMatthias Schiffer
2015-02-02Chunk: refactor getTopLayer()Matthias Schiffer
2015-02-02Move ressource files to a separate directoryMatthias Schiffer
2015-02-02Extend colors by metadataMatthias Schiffer
2015-02-01Use biome dataMatthias Schiffer
2015-02-01Add support for biome colors, fix block type indicesMatthias Schiffer
2015-02-01Performance improvementsMatthias Schiffer
2015-02-01Handle lighting and depthMatthias Schiffer
2015-02-01Write PNG filesMatthias Schiffer