summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol17x.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Protocol 1.7: More client-bound packets.madmaxoft2013-11-051-17/+27
| | | | Also removed the SendWholeInventory(cInventory &) function, as promised in prev commit.
* Protocol 1.7: Added more client-bound packets.madmaxoft2013-11-041-15/+164
| | | | Untested, still more to come.
* Protocol 1.7: Added client status packet.madmaxoft2013-11-031-1/+22
|
* Protocol 1.7: Rewritten packet-sending to use cPacketizer.madmaxoft2013-11-031-159/+316
| | | | Implemented enough of the protocol that the client now spawns in the world (but cannot do anything).
* Protocol 1.7: Implemented the first batch of sent packets.madmaxoft2013-11-011-0/+577
|
* Protocol 1.7: Added skeleton functions for reading client packets.madmaxoft2013-10-311-17/+317
| | | | Untested, this is skeleton code only.
* Protocol 1.7: Added status ping handling.madmaxoft2013-10-301-0/+25
|
* Added 1.7 to protocol recognizer.madmaxoft2013-10-301-0/+216
The 1.7 protocol currently only reports server description and playercount.