summaryrefslogtreecommitdiffstats
path: root/source/cChunk.inl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Using more of the index functions in cChunk, so it should be easy enough to flip the axis ordering nowfaketruth2012-03-101-2/+2
* ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :)madmaxoft@gmail.com2012-03-051-22/+24
* Got rid of some hardcoded numbers, now using hardcoded variables! woofaketruth2012-03-031-4/+4
* Chunk 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.com2012-02-161-0/+39
* Made a couple of functions in cChunk inline, this should speed up several block operations on chunksfaketruth2011-12-311-0/+118