Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-21 | Allow 1.6.4 Forge clients to log in. | Mattes D | 1 | -0/+19 | |
Fixes #913. | |||||
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -7/+10 | |
2014-04-06 | Fixed 1.6.4 client crash on composite chat messages. | madmaxoft | 1 | -0/+13 | |
2014-04-04 | More Clang warning fixes in the protocols. | madmaxoft | 1 | -4/+4 | |
2014-03-20 | Rewritten player speeds to be relative unit-less. | madmaxoft | 1 | -2/+2 | |
Value of 1 means "default speed", 2 means "double the speed", 0.5 means "half the speed". This allows for easier plugins and is more future-proof. | |||||
2014-03-09 | Adjusted style of switch/case | Jan-Fabian Humann | 1 | -15/+5 | |
2014-03-08 | Changed if-else to switch-case | Jan-Fabian Humann | 1 | -13/+11 | |
2014-03-08 | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 1 | -1/+22 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-08 | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 1 | -8/+9 | |
This implements #313. | |||||
2013-11-06 | Protocol 1.7: Added the remaining server-bound packets. | madmaxoft | 1 | -1/+0 | |
2013-09-19 | Added support for 1.6.3 and 1.6.4 protocols. | madmaxoft | 1 | -0/+2 | |
No relevant changes have been detected, using the 1.6.2 protocol handler. | |||||
2013-09-06 | Implemented SteerVehicle packet. | madmaxoft | 1 | -0/+4 | |
2013-09-06 | Implemented SteerVehicle packet. | madmaxoft | 1 | -0/+4 | |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -2/+2 | |
2013-07-29 | Added the "Edit Sign" packet sent to the client placing a sign. | madmaxoft | 1 | -0/+17 | |
Fixes issue #20. The 1.6.2 client wouldn't open the sign editor UI unless it receives a special packet | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -245/+245 | |
2013-07-08 | Server sends PlayerMaxSpeed after a respawn. | madmaxoft@gmail.com | 1 | -1/+12 | |
http://forum.mc-server.org/showthread.php?tid=434&pid=8912#pid8912 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1671 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-08 | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 1 | -0/+32 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-07 | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 1 | -10/+17 | |
Fixes FS #415 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1660 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-05 | Unmounting vehicles implemented in the 1.6.1 way | madmaxoft@gmail.com | 1 | -0/+32 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1650 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-05 | Fixed 1.6.1's movement speed | madmaxoft@gmail.com | 1 | -4/+24 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1649 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-07-05 | Initial 1.6.1 protocol support. | madmaxoft@gmail.com | 1 | -0/+143 | |
The client connects and is capable of basic gameplay, but the player moves at an incredible speed (50 blocks / sec). git-svn-id: http://mc-server.googlecode.com/svn/trunk@1646 0a769ca7-a7f5-676a-18bf-c427514a06d6 |