Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-19 | Chunk: allow generating unlighted maps for chunks without light data | Matthias Schiffer | |
2015-09-19 | Chunk: fix check for chunks with missing light data | Matthias Schiffer | |
2015-02-06 | Fix definition of timespec >= operator | Matthias Schiffer | |
2015-02-06 | Include cleanup | Matthias Schiffer | |
Also remove all uses of unistd.h by replacing unlink with std::rename | |||
2015-02-06 | Make light layer darker | Matthias Schiffer | |
2015-02-04 | build: don't use pkg-config | Matthias Schiffer | |
2015-02-04 | Info: add missing include | Matthias Schiffer | |
2015-02-04 | Use heap memory for image buffers | Matthias Schiffer | |
2015-02-03 | Add missing include | Matthias Schiffer | |
2015-02-03 | Add mipmap support to allow zooming out | Matthias Schiffer | |
2015-02-03 | Nicer timespec operations | Matthias Schiffer | |
2015-02-03 | Refactor image creation | Matthias Schiffer | |
2015-02-03 | Also unlink light tmpfile on errors | Matthias Schiffer | |
2015-02-03 | PNG: fix mipmapping of grayscale images | Matthias Schiffer | |
2015-02-03 | PNG: fix scaling of grayscale images | Matthias Schiffer | |
2015-02-03 | Generate light layer | Matthias Schiffer | |
2015-02-03 | Start mipmapping infrastructure | Matthias Schiffer | |
2015-02-03 | Level: make buffer a member to prevent use-after-free | Matthias Schiffer | |
2015-02-02 | Refactor PNG writing | Matthias Schiffer | |
2015-02-02 | Free PNG structs after writing | Matthias Schiffer | |
2015-02-02 | Add spawn coordinates | Matthias Schiffer | |
2015-02-02 | Refactor info generation | Matthias Schiffer | |
2015-02-02 | Block: don't use lighting | Matthias Schiffer | |
2015-02-02 | Chunk: zero data buffers to avoid using unitialized data | Matthias Schiffer | |
2015-02-02 | Generate info file | Matthias Schiffer | |
2015-02-02 | Region: make visitor argument a reference | Matthias Schiffer | |
2015-02-02 | Factor out filename check | Matthias Schiffer | |
2015-02-02 | Output "normal" messages to stdout | Matthias Schiffer | |
This makes it easier to filter for the errors | |||
2015-02-02 | Catch exceptions for single regions | Matthias Schiffer | |
2015-02-02 | Workaround for old libraries without regex support | Matthias Schiffer | |
2015-02-02 | Don't explicitly include setjmp | Matthias Schiffer | |
libpng does this for us. | |||
2015-02-02 | Skip unchanged regions | Matthias Schiffer | |
2015-02-02 | Convert all regions with one call | Matthias Schiffer | |
2015-02-02 | Use DIM constant as PNG dimension | Matthias Schiffer | |
2015-02-02 | Change region reader to a visitor pattern | Matthias Schiffer | |
Not keeping the whole region in memory reduces the needed space to less than 5MB (from about 140). | |||
2015-02-02 | Chunk: refactor getTopLayer() | Matthias Schiffer | |
2015-02-02 | Move ressource files to a separate directory | Matthias Schiffer | |
2015-02-02 | Extend colors by metadata | Matthias Schiffer | |
2015-02-01 | Use biome data | Matthias Schiffer | |
2015-02-01 | Add support for biome colors, fix block type indices | Matthias Schiffer | |
2015-02-01 | Performance improvements | Matthias Schiffer | |
2015-02-01 | Handle lighting and depth | Matthias Schiffer | |
2015-02-01 | Write PNG files | Matthias Schiffer | |
No biome colors or light levels yet... | |||
2015-02-01 | Compute top non-air layer | Matthias Schiffer | |
This doesn't yet ignore non-opaque blocks. | |||
2015-02-01 | Use buffer API for chunk decompression | Matthias Schiffer | |
2015-02-01 | Further chunk parsing | Matthias Schiffer | |
2015-02-01 | Don't throw an exception when a compound field is not found | Matthias Schiffer | |
2015-02-01 | Start analyzing the chunks | Matthias Schiffer | |
2015-02-01 | Parse chunk data on demand | Matthias Schiffer | |
2015-02-01 | Use template argument for list subtype, extract further information from chunks | Matthias Schiffer | |