summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed previous commitmadmaxoft@gmail.com2013-05-281-1/+1
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-131-9/+9
* Fixed more valgrind issuesmadmaxoft@gmail.com2012-10-271-1/+2
* Fixed up a few valgrind warningsmadmaxoft@gmail.com2012-10-251-0/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-2/+2
* Source files cleanup: ChunkDataSerializer is Protocol-relatedmadmaxoft@gmail.com2012-09-231-1/+1
* git-svn-id: http://mc-server.googlecode.com/svn/trunk@795 0a769ca7-a7f5-676a-18bf-c427514a06d6madmaxoft@gmail.com2012-08-261-9/+5
* Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.madmaxoft@gmail.com2012-08-241-11/+8
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-1/+1
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-300/+300
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-3/+54
* Updated version text to include 1.2.5; ChunkSender doesn't serialize chunk packets for chunks without a clientmadmaxoft@gmail.com2012-05-071-0/+5
* Fixed a possible crash in ChunkSender - a client would be reported as removed but still would be in the internal queue.madmaxoft@gmail.com2012-03-271-2/+15
* Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com2012-03-141-9/+0
* Removed an unwarranted assert in cChunkSendermadmaxoft@gmail.com2012-03-131-2/+5
* Fixed MapChunk packets to include (fake) biome data, makes clients happymadmaxoft@gmail.com2012-03-121-1/+2
* Stopping the ChunkSender upon server stopmadmaxoft@gmail.com2012-03-111-2/+12
* Not sending chunks to the client twicemadmaxoft@gmail.com2012-03-111-0/+11
* Fixed *nix threading issue;madmaxoft@gmail.com2012-03-101-3/+3
* cClientHandles have a unique ID now to distinguish themfaketruth2012-03-091-1/+4
* ChunkSender: Fixed a potential crash: removing a client means that no Send() is called on that client anymoremadmaxoft@gmail.com2012-03-071-12/+18
* 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