summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_9.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-0/+1
* Updated protocol functions to Vector3xx12xx12x2022-04-201-3/+3
* Add player permission level (#5358)Simon Pribylski2022-01-241-23/+24
* Protocol: modernise plugin message handling (#5325)Tiger Wang2021-11-231-0/+1
* More cProtocol cleanupTiger Wang2021-04-121-70/+39
* Unify multiprotocol entity animationsTiger Wang2021-04-121-1/+3
* Streamline player abilities handlingTiger Wang2021-04-121-4/+0
* Deduplicate WriteBlockEntityTiger Wang2021-03-181-3/+3
* Adding Boss bar (#5025)12xx122021-03-051-3/+9
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-1/+1
* Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx122020-11-231-0/+3
* Remove unused ServerPort argumentTiger Wang2020-09-181-1/+1
* Add State enum to protocolTiger Wang2020-09-181-1/+1
* Cleanup Protocol classesTiger Wang2020-09-181-1/+1
* Unused/duplicate function cleanupTiger Wang2020-08-291-4/+0
* Remove some unused inclusionsTiger Wang2020-07-201-1/+0
* Inherit constructors, remove duplicationTiger Wang2020-07-191-3/+3
* Implement "caching" in ChunkDataSerializerTiger Wang2020-07-191-3/+1
* Delete duplicated status request handlersTiger Wang2020-07-181-14/+15
* cProtocolRecognizer goes on a diet (#4770)Tiger Wang2020-07-171-2/+0
* Improve entity position updates (#4701)Tiger Wang2020-05-041-6/+4
* Unify entity spawn packet sendingTiger Wang2020-05-011-4/+3
* Unify 1.8 and 1.9Tiger Wang2020-04-221-161/+23
* Delet SpawnObject paramsTiger Wang2020-04-201-1/+1
* Using Super.Mattes D2020-04-161-8/+11
* Initial resource pack support (#4622)Mat2020-04-071-0/+2
* Add protocol mob ID remapping (#4538)Mat2020-03-291-0/+4
* Protocol 1.9: Alpha-sort, add useful debugging code.Mattes D2019-09-161-2/+2
* Initial support for 1.13 clientsTiger Wang2019-09-161-1/+1
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-6/+6
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-15/+2
* Store and pass entity effect duration as an int not a short. (#4293)Alexander Harkness2018-08-261-5/+1
* recover hotbar selected slot after reconnect (#4249)changyong guo2018-07-231-0/+1
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-0/+4
* Added assert to cProtocolRecognizer::GetPacketId. (#4001)Lane Kolbly2017-09-041-5/+7
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-5/+5
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-2/+2
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+2
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-10/+0
* Handle Teleport Confirmation Packet (#3884)Lane Kolbly2017-08-021-0/+4
* Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch2017-06-091-1/+1
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+358