summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_10.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-2/+1
* Kick clients when resource pack rejected (#5440)plan12312022-10-281-0/+1
* Protocol sources fixes (#5411)Simon Pribylski2022-04-211-13/+0
* Updated protocol functions to Vector3xx12xx12x2022-04-201-4/+4
* Add skeleton bow pulling animation (#5355)Persson-dev2021-12-291-1/+13
* More cProtocol cleanupTiger Wang2021-04-121-11/+11
* Deduplicate WriteBlockEntityTiger Wang2021-03-181-118/+0
* Adding basic Banner functionality (#4806)12xx122021-03-151-0/+13
* Mark UNREACHABLE with intrinsicsTiger Wang2021-02-201-5/+2
* 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-2/+60
* Ender Crytal Fix and report proper cmake file for luabindingscheck fail (#5017)12xx122020-11-061-2/+2
* 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-1/+1
* Inherit constructors, remove duplicationTiger Wang2020-07-191-7/+2
* Delete duplicated status request handlersTiger Wang2020-07-181-40/+4
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
* Update submodules (#4727)peterbell102020-05-091-2/+2
* Add Zombie VillagersBond-0092020-04-101-2/+19
* Initial resource pack support (#4622)Mat2020-04-071-0/+22
* Implement wither skeletons (#4563)Mat2020-04-041-9/+8
* Protocol: Use logical outgoing packet types.Mattes D2019-09-101-3/+3
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-37/+37
* Fix switch warnings (#4013)peterbell102017-09-141-33/+35
* GetPacketID for protocol packet IDs (#3977)Lane Kolbly2017-09-021-1/+1
* 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-2/+2
* Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawnerLukas Pioch2017-06-091-0/+114
* Exported boatLukas Pioch2017-05-241-1/+1
* Use FastWriter instead of StyledWritermathiascode2017-05-161-1/+1
* VarInt metadata written correctly for boats (#3709)peterbell102017-05-151-3/+3
* Add 1.11 entity metadata (#3601)Pokechu222017-03-031-1/+1
* Add 1.11.1/1.11.2 protocol (#3575)mathiascode2017-02-211-1/+1
* Track skin part and main hand preferences (#3498)Pokechu222017-01-031-0/+8
* Initial support for the 1.11 protocol.Mattes D2016-12-161-0/+883