summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ChunkSender won't send NULL packets anymoremadmaxoft@gmail.com2012-03-061-1/+5
* Fixed rev368's ChunkSender, now sends properly even chunks that are loaded. Fixed a deadlock in cClientHandle vs TickThread over cClientHandle::m_CSChunkListsmadmaxoft@gmail.com2012-03-061-22/+91
* 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-0/+133