summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol14x.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-27Dropped support for <1.7.xTiger Wang1-265/+0
2014-09-11Removed GetProtocolVersion() from the protocols.Howaner1-3/+0
2014-09-08Added GetProtocolVersion() to cProtocol.Howaner1-6/+3
2014-08-11Exported daylight cycle flag to the protocol.Howaner1-1/+7
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-04-18Small style changesjfhumann1-5/+5
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-6/+6
2014-04-04Fixed some Clang warnings in protocols.madmaxoft1-6/+6
2014-02-16Add Locale to ClientHandleHowaner1-1/+1
2014-01-23PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft1-2/+0
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-1/+1
2014-01-16Removed obsoleted functionsTiger Wang1-1/+1
2014-01-05Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex1-1/+12
2013-11-27Fixed the remaining derpsAlexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-3/+3
2013-08-29Implemented xoft's suggestions [SEE DESC]Tiger Wang1-3/+3
2013-08-28Fixed Minecart spawning issuesTiger Wang1-11/+14
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-3/+3
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-253/+253
2013-04-28Fixed compilation on Linuxmadmaxoft@gmail.com1-2/+2
2013-04-28Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECTkeyboard.osh@gmail.com1-15/+14
2013-03-14Release 1.5 supported, yay :)madmaxoft@gmail.com1-6/+0
2013-02-21Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com1-4/+5
2013-02-18Minecarts can now be placed.madmaxoft@gmail.com1-0/+22
2012-12-28cPickup now uses full cItem, instead of a pointermadmaxoft@gmail.com1-3/+3
2012-12-27Fixed 1.4.6 falling blocks.madmaxoft@gmail.com1-15/+7
2012-12-26Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com1-26/+60
2012-12-24Added the 1.4.6 protocolmadmaxoft@gmail.com1-19/+90
2012-11-20Aggressive debug mode cByteBuffer validity checking.madmaxoft@gmail.com1-0/+2
2012-11-10Protocol 1.4.2: found out and fixed the reason behind the fake "login" packet: the locale_viewdistance packet had been extendedmadmaxoft@gmail.com1-2/+10
2012-11-01Refactored the world time.madmaxoft@gmail.com1-7/+4
2012-10-31Pickups no longer crash clients.luksor111@gmail.com1-0/+21
2012-10-31Initial 1.4.2 support.luksor111@gmail.com1-0/+112