summaryrefslogtreecommitdiffstats
path: root/source/ByteBuffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-137/+0
* ByteBuffer: Writing a string doesn't modify it (missing const).madmaxoft2013-10-311-2/+2
* MC uses VarInts only up to 32-bits.madmaxoft2013-10-281-4/+4
* cByteBuffer: Added the VarInt and VarUTF8String type reading and writing.madmaxoft2013-10-281-3/+19
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-121/+121
* More ByteBuffer checks: Is it used from a single thread only?madmaxoft@gmail.com2012-11-221-0/+5
* Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com2012-11-201-0/+3
* Debugging in cByteBuffer::Write(); added the ReadAgain() method to allow ProtoProxy re-send the data it has parsed.madmaxoft@gmail.com2012-09-041-0/+3
* Added writing support to cByteBuffer (will be used by ProtoProxy)madmaxoft@gmail.com2012-09-021-3/+20
* Cut out all packet handling to a separate cProtocol descendantmadmaxoft@gmail.com2012-08-271-0/+3
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-2/+2
* Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com2012-08-171-0/+90