Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-03-07 | ChunkSender: Fixed a potential crash: removing a client means that no Send() is called on that client anymore | madmaxoft@gmail.com | 1 | -12/+18 |
2012-03-06 | ChunkSender won't send NULL packets anymore | madmaxoft@gmail.com | 1 | -1/+5 |
2012-03-06 | Fixed rev368's ChunkSender, now sends properly even chunks that are loaded. Fixed a deadlock in cClientHandle vs TickThread over cClientHandle::m_CSChunkLists | madmaxoft@gmail.com | 1 | -22/+91 |
2012-03-05 | 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.com | 1 | -0/+133 |