summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Packetizer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Protocol sources fixes (#5411)Simon Pribylski2022-04-211-0/+31
| | | | | | | * Move HANDLE_READ to header * Fix compiler warnings * Removed unnecessary default statement
* Improving 1.14 support (#5388)Simon Pribylski2022-04-201-0/+7
| | | | | | | | | | | | | | | | | | | | | * Fixing login * Add basic 1.14 support * Adding pktHorseWindowOpen to PacketTypeToStr * Fixing build with clang * Fixing inventories * Add entities metadata * Add particles * Fixing style * Fixing build with clang-tidy * fixing build
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-2/+2
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Comment and code style fixTiger Wang2020-12-211-2/+2
| | | | | + Add static keyword - Don't capture everything in lambda
* Add beam target, configurable base visibility to Ender Crystals (#5010)12xx122020-10-291-0/+7
| | | | | * Fixes #4990 Co-authored-by: 12xx12 <12xx12100@gmail.com>
* 1.14 connection supportTiger Wang2020-07-261-3/+11
|
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-4/+8
|
* Add cUUID class (#3871)peterbell102017-08-251-1/+5
|
* Replaced includes with forward declarationsLukas Pioch2017-08-131-1/+4
|
* Fixed a lot of warningstycho2015-05-191-1/+1
|
* Added VarInt64, normalized cPacketizer datatype names.Mattes D2015-03-221-12/+18
|
* Unified cPacketizer across all protocols.Mattes D2015-03-221-0/+149