summaryrefslogtreecommitdiffstats
path: root/source/Protocol/ProtocolRecognizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-905/+0
* Declaring 1.7.2 compatibility.madmaxoft2013-11-081-0/+1
* cProtocol::SendWindowOpen() signature changed.madmaxoft2013-11-081-2/+2
* Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft2013-11-051-10/+0
* Protocol 1.7: Implemented the first batch of sent packets.madmaxoft2013-11-011-0/+10
* Added 1.7 to protocol recognizer.madmaxoft2013-10-301-7/+113
* Removed cRoot:m_PrimaryServerVersion from Lua API.madmaxoft2013-10-231-3/+3
* Added support for 1.6.3 and 1.6.4 protocols.madmaxoft2013-09-191-0/+6
* Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-291-2/+2
* Fixed Minecart spawning issuesTiger Wang2013-08-281-2/+2
* Added cWindow property manipulation API.madmaxoft2013-08-181-2/+2
* Moved MaxPlayers and Description from cWorld to cServer.madmaxoft2013-08-111-8/+9
* Tab completion packet is handled and sent.madmaxoft2013-07-301-0/+10
* Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft2013-07-291-0/+10
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-771/+771
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-081-0/+7
* Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com2013-07-071-20/+41
* Initial 1.6.1 protocol support.madmaxoft@gmail.com2013-07-051-0/+8
* More TNT fixes.madmaxoft@gmail.com2013-06-181-1/+1
* Added 1.5.2 compatibility.madmaxoft@gmail.com2013-05-081-0/+3
* Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com2013-04-191-2/+2
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-181-0/+10
* Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2013-04-041-2/+2
* Added support for the packet #28 (0x1C): ENTITY_VELOCITYkeyboard.osh@gmail.com2013-03-181-0/+8
* Release 1.5 supported, yay :)madmaxoft@gmail.com2013-03-141-0/+8
* Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com2013-03-031-0/+10
* 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