summaryrefslogtreecommitdiffstats
path: root/src/Protocol/ProtocolRecognizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced hand-escaped JSON (#5508)Seppe Degryse2023-06-081-1/+1
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-5/+6
* Added support for favicons of any filesize. (#5457)Mattes D2022-11-091-15/+14
* Add support for 1.14.x protocolsPersson-dev2022-04-211-0/+9
* Custom 25565 port page (#5369)Rorkh2022-01-271-0/+36
* Symmetry in MultiVersionProtocol to fix a crash (#5261)Tiger Wang2021-07-101-23/+50
* Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)Tiger Wang2021-03-081-7/+7
* MultiVersionProtocol: fix two crashesTiger Wang2021-01-191-73/+47
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-9/+4
* Warnings improvementsTiger Wang2020-12-181-17/+10
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-18/+34
* Style, no need to tag struct with sTiger Wang2020-09-181-9/+9
* Remove unused ServerPort argumentTiger Wang2020-09-181-15/+15
* Add State enum to protocolTiger Wang2020-09-181-2/+2
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-30/+30
* Add WakeUp/AddBlock distinctionTiger Wang2020-08-021-1/+0
* 1.14 connection supportTiger Wang2020-07-261-7/+11
* 1.13.1, 1.13.2 connection supportTiger Wang2020-07-191-0/+4
* Use cMultiVersionProtocol's bufferTiger Wang2020-07-181-2/+2
* Delete duplicated status request handlersTiger Wang2020-07-181-26/+26
* 1.13 items supportTiger Wang2020-07-181-3/+0
* cProtocolRecognizer goes on a diet (#4770)Tiger Wang2020-07-171-1023/+175
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-0/+21
* Update submodules (#4727)peterbell102020-05-091-2/+2
* Improve entity position updates (#4701)Tiger Wang2020-05-041-36/+16
* Unify entity spawn packet sendingTiger Wang2020-05-011-41/+2
* Delet SpawnObject paramsTiger Wang2020-04-201-2/+2
* Using Super.Mattes D2020-04-161-1/+1
* Initial resource pack support (#4622)Mat2020-04-071-0/+10
* Add protocol mob ID remapping (#4538)Mat2020-03-291-0/+9
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-1/+18
* ProtocolRecognizer: Updated to unique_ptr.Mattes D2020-01-071-23/+13
* Initial support for 1.13 clientsTiger Wang2019-09-161-0/+6
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-3/+22
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Store and pass entity effect duration as an int not a short. (#4293)Alexander Harkness2018-08-261-5/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+2
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+11
* Add support for release 1.12.2 (#4041)peterbell102017-09-211-0/+5
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+20
* Add support for 1.12.1 (#3908)Bond-0092017-08-171-0/+6
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-2/+2
* Handle incomplete packets in cProtocolRecognizerpeterbell102017-07-261-42/+55
* Protocol: Do not assume anything about unknown packets. (#3647)Mattes D2017-06-161-35/+38
* Added support for protocol 1.12 (#3757)Lukas Pioch2017-06-141-0/+7
* Use FastWriter instead of StyledWritermathiascode2017-05-161-2/+2
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-0/+6
* Initial support for the 1.11 protocol.Mattes D2016-12-161-15/+21
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+10
* Spectators added (#2852)bibo382016-10-121-0/+9
* Added support for the Minecraft 1.10 protocol(#210) (#3348)bibo382016-09-021-5/+12
* Proper respawn packets on dimension travelLogicParrot2016-08-291-2/+2
* Dropped 1.7 support (#3253)Mathias2016-07-211-13/+0
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-65/+175
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+1
* Improved types of utf 16 stringstycho2015-10-021-3/+3
* Refactored cProtocol Chat handlingtycho2015-09-211-64/+4
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-6/+6
* Improved mapsTiger Wang2015-07-141-22/+2
* Added system and above action bar chat messagesjan642015-06-021-0/+60
* Merge pull request #1848 from scottwillmoore/ImplementTitleCommandMattes D2015-05-261-0/+70
|\
| * Implement backend for /title commandScott Moore2015-04-131-0/+70
* | Added support for additional data in the ParticleEffect Packettycho2015-05-071-0/+11
|/
* Unified cPacketizer across all protocols.Mattes D2015-03-221-0/+12
* Fixed signedness warnings in Protocol.Mattes D2015-03-211-2/+2
* Unified cByteBuffer types.Mattes D2015-03-211-11/+11
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-77/+77
* Merge pull request #1502 from mc-server/furnacesTiger Wang2014-10-181-1/+1
|\
| * Improved furnacesTiger Wang2014-10-031-1/+1
* | cClientHandle: Added protocol version knowledge.Mattes D2014-10-051-0/+1
|/
* Style fixes.madmaxoft2014-09-291-3/+3
* Compilation fixTiger Wang2014-09-281-1/+1
* Bug fixTiger Wang2014-09-271-2/+15
* Dropped support for <1.7.xTiger Wang2014-09-271-202/+3
* Fixed players custom name in 1.8Howaner2014-09-261-2/+2
* Code improvements.Howaner2014-09-191-1/+1
* Merge branch 'master' into 1.8-ProtocolHowaner2014-09-191-1/+1
|\
| * Initial BungeeCord support.madmaxoft2014-09-171-1/+1
* | Exported player list states to extra functions.Howaner2014-09-181-2/+42
* | 1.8: Fixed maps.Howaner2014-09-131-4/+4
* | Removed GetProtocolVersion() from the protocols.Howaner2014-09-111-1/+1
* | 1.8: Added ParticleEffect packet.Howaner2014-09-111-2/+2
* | Added the player list to the 1.8 protocol.Howaner2014-09-091-2/+2
* | Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-2/+2
* | Started implementing of the 1.8 protocol.Howaner2014-09-041-1/+24
|/
* Make sure packets are validworktycho2014-09-011-6/+24
* Merge pull request #1339 from mc-server/HooksSTRWarrior2014-08-201-13/+15
|\
| * Renamed a_Motd to a_ServerDescription.Howaner2014-08-201-4/+4
| * Added a_ClientHandle to the HOOK_SERVER_PING hook.Howaner2014-08-201-0/+3
| * Added "HOOK_SERVER_PING" call to older protocolsHowaner2014-08-201-13/+12
* | Exported daylight cycle flag to the protocol.Howaner2014-08-111-2/+2
|/
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-4/+4
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
| * Fixed attempts to call c_str on ChatColorsarchshift2014-07-191-2/+2
| * Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-11/+9
|\|
| * ProtocolRecognizer.cpp: removed unused NumBytesReadarchshift2014-07-181-2/+0
| * Basic style fixes.madmaxoft2014-07-171-3/+3
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-2/+2
| * Fixed respawningTiger Wang2014-06-291-2/+2
| * Added generic entity-collecting.Mattes D2014-06-271-2/+2
* | Merge branch 'master' into portalsTiger Wang2014-06-211-0/+1
|\|
| * Nullify deleted pointers.archshift2014-06-191-0/+1
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-2/+2
* | Portals animate and delay correctlyTiger Wang2014-06-121-2/+2
* | Implemented end and nether portalsTiger Wang2014-05-311-2/+2
|/
* Statistic Managerandrew2014-05-111-0/+10
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
* Fixed warnings in ClientHandle.madmaxoft2014-05-011-1/+1
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-0/+23
|\
| * Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-0/+10
| * Initial 1.7.6 protocol support.madmaxoft2014-04-141-0/+13
* | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-6/+7
|/
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-3/+3
* Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
* WarningsTycho2014-03-071-1/+1
* Manual merge (Fixed conflicts)andrew2014-02-201-0/+18
|\
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+8
| * Implemented cCompositeChat.madmaxoft2014-02-151-0/+10
* | Map decorators; Map clientsandrew2014-02-181-0/+10
* | Implementation of in-game mapsandrew2014-02-131-0/+20
|/
* PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft2014-01-231-1/+1
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+10
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-2/+2
| * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-2/+2
| * Improved command blocksTiger Wang2014-01-191-0/+10
* | Scoreboard protocol supportandrew2014-01-211-1/+31
|/
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+10
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+10
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+20
* Renamed animation functionTiger Wang2013-12-071-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+10
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+10
* Moved source to srcAlexander Harkness2013-11-241-0/+905