summaryrefslogtreecommitdiffstats
path: root/source/Protocol/ProtocolRecognizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-211-2/+2
* Minecarts can now be placed.madmaxoft@gmail.com2013-02-181-0/+10
* Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com2012-12-261-0/+10
* Added the 1.4.6 protocolmadmaxoft@gmail.com2012-12-241-3/+10
* Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol.madmaxoft@gmail.com2012-11-151-0/+1
* Added support for 1.4.4 client, using the 1.4.2 protocol classmadmaxoft@gmail.com2012-11-151-11/+36
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+2
* Initial 1.4.2 support.luksor111@gmail.com2012-10-311-0/+6
* Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com2012-10-311-9/+53
* My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com2012-10-211-44/+44
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-211-1/+13
* Added falling block entities. Sand and gravel now properly fall downfaketruth2012-09-301-0/+10
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-291-0/+10
* Fixed memory leaks in cWindow and cProtocolRecognizermadmaxoft@gmail.com2012-09-291-0/+1
* Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com2012-09-251-0/+10
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-251-0/+8
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-4/+4
* Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-0/+542