summaryrefslogtreecommitdiffstats
path: root/source/ByteBuffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-137/+0
2013-11-24RCONClient: Initial implementation.madmaxoft1-0/+2
2013-10-31ByteBuffer: Writing a string doesn't modify it (missing const).madmaxoft1-2/+2
2013-10-28MC uses VarInts only up to 32-bits.madmaxoft1-4/+4
2013-10-28cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.madmaxoft1-3/+19
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-121/+121
2012-11-22More ByteBuffer checks: Is it used from a single thread only?madmaxoft@gmail.com1-0/+5
2012-11-20Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com1-0/+3
2012-09-04Debugging in cByteBuffer::Write(); added the ReadAgain() method to allow ProtoProxy re-send the data it has parsed.madmaxoft@gmail.com1-0/+3
2012-09-02Added writing support to cByteBuffer (will be used by ProtoProxy)madmaxoft@gmail.com1-3/+20
2012-08-27Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com1-0/+3
2012-08-18Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com1-2/+2
2012-08-17Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com1-0/+90