summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_11.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add beam target, configurable base visibility to Ender Crystals (#5010)12xx122020-10-291-0/+17
* Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang2020-08-211-2/+2
* 1.14 connection supportTiger Wang2020-07-261-1/+1
* Remove some unused inclusionsTiger Wang2020-07-201-1/+0
* Inherit constructors, remove duplicationTiger Wang2020-07-191-16/+4
* Delete duplicated status request handlersTiger Wang2020-07-181-81/+11
* cProtocolRecognizer goes on a diet (#4770)Tiger Wang2020-07-171-2/+2
* Made grass spreader prettierTiger Wang2020-07-061-1/+1
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Update submodules (#4727)peterbell102020-05-091-4/+3
* Fix one definition rule violationsTiger Wang2020-05-041-4/+4
* Improve entity position updates (#4701)Tiger Wang2020-05-041-4/+4
* Unify entity spawn packet sendingTiger Wang2020-05-011-1/+1
* Fix compilation, for real this time.Alexander Harkness2020-04-101-0/+1
* Add Zombie VillagersBond-0092020-04-101-9/+17
* Implement wither skeletons (#4563)Mat2020-04-041-11/+1
* Add protocol mob ID remapping (#4538)Mat2020-03-291-1/+46
* Use LastSentPos for mob spawn packet in 1.11+ (#4490)Mat2020-03-051-3/+4
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-10/+11
* Fix building with clang 8.0 (#4346)Bond-0092019-08-111-4/+6
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-2/+0
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-38/+38
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-1/+1
* Fix switch warnings (#4013)peterbell102017-09-141-33/+35
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-4/+4
* Implement Forge protocol handshake support (#3869)satoshinm2017-08-271-0/+2
* Add cUUID class (#3871)peterbell102017-08-251-1/+1
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Tentative fix for player-limit race condition (#3862)Tiger Wang2017-07-281-4/+4
* Added basic ocelot behavior (#3829)Bond-0092017-07-121-0/+18
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+12
* Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch2017-06-091-0/+115
* Exported boatLukas Pioch2017-05-241-1/+1
* VarInt metadata written correctly for boats (#3709)peterbell102017-05-151-3/+3
* Add 1.11 entity metadata (#3601)Pokechu222017-03-031-2/+838
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-7/+58
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+189