summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Packetizer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-07Initial resource pack support (#4622)Mat1-0/+1
2019-09-10Protocol: Use logical outgoing packet types.Mattes D1-0/+85
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2017-08-25Add cUUID class (#3871)peterbell101-50/+3
2015-03-22Added VarInt64, normalized cPacketizer datatype names.Mattes D1-3/+2
2015-03-22Unified cPacketizer across all protocols.Mattes D1-0/+102