summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_11.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26adding endermite (#5460)Debucquoy Anthony tonitch1-2/+1
2022-04-21Protocol sources fixes (#5411)Simon Pribylski1-13/+0
2022-04-20Valid Height is now checked by vector.x12xx12x1-1/+1
2022-04-20Updated protocol functions to Vector3xx12xx12x1-4/+4
2022-01-02WriteBlockEntity: don't write position multiple times (#5373)Tiger Wang1-7/+5
2021-12-29Add skeleton bow pulling animation (#5355)Persson-dev1-1/+13
2021-04-30Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang1-2/+10
2021-04-12More cProtocol cleanupTiger Wang1-19/+19
2021-04-12Unify multiprotocol entity animationsTiger Wang1-0/+53
2021-03-28Unify DoWithBlockEntity (#5168)Tiger Wang1-5/+0
2021-03-18Deduplicate WriteBlockEntityTiger Wang1-126/+66
2021-03-15Adding basic Banner functionality (#4806)12xx121-0/+13
2021-02-20Mark UNREACHABLE with intrinsicsTiger Wang1-5/+2
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-1/+1
2020-11-23Adding new monster types to enum and saving/loading for easier future implementation (#4941)12xx121-7/+84
2020-11-06Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx121-4/+4
2020-10-29Add beam target, configurable base visibility to Ender Crystals (#5010)12xx121-0/+17
2020-08-21Made cProtocol::Version, EntityMetadata enums less verboseTiger Wang1-2/+2
2020-07-261.14 connection supportTiger Wang1-1/+1
2020-07-20Remove some unused inclusionsTiger Wang1-1/+0
2020-07-19Inherit constructors, remove duplicationTiger Wang1-16/+4
2020-07-18Delete duplicated status request handlersTiger Wang1-81/+11
2020-07-17cProtocolRecognizer goes on a diet (#4770)Tiger Wang1-2/+2
2020-07-06Made grass spreader prettierTiger Wang1-1/+1
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-1/+1
2020-05-09Update submodules (#4727)peterbell101-4/+3
2020-05-04Fix one definition rule violationsTiger Wang1-4/+4
2020-05-04Improve entity position updates (#4701)Tiger Wang1-4/+4
2020-05-01Unify entity spawn packet sendingTiger Wang1-1/+1
2020-04-10Fix compilation, for real this time.Alexander Harkness1-0/+1
2020-04-10Add Zombie VillagersBond-0091-9/+17
2020-04-04Implement wither skeletons (#4563)Mat1-11/+1
2020-03-29Add protocol mob ID remapping (#4538)Mat1-1/+46
2020-03-05Use LastSentPos for mob spawn packet in 1.11+ (#4490)Mat1-3/+4
2019-09-10Protocol: Use logical outgoing packet types.Mattes D1-10/+11
2019-08-11Fix building with clang 8.0 (#4346)Bond-0091-4/+6
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-2/+0
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-38/+38
2018-01-08Rewrite cClientHandle::HandleRightClick (#4089)9caihezi1-1/+1
2017-09-14Fix switch warnings (#4013)peterbell101-33/+35
2017-09-02GetPacketID for protocol packet IDs (#3977)Lane Kolbly1-4/+4
2017-08-27Implement Forge protocol handshake support (#3869)satoshinm1-0/+2
2017-08-25Add cUUID class (#3871)peterbell101-1/+1
2017-08-24Minor changes (#3909)mathiascode1-1/+1
2017-07-28Tentative fix for player-limit race condition (#3862)Tiger Wang1-4/+4
2017-07-12Added basic ocelot behavior (#3829)Bond-0091-0/+18
2017-07-07Added bed entity (#3823)Lukas Pioch1-0/+12
2017-06-09Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch1-0/+115
2017-05-24Exported boatLukas Pioch1-1/+1
2017-05-15VarInt metadata written correctly for boats (#3709)peterbell101-3/+3
2017-03-03Add 1.11 entity metadata (#3601)Pokechu221-2/+838
2017-02-21Add 1.11.1/1.11.2 protocol (#3575)mathiascode1-7/+58
2016-12-16Initial support for the 1.11 protocol.Mattes D1-0/+189