summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol16x.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-27Dropped support for <1.7.xTiger Wang1-312/+0
2014-07-17Normalized comments.madmaxoft1-7/+7
2014-06-29Fixed respawningTiger Wang1-2/+2
2014-06-12Portals animate and delay correctlyTiger Wang1-2/+2
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-2/+2
2014-05-31Implemented end and nether portalsTiger Wang1-2/+2
2014-04-21Allow 1.6.4 Forge clients to log in.Mattes D1-0/+19
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-7/+10
2014-04-06Fixed 1.6.4 client crash on composite chat messages.madmaxoft1-0/+13
2014-04-04More Clang warning fixes in the protocols.madmaxoft1-4/+4
2014-03-20Rewritten player speeds to be relative unit-less.madmaxoft1-2/+2
2014-03-09Adjusted style of switch/caseJan-Fabian Humann1-15/+5
2014-03-08Changed if-else to switch-caseJan-Fabian Humann1-13/+11
2014-03-08Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann1-1/+22
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-8/+9
2013-11-06Protocol 1.7: Added the remaining server-bound packets.madmaxoft1-1/+0
2013-09-19Added support for 1.6.3 and 1.6.4 protocols.madmaxoft1-0/+2
2013-09-06Implemented SteerVehicle packet.madmaxoft1-0/+4
2013-09-06Implemented SteerVehicle packet.madmaxoft1-0/+4
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-2/+2
2013-07-29Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft1-0/+17
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-245/+245
2013-07-08Server sends PlayerMaxSpeed after a respawn.madmaxoft@gmail.com1-1/+12
2013-07-081.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com1-0/+32
2013-07-07Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com1-10/+17
2013-07-05Unmounting vehicles implemented in the 1.6.1 waymadmaxoft@gmail.com1-0/+32
2013-07-05Fixed 1.6.1's movement speedmadmaxoft@gmail.com1-4/+24
2013-07-05Initial 1.6.1 protocol support.madmaxoft@gmail.com1-0/+143