summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSCompact.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-30Removed WSSCompactTiger Wang1-157/+0
2014-07-17Normalized comments.madmaxoft1-3/+3
2014-05-21Renamed cChunkBuffer to cChunkDataTycho1-1/+1
2014-05-18Fixed issue with types not being defined for an unused parameterTycho1-1/+1
2014-04-26Implemented Chunk Sparsing with segmentsTycho1-1/+2
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-1/+1
2014-03-11Unified Vector classesandrew1-1/+1
2014-01-17Added user setting compression factorTycho1-2/+5
2013-12-20Attempt at fixing cChunkDef::Height signedness.madmaxoft1-0/+8
2013-11-28Moved json includes to where they are really needed.madmaxoft1-0/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-09-23Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com1-1/+1
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-144/+144
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+30
2012-03-24Reverted the previous commit - it is useless, since entities still depend heavily on cWorldmadmaxoft@gmail.com1-5/+5
2012-03-23Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers)madmaxoft@gmail.com1-5/+5
2012-03-10Completely integrated the new axis ordering. Will update worlds accordinglyfaketruth1-1/+6
2012-03-07WSSCompact: fixed switched version values (!); removed unused methodsmadmaxoft@gmail.com1-2/+0
2012-03-04Should have complete support for 256 blocks high worlds. Old save files are converted to new ones at load.faketruth1-0/+9
2012-02-28Implemented synchronous chunk loading; optimized cChunkStay interface for speed (though still unused ;)madmaxoft@gmail.com1-2/+19
2012-02-16Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properlymadmaxoft@gmail.com1-8/+9
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-0/+84