summaryrefslogtreecommitdiffstats
path: root/src/Protocol/ChunkDataSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix empty chunk serializer for protocol 47 (#5514)sleirsgoevy2023-10-181-2/+19
* Add support for 1.14.x protocolsPersson-dev2022-04-211-0/+4
* Mitigate MSVC crash (#5146)Tiger Wang2021-03-061-8/+8
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-147/+189
* Mark UNREACHABLE with intrinsicsTiger Wang2021-02-201-1/+0
* Clarify cClientHandle, cPlayer ownership semanticsTiger Wang2021-01-121-2/+2
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-7/+2
* Prepare for 1.15+ (#4856)Tiger Wang2020-12-211-3/+3
* Warnings improvementsTiger Wang2020-12-181-6/+7
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-10/+9
* ChunkDataSerializer: don't repeatedly mallocateTiger Wang2020-08-211-137/+159
* Consolidate various Chunk serialisers under one roofTiger Wang2020-08-211-141/+42
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-15/+15
* Delete unreferenced variableTiger Wang2020-08-051-1/+0
* 1.14 connection supportTiger Wang2020-07-261-0/+118
* Remove some unused inclusionsTiger Wang2020-07-201-3/+3
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-137/+86
* 1.13 items supportTiger Wang2020-07-181-7/+7
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-23/+10
* Initial support for 1.13 clientsTiger Wang2019-09-161-0/+138
* Fixed warnings in ChunkDataSerializer.Mattes D2019-09-101-2/+2
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Implement protocol level chunk sparsing (#3864)peterbell102017-08-211-166/+181
* Initial support for the 1.11 protocol.Mattes D2016-12-161-5/+5
* Dropped 1.7 support (#3253)Mathias2016-07-211-58/+0
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-2/+296
* Bulk clearing of whitespaceLogicParrot2016-02-051-10/+10
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-5/+5
* Removed version 29 serilizationtycho2015-06-161-60/+0
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-2/+2
* Added VarInt64, normalized cPacketizer datatype names.Mattes D2015-03-221-4/+4
* Unified cByteBuffer types.Mattes D2015-03-211-6/+6
* Added cByteBuffer::WriteBEUShort().madmaxoft2014-09-251-1/+1
* Code improvements.Howaner2014-09-191-32/+30
* Fixed warnings.Howaner2014-09-141-3/+3
* 1.8: Added MultiBlockChange packet.Howaner2014-09-091-29/+16
* Updated chunk sending to 1.8Howaner2014-09-081-8/+9
* Implemented packet compression.Howaner2014-09-081-20/+63
* Fixed client errors.Howaner2014-09-041-25/+7
* Added more 1.8 protocol things.Howaner2014-09-041-0/+64
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-2/+2
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+176