summaryrefslogtreecommitdiffstats
path: root/src/World/Region.cpp
AgeCommit message (Collapse)Author
2015-02-02Region: make visitor argument a referenceMatthias Schiffer
2015-02-02Change region reader to a visitor patternMatthias Schiffer
Not keeping the whole region in memory reduces the needed space to less than 5MB (from about 140).
2015-02-01Use buffer API for chunk decompressionMatthias Schiffer
2015-02-01Start analyzing the chunksMatthias Schiffer
2015-02-01Implement most of the chunk formatMatthias Schiffer