summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_14.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 1.14.x protocolsPersson-dev2022-04-211-0/+72
|
* Improving 1.14 support (#5388)Simon Pribylski2022-04-201-2/+13
| | | | | | | | | | | | | | | | | | | | | * Fixing login * Add basic 1.14 support * Adding pktHorseWindowOpen to PacketTypeToStr * Fixing build with clang * Fixing inventories * Add entities metadata * Add particles * Fixing style * Fixing build with clang-tidy * fixing build
* Updated protocol functions to Vector3xx12xx12x2022-04-201-5/+5
| | | | also added support in included functions
* Add player statistics to API (#5193)nshah252021-05-031-1/+1
| | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* More cProtocol cleanupTiger Wang2021-04-121-8/+8
| | | | | | * Alpha sort functions * Simplify hand handling * Fix left handed mode client-side display
* Unify multiprotocol entity animationsTiger Wang2021-04-121-1/+2
|
* Adding Boss bar (#5025)12xx122021-03-051-1/+1
| | | | | + Add boss bar Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Cleanup Protocol classesTiger Wang2020-09-181-5/+4
| | | | * Visibility, static, ordering changes
* Remove complex templated SendBlockChangeTiger Wang2020-08-211-4/+2
| | | | If we're sending enough blocks to have virtual calls be an issue, we should resend the chunk instead.
* Add Statistics and Achievements for newer Network standards12xx122020-08-191-0/+1
|
* 1.14 connection supportTiger Wang2020-07-261-0/+59