Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed *nix threading issue; | madmaxoft@gmail.com | 2012-03-10 | 1 | -3/+3 |
* | cClientHandles have a unique ID now to distinguish them | faketruth | 2012-03-09 | 1 | -1/+4 |
* | 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 | -12/+18 |
* | ChunkSender won't send NULL packets anymore | madmaxoft@gmail.com | 2012-03-06 | 1 | -1/+5 |
* | 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 | -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.com | 2012-03-05 | 1 | -0/+133 |