summaryrefslogtreecommitdiffstats
path: root/src/World/Region.hpp
AgeCommit message (Collapse)Author
2018-07-20Separate splitting of regions into chunks and actual parsing of chunk structureMatthias Schiffer
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-01Implement most of the chunk formatMatthias Schiffer