summaryrefslogtreecommitdiffstats
path: root/src/ByteBuffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-08Protocol: Use correct calculation for delta movements (#5455)Tiger Wang1-1/+8
2022-04-20Updated protocol functions to Vector3xx12xx12x1-0/+2
2021-03-05Prepare ChunkData for BlockState storage (#5105)Tiger Wang1-0/+3
2021-01-26Fix debug macro situation (#5114)Tiger Wang1-1/+1
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-8/+8
2020-07-261.14 connection supportTiger Wang1-2/+4
2017-08-25Add cUUID class (#3871)peterbell101-1/+3
2016-10-12Spectators added (#2852)bibo381-0/+1
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-0/+3
2016-02-05Bulk clearing of whitespaceLogicParrot1-18/+18
2015-10-02Remove a pair of unused broken functionstycho1-4/+0
2015-03-22Added VarInt64, normalized cPacketizer datatype names.Mattes D1-7/+9
2015-03-22Unified cPacketizer across all protocols.Mattes D1-1/+1
2015-03-21Unified cByteBuffer types.Mattes D1-12/+15
2015-01-21ByteBuffer: Added support for reading unsigned shorts and ints.Matyas Dolak1-0/+2
2014-12-03ByteBuffer: Re-added Single-thread access checker.Mattes D1-0/+6
2014-10-19Use std::threadTiger Wang1-4/+0
2014-09-27Bug fixTiger Wang1-1/+0
2014-09-25Added cByteBuffer::WriteBEUShort().madmaxoft1-0/+1
2014-09-181.8: Simplified item metadata reading.Howaner1-3/+0
2014-09-08Fixed more 1.8 packets.Howaner1-0/+5
2014-05-01Fixed warnings in cByteBuffer.madmaxoft1-1/+1
2014-05-01Added cBufferedSslContext implementation.madmaxoft1-20/+20
2014-04-25Small changes; warning fixing.archshift1-1/+1
2014-04-24cByteBuffer uses void * instead of char * in data interface.madmaxoft1-1/+1
2014-04-24Changed cByteBuffer constructor to take a size_t instead of int.madmaxoft1-1/+1
2014-03-09Fixed Mesannine twister to use UInt32Tycho1-1/+1
2014-03-08Fixed issues with int vs size_t and a few other warningsTycho1-3/+3
2014-03-07WarningsTycho1-12/+12
2013-12-31fixed warnings in bytebuffer.cppTycho Bickerstaff1-1/+1
2013-12-13Fixed threading issues affecting cProtocol172.madmaxoft1-0/+6
2013-12-05ByteBuffer: Fixed optimization failures with threading checks.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+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