Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-03-12 | Fixed MapChunk packets to include (fake) biome data, makes clients happy | madmaxoft@gmail.com | 1 | -1/+1 |
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 | -12/+1 |
2012-03-01 | Clients can join the server, but chunks are sent completely empty | faketruth | 1 | -0/+22 |
2012-02-13 | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 1 | -2/+14 |
2012-02-07 | Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility. | madmaxoft@gmail.com | 1 | -3/+11 |
2012-01-27 | MSVC 2008 Express compatibility: Added the projects, modified sources to compile. Tested on MSVC 2008 Express and MSVC 2010 Express | madmaxoft@gmail.com | 1 | -1/+1 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+37 |