summaryrefslogtreecommitdiffstats
path: root/src/ByteBuffer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Protocol: Use correct calculation for delta movements (#5455)Tiger Wang2022-11-081-0/+18
* Remove redundant initialisationsTiger Wang2022-06-021-1/+1
* Updated protocol functions to Vector3xx12xx12x2022-04-201-0/+18
* fix various compiler warnings (and some unwanted case statement fallthroughs)hle02022-04-121-1/+1
* ByteBuffer: fully defined Position handlingTiger Wang2022-01-161-12/+12
* Fix WriteXZYPosition64 and add testsBond_0092022-01-141-1/+1
* Fix compilation with Clang 13.0.0Bond_0092022-01-131-3/+7
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-0/+28
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-1/+1
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-11/+26
* 1.14 connection supportTiger Wang2020-07-261-3/+43
* Fix building with clang 8.0 (#4346)Bond-0092019-08-111-2/+2
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-3/+3
* Add cUUID class (#3871)peterbell102017-08-251-19/+5
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-37/+0
* Spectators added (#2852)bibo382016-10-121-0/+33
* Fixed RasPi builds of unit tests.Mattes D2016-08-041-1/+3
* Fix endianness issue with ODROID-C2 Boards (#3268)Alexander Harkness2016-07-201-1/+1
* SelfTests: Moved ByteBuffer test to a separate project.Mattes D2016-06-181-66/+0
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-0/+18
* Bulk clearing of whitespaceLogicParrot2016-02-051-14/+14
* Remove a pair of unused broken functionstycho2015-10-021-34/+0
* Unified the doxy-comment format.Mattes D2015-07-311-2/+0
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-7/+7
* SelfTests are registered and executed after logging framework init.Mattes D2015-06-111-7/+8
* Added VarInt64, normalized cPacketizer datatype names.Mattes D2015-03-221-8/+53
* Unified cPacketizer across all protocols.Mattes D2015-03-221-4/+8
* Unified cByteBuffer types.Mattes D2015-03-211-31/+72
* ByteBuffer: Added support for reading unsigned shorts and ints.Matyas Dolak2015-01-211-1/+31
* cByteBuffer: Improved SingleThreadAccessChecker performance.Mattes D2015-01-031-1/+6
* ByteBuffer: SingleThreadAccessChecker is request-only.Mattes D2014-12-241-1/+10
* Fixed indent.Mattes D2014-12-031-2/+2
* ByteBuffer: Re-added Single-thread access checker.Mattes D2014-12-031-0/+84
* En masse NULL -> nullptr replaceTiger Wang2014-10-201-1/+1
* Use std::threadTiger Wang2014-10-191-74/+0
* Bug fixTiger Wang2014-09-271-17/+0
* cByteBuffer: Simplified ReadPosition().madmaxoft2014-09-251-6/+9
* cByteBuffer: Fixed position reading.madmaxoft2014-09-251-3/+3
* Added cByteBuffer::WriteBEUShort().madmaxoft2014-09-251-0/+13
* 1.8: Simplified item metadata reading.Howaner2014-09-181-17/+0
* Use xofts ReadPosition() code.Howaner2014-09-171-3/+6
* 1.8: Fixed ReadItem()Howaner2014-09-121-1/+1
* Fixed more 1.8 packets.Howaner2014-09-081-0/+44
* Assume POWER is big-endian, so it compiles.Alexander Harkness2014-08-231-1/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Nullify deleted pointers.archshift2014-06-191-0/+1
* Removed assert that is now informed by type systemworktycho2014-06-111-1/+0
* Fixed warnings in cByteBuffer.madmaxoft2014-05-011-13/+13
* Merged branch 'master' into SslWrappers.madmaxoft2014-04-281-2/+0
|\
| * Removed Old AssertsTycho2014-04-271-2/+0
* | cByteBuffer uses void * instead of char * in data interface.madmaxoft2014-04-241-4/+5
|/
* Changed cByteBuffer constructor to take a size_t instead of int.madmaxoft2014-04-241-1/+1
* Fixed xofts issuesTycho2014-03-141-1/+1
* Fixed more Format issuesTycho2014-03-111-1/+1
* Fixed test assertsTycho2014-03-101-3/+0
* Fixed assertTycho2014-03-101-14/+17
* Fixed Alignment issue in ByteBufferTycho2014-03-101-1/+1
* FIxed int in testTycho2014-03-091-1/+1
* Added staticTycho2014-03-081-1/+1
* Added tons more asserts to bytebufferTycho2014-03-081-7/+17
* Enabled self test of bytebufferTycho2014-03-081-1/+1
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-10/+10
* Actually Fixed ByteBufferTycho2014-03-081-3/+3
* WarningsTycho2014-03-071-5/+5
* cByteBuffer has more self-tests.madmaxoft2014-01-261-6/+29
* removed unneccisary castTycho Bickerstaff2013-12-311-1/+2
* fixed warnings in bytebuffer.cppTycho Bickerstaff2013-12-311-3/+3
* Fixed threading issues affecting cProtocol172.madmaxoft2013-12-131-0/+22
* Hopefully fixed the sparc not being detectedAlexander Harkness2013-12-041-1/+3
* Fixed an off-by-one error in cByteBuffer.madmaxoft2013-11-291-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+54
* Moved source to srcAlexander Harkness2013-11-241-0/+787