summaryrefslogtreecommitdiffstats
path: root/src/Protocol/ProtocolRecognizer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-16Protocol: Do not assume anything about unknown packets. (#3647)Mattes D1-35/+38
2017-06-14Added support for protocol 1.12 (#3757)Lukas Pioch1-0/+7
2017-05-16Use FastWriter instead of StyledWritermathiascode1-2/+2
2017-02-21Add 1.11.1/1.11.2 protocol (#3575)mathiascode1-0/+6
2016-12-16Initial support for the 1.11 protocol.Mattes D1-15/+21
2016-10-21Added SendMessageRaw for sending json string.Lukas Pioch1-0/+10
2016-10-12Spectators added (#2852)bibo381-0/+9
2016-09-02Added support for the Minecraft 1.10 protocol(#210) (#3348)bibo381-5/+12
2016-08-29Proper respawn packets on dimension travelLogicParrot1-2/+2
2016-07-21Dropped 1.7 support (#3253)Mathias1-13/+0
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-65/+175
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-11-24Add enum for Sound and Particle EffectsDave Tucker1-1/+1
2015-10-02Improved types of utf 16 stringstycho1-3/+3
2015-09-21Refactored cProtocol Chat handlingtycho1-64/+4
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-6/+6
2015-07-14Improved mapsTiger Wang1-22/+2
2015-06-02Added system and above action bar chat messagesjan641-0/+60
2015-05-07Added support for additional data in the ParticleEffect Packettycho1-0/+11
2015-04-13Implement backend for /title commandScott Moore1-0/+70
2015-03-22Unified cPacketizer across all protocols.Mattes D1-0/+12
2015-03-21Fixed signedness warnings in Protocol.Mattes D1-2/+2
2015-03-21Unified cByteBuffer types.Mattes D1-11/+11
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-77/+77
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-77/+77
2014-10-05cClientHandle: Added protocol version knowledge.Mattes D1-0/+1
2014-10-03Improved furnacesTiger Wang1-1/+1
2014-09-29Style fixes.madmaxoft1-3/+3
2014-09-28Compilation fixTiger Wang1-1/+1
2014-09-27Bug fixTiger Wang1-2/+15
2014-09-27Dropped support for <1.7.xTiger Wang1-202/+3
2014-09-26Fixed players custom name in 1.8Howaner1-2/+2
2014-09-19Code improvements.Howaner1-1/+1
2014-09-18Exported player list states to extra functions.Howaner1-2/+42
2014-09-17Initial BungeeCord support.madmaxoft1-1/+1
2014-09-131.8: Fixed maps.Howaner1-4/+4
2014-09-11Removed GetProtocolVersion() from the protocols.Howaner1-1/+1
2014-09-111.8: Added ParticleEffect packet.Howaner1-2/+2
2014-09-09Added the player list to the 1.8 protocol.Howaner1-2/+2
2014-09-08Added GetProtocolVersion() to cProtocol.Howaner1-2/+2
2014-09-04Started implementing of the 1.8 protocol.Howaner1-1/+24
2014-09-02Added SetCustomName() to players.Howaner1-2/+2
2014-09-01Make sure packets are validworktycho1-6/+24
2014-08-20Renamed a_Motd to a_ServerDescription.Howaner1-4/+4
2014-08-20Added a_ClientHandle to the HOOK_SERVER_PING hook.Howaner1-0/+3
2014-08-20Added "HOOK_SERVER_PING" call to older protocolsHowaner1-13/+12
2014-08-11Exported daylight cycle flag to the protocol.Howaner1-2/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-1/+1
2014-07-19Fixed attempts to call c_str on ChatColorsarchshift1-2/+2
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-18ProtocolRecognizer.cpp: removed unused NumBytesReadarchshift1-2/+0
2014-07-17Basic style fixes.madmaxoft1-3/+3
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-2/+2
2014-06-29Fixed respawningTiger Wang1-2/+2
2014-06-27Added generic entity-collecting.Mattes D1-2/+2
2014-06-19Nullify deleted pointers.archshift1-0/+1
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-05-11Statistic Managerandrew1-0/+10
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-01Fixed warnings in ClientHandle.madmaxoft1-1/+1
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-6/+7
2014-04-14Implemented the 1.7.6 protocol and authenticator.madmaxoft1-0/+10
2014-04-14Initial 1.7.6 protocol support.madmaxoft1-0/+13
2014-04-04More Clang warning fixes in the protocols.madmaxoft1-3/+3
2014-04-04Fixed some Clang warnings in protocols.madmaxoft1-1/+1
2014-03-07WarningsTycho1-1/+1
2014-02-18Map decorators; Map clientsandrew1-0/+10
2014-02-18Implemented paintings, fixes #689Tiger Wang1-0/+8
2014-02-15Implemented cCompositeChat.madmaxoft1-0/+10
2014-02-13Implementation of in-game mapsandrew1-0/+20
2014-01-23PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft1-1/+1
2014-01-21Scoreboard protocol supportandrew1-1/+31
2014-01-19Removed unneeded paramtersTiger Wang1-2/+2
2014-01-19Changed SendBlockEntity format slightlyTiger Wang1-2/+2
2014-01-19Improved command blocksTiger Wang1-0/+10
2014-01-09Added cClientHandle::SendPluginMessage().madmaxoft1-0/+10
2014-01-06Fixed a few MSVC warnings.madmaxoft1-1/+1
2013-12-22Implented BroadcastParticleEffectSTRWarrior1-0/+10
2013-12-14Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior1-0/+20
2013-12-07Renamed animation functionTiger Wang1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-15finished #143 I believeDaniel O'Brien1-2/+2
2013-11-14cProtocol add SendExperience() and debuggingDaniel O'Brien1-0/+10
2013-11-08Declaring 1.7.2 compatibility.madmaxoft1-0/+1
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-2/+2
2013-11-05Removed the obsolete SendWholeInventory(cInventory &) function.madmaxoft1-10/+0
2013-11-01Protocol 1.7: Implemented the first batch of sent packets.madmaxoft1-0/+10
2013-10-30Added 1.7 to protocol recognizer.madmaxoft1-7/+113
2013-10-23Removed cRoot:m_PrimaryServerVersion from Lua API.madmaxoft1-3/+3
2013-09-19Added support for 1.6.3 and 1.6.4 protocols.madmaxoft1-0/+6
2013-08-29Implemented xoft's suggestions [SEE DESC]Tiger Wang1-2/+2
2013-08-28Fixed Minecart spawning issuesTiger Wang1-2/+2
2013-08-18Added cWindow property manipulation API.madmaxoft1-2/+2
2013-08-11Moved MaxPlayers and Description from cWorld to cServer.madmaxoft1-8/+9
2013-07-30Tab completion packet is handled and sent.madmaxoft1-0/+10
2013-07-29Added the "Edit Sign" packet sent to the client placing a sign.madmaxoft1-0/+10
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-771/+771
2013-07-081.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com1-0/+7
2013-07-07Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com1-20/+41
2013-07-05Initial 1.6.1 protocol support.madmaxoft@gmail.com1-0/+8
2013-06-18More TNT fixes.madmaxoft@gmail.com1-1/+1
2013-05-08Added 1.5.2 compatibility.madmaxoft@gmail.com1-0/+3
2013-04-19Fixed Linux compilation, slight code cleanupmadmaxoft@gmail.com1-2/+2
2013-04-18Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com1-0/+10
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com1-2/+2
2013-03-18Added support for the packet #28 (0x1C): ENTITY_VELOCITYkeyboard.osh@gmail.com1-0/+8
2013-03-14Release 1.5 supported, yay :)madmaxoft@gmail.com1-0/+8
2013-03-03Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com1-0/+10
2013-02-21Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com1-2/+2
2013-02-18Minecarts can now be placed.madmaxoft@gmail.com1-0/+10
2012-12-26Adjusted the protocol framework to support different types of falling block spawning.madmaxoft@gmail.com1-0/+10
2012-12-24Added the 1.4.6 protocolmadmaxoft@gmail.com1-3/+10
2012-11-15Added an assert for unknown protocol, so that the function isn't missed when upgrading to a new protocol.madmaxoft@gmail.com1-0/+1
2012-11-15Added support for 1.4.4 client, using the 1.4.2 protocol classmadmaxoft@gmail.com1-11/+36
2012-11-01Refactored the world time.madmaxoft@gmail.com1-2/+2
2012-10-31Initial 1.4.2 support.luksor111@gmail.com1-0/+6
2012-10-31Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com1-9/+53
2012-10-21My OCD has alpha-sorted some stuff :)madmaxoft@gmail.com1-44/+44
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com1-1/+13
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-0/+10
2012-09-29Beds can be slept in now (it doesn't change the time though)faketruth1-0/+10
2012-09-29Fixed memory leaks in cWindow and cProtocolRecognizermadmaxoft@gmail.com1-0/+1
2012-09-25Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com1-0/+10
2012-09-25Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com1-0/+8
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-4/+4
2012-09-23Source files cleanup: Protocol-related files in a separate subfoldermadmaxoft@gmail.com1-4/+4
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+8
2012-09-06Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2madmaxoft@gmail.com1-0/+10
2012-09-06Officially added 1.3.2 protocol supportmadmaxoft@gmail.com1-0/+3
2012-09-02Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)madmaxoft@gmail.com1-2/+2
2012-08-31Progress on the 1.3.2 protocol.madmaxoft@gmail.com1-2/+2
2012-08-30Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)madmaxoft@gmail.com1-2/+1
2012-08-30Added a basic protocol recognizer and the base for 1.3.2 protocol.madmaxoft@gmail.com1-0/+522