Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protocol 1.7: Attempt at fixing SoundParticleEffect packet. | madmaxoft | 2013-11-10 | 1 | -5/+3 |
| | |||||
* | Fixed Player animation packet. | madmaxoft | 2013-11-10 | 1 | -1/+1 |
| | | | | Fixes #329. | ||||
* | Fixed sprinting in 1.7 protocol. | madmaxoft | 2013-11-08 | 1 | -1/+17 |
| | | | | Fixes #324 | ||||
* | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 2013-11-08 | 1 | -10/+13 |
| | | | | This implements #313. | ||||
* | Protocol 1.7: Fixed using entities. | madmaxoft | 2013-11-08 | 1 | -2/+1 |
| | | | | The mouse buttons were swapped. | ||||
* | Protocol 1.7: Copied Mob Metadata code from 1.2.5. | madmaxoft | 2013-11-08 | 1 | -4/+195 |
| | |||||
* | Added hardcore client effect | Tiger Wang | 2013-11-07 | 1 | -1/+1 |
| | | | | Also fixed multiple world comments issue. | ||||
* | Fix for entity spawning in general | Tiger Wang | 2013-11-07 | 1 | -3/+3 |
| | |||||
* | Possible fix for 1.7 pickup spawning | Tiger Wang | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | Protocol 1.7: Fixed the Spawn Mob packet. | madmaxoft | 2013-11-07 | 1 | -1/+1 |
| | | | | This should fix #318 | ||||
* | Protocol 1.7: Added the remaining server-bound packets. | madmaxoft | 2013-11-06 | 1 | -14/+99 |
| | |||||
* | Protocol 1.7: Added more server-bound packets. | madmaxoft | 2013-11-06 | 1 | -25/+132 |
| | |||||
* | Protocol 1.7: Finished the client-bound packets. | madmaxoft | 2013-11-06 | 1 | -7/+32 |
| | |||||
* | Protocol 1.7: More client-bound packets. | madmaxoft | 2013-11-05 | 1 | -17/+27 |
| | | | | Also removed the SendWholeInventory(cInventory &) function, as promised in prev commit. | ||||
* | Protocol 1.7: Added more client-bound packets. | madmaxoft | 2013-11-04 | 1 | -15/+164 |
| | | | | Untested, still more to come. | ||||
* | Protocol 1.7: Added client status packet. | madmaxoft | 2013-11-03 | 1 | -1/+22 |
| | |||||
* | Protocol 1.7: Rewritten packet-sending to use cPacketizer. | madmaxoft | 2013-11-03 | 1 | -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. | madmaxoft | 2013-11-01 | 1 | -0/+577 |
| | |||||
* | Protocol 1.7: Added skeleton functions for reading client packets. | madmaxoft | 2013-10-31 | 1 | -17/+317 |
| | | | | Untested, this is skeleton code only. | ||||
* | Protocol 1.7: Added status ping handling. | madmaxoft | 2013-10-30 | 1 | -0/+25 |
| | |||||
* | Added 1.7 to protocol recognizer. | madmaxoft | 2013-10-30 | 1 | -0/+216 |
The 1.7 protocol currently only reports server description and playercount. |