Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChunkSender: Fixed a potential crash: removing a client means that no Send() is called on that client anymore | madmaxoft@gmail.com | 2012-03-07 | 1 | -4/+9 |
* | Added a little documentation on ChunkSender. | madmaxoft@gmail.com | 2012-03-06 | 1 | -1/+14 |
* | 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 | 2012-03-06 | 1 | -0/+29 |
* | 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 | 2012-03-05 | 1 | -0/+63 |