Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 2013-11-08 | 1 | -3/+3 |
| | | | | This implements #313. | ||||
* | Protocol 1.7: Copied Mob Metadata code from 1.2.5. | madmaxoft | 2013-11-08 | 1 | -0/+1 |
| | |||||
* | Protocol 1.7: Added more server-bound packets. | madmaxoft | 2013-11-06 | 1 | -0/+6 |
| | |||||
* | Removed the obsolete SendWholeInventory(cInventory &) function. | madmaxoft | 2013-11-05 | 1 | -1/+0 |
| | | | | This won't compile because there's still a change in Protocol17x.cpp pending; the next commit will fix this. | ||||
* | Protocol 1.7: Added more client-bound packets. | madmaxoft | 2013-11-04 | 1 | -0/+2 |
| | | | | Untested, still more to come. | ||||
* | Protocol 1.7: Rewritten packet-sending to use cPacketizer. | madmaxoft | 2013-11-03 | 1 | -7/+86 |
| | | | | 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. | madmaxoft | 2013-11-01 | 1 | -3/+68 |
| | |||||
* | Protocol 1.7: Added skeleton functions for reading client packets. | madmaxoft | 2013-10-31 | 1 | -3/+32 |
| | | | | Untested, this is skeleton code only. | ||||
* | Protocol 1.7: Added status ping handling. | madmaxoft | 2013-10-30 | 1 | -0/+2 |
| | |||||
* | Added 1.7 to protocol recognizer. | madmaxoft | 2013-10-30 | 1 | -0/+75 |
The 1.7 protocol currently only reports server description and playercount. |