summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed nonsensical comment.Mattes D2022-11-091-1/+1
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-0/+1
* Moved comment to topPersson-dev2022-04-211-1/+2
* Add support for 1.14.x protocolsPersson-dev2022-04-211-1/+5
* Improving 1.14 support (#5388)Simon Pribylski2022-04-201-0/+10
* Updated protocol functions to Vector3xx12xx12x2022-04-201-9/+9
* Add player permission level (#5358)Simon Pribylski2022-01-241-0/+1
* Symmetry in MultiVersionProtocol to fix a crash (#5261)Tiger Wang2021-07-101-1/+1
* Protocol: call the encryptor once before sending dataTiger Wang2021-07-061-4/+6
* Add player statistics to API (#5193)nshah252021-05-031-2/+3
* More cProtocol cleanupTiger Wang2021-04-121-11/+2
* Unify multiprotocol entity animationsTiger Wang2021-04-121-3/+1
* Streamline player abilities handlingTiger Wang2021-04-121-2/+0
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-1/+1
* Change TimeOfDay to WorldDate (#5160)Tiger Wang2021-03-201-1/+1
* Don't send ping updates one packet at a timeTiger Wang2021-03-191-1/+1
* Do protocol decryption in-place (with CryptoAPI on Windows) (#5145)Tiger Wang2021-03-081-2/+4
* Adding Boss bar (#5025)12xx122021-03-051-0/+7
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-0/+2
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-3/+3
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+0
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-1/+1
* Add State enum to protocolTiger Wang2020-09-181-0/+8
* Use tracing for explosions (#4845)Tiger Wang2020-09-121-1/+1
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-17/+17
* 1.14 connection supportTiger Wang2020-07-261-1/+2
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-1/+1
* 1.13.1, 1.13.2 connection supportTiger Wang2020-07-191-1/+3
* Use cMultiVersionProtocol's bufferTiger Wang2020-07-181-1/+1
* Delete duplicated status request handlersTiger Wang2020-07-181-0/+19
* 1.13 items supportTiger Wang2020-07-181-6/+0
* Initial work on 1.13 entity metadata (#4539)Mat2020-07-171-0/+187
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-0/+3
* Improve entity position updates (#4701)Tiger Wang2020-05-041-5/+3
* Unify entity spawn packet sendingTiger Wang2020-05-011-7/+1
* Delet SpawnObject paramsTiger Wang2020-04-201-1/+1
* Initial resource pack support (#4622)Mat2020-04-071-0/+2
* Add protocol mob ID remapping (#4538)Mat2020-03-291-1/+4
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-0/+5
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-72/+82
* Store and pass entity effect duration as an int not a short. (#4293)Alexander Harkness2018-08-261-6/+1
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+2
* Added assert to cProtocolRecognizer::GetPacketId. (#4001)Lane Kolbly2017-09-041-3/+3
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-0/+75
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+2
* Replaced includes with forward declarationsLukas Pioch2017-08-131-1/+1
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-2/+0
* Initial support for the 1.11 protocol.Mattes D2016-12-161-1/+1
* Added SendMessageRaw for sending json string.Lukas Pioch2016-10-211-0/+1
* Spectators added (#2852)bibo382016-10-121-0/+1
* Proper respawn packets on dimension travelLogicParrot2016-08-291-1/+1
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-1/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+2
* Refactored cProtocol Chat handlingtycho2015-09-211-8/+2
* Unified the doxy-comment format.Mattes D2015-07-311-2/+2
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
* Improved mapsTiger Wang2015-07-141-3/+1
* Added system and above action bar chat messagesjan642015-06-021-0/+6
* Merge pull request #1848 from scottwillmoore/ImplementTitleCommandMattes D2015-05-261-0/+7
|\
| * Implement backend for /title commandScott Moore2015-04-131-0/+7
* | Added support for additional data in the ParticleEffect Packettycho2015-05-071-0/+3
|/
* Unified cPacketizer across all protocols.Mattes D2015-03-221-3/+23
* Fixed signedness warnings in Protocol.Mattes D2015-03-211-1/+1
* Improved furnacesTiger Wang2014-10-031-1/+1
* Dropped support for <1.7.xTiger Wang2014-09-271-100/+1
* Fixed players custom name in 1.8Howaner2014-09-261-1/+1
* Exported player list states to extra functions.Howaner2014-09-181-70/+74
* 1.8: Fixed maps.Howaner2014-09-131-2/+2
* Removed GetProtocolVersion() from the protocols.Howaner2014-09-111-6/+2
* 1.8: Added ParticleEffect packet.Howaner2014-09-111-1/+1
* Added the player list to the 1.8 protocol.Howaner2014-09-091-1/+1
* Added GetProtocolVersion() to cProtocol.Howaner2014-09-081-1/+6
* Exported daylight cycle flag to the protocol.Howaner2014-08-111-1/+1
* Merge branch 'master' into portalsTiger Wang2014-07-291-1/+1
|\
| * Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-1/+1
|\|
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* | Fix failed merge and other issuesTiger Wang2014-07-181-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-3/+3
|\|
| * Normalized comments.madmaxoft2014-07-171-1/+1
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
| * Fixed respawningTiger Wang2014-06-291-1/+1
| * Added generic entity-collecting.Mattes D2014-06-271-1/+1
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
* | Portals animate and delay correctlyTiger Wang2014-06-121-1/+1
* | Implemented end and nether portalsTiger Wang2014-05-311-1/+1
|/
* Statistic Managerandrew2014-05-111-0/+2
* Fixed warnings in ClientHandle.madmaxoft2014-05-011-1/+1
* Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-0/+1
* Fixed crash in protocols sending 64-bit ints.madmaxoft2014-04-061-1/+1
* Fixed CreateHexDump's signedness.madmaxoft2014-04-041-1/+1
* Fixed some Clang warnings in protocols.madmaxoft2014-04-041-11/+16
* WarningsTycho2014-03-071-1/+1
* Manual merge (Fixed conflicts)andrew2014-02-201-0/+4
|\
| * Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+2
| * Implemented cCompositeChat.madmaxoft2014-02-151-0/+2
* | Map decorators; Map clientsandrew2014-02-181-1/+2
* | Implementation of in-game mapsandrew2014-02-131-0/+3
|/
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+1
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-1/+1
| * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-2/+1
| * Improved command blocksTiger Wang2014-01-191-0/+2
* | Scoreboard protocol supportandrew2014-01-211-0/+4
|/
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+1
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-0/+2
* Renamed animation functionTiger Wang2013-12-071-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+215