Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-20 | Updated protocol functions to Vector3x | x12xx12x | 1 | -1/+1 | |
also added support in included functions | |||||
2021-04-12 | More cProtocol cleanup | Tiger Wang | 1 | -4/+6 | |
* Alpha sort functions * Simplify hand handling * Fix left handed mode client-side display | |||||
2021-03-18 | Deduplicate WriteBlockEntity | Tiger Wang | 1 | -1/+0 | |
2021-03-05 | Adding Boss bar (#5025) | 12xx12 | 1 | -1/+1 | |
+ Add boss bar Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-11-23 | Adding new monster types to enum and saving/loading for easier future implementation (#4941) | 12xx12 | 1 | -0/+1 | |
* added new monster types to enum added string <-> enum conversion in namespace serializer added loading functions added to saving * renamed zombie pigman to zombified piglins in enum Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-07-20 | Remove GetProtocolVersion unneeded comments | Tiger Wang | 1 | -1/+0 | |
2020-07-19 | Inherit constructors, remove duplication | Tiger Wang | 1 | -1/+1 | |
2020-07-18 | Delete duplicated status request handlers | Tiger Wang | 1 | -3/+4 | |
Here we go again... | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -2/+3 | |
2020-04-07 | Initial resource pack support (#4622) | Mat | 1 | -0/+1 | |
2019-09-10 | Protocol: Use logical outgoing packet types. | Mattes D | 1 | -1/+1 | |
2017-06-09 | Added WriteBlockEntity to 1.10 and 1.11 and fixed mob spawner | Lukas Pioch | 1 | -0/+1 | |
2016-12-16 | Initial support for the 1.11 protocol. | Mattes D | 1 | -10/+13 | |
2016-09-02 | Added support for the Minecraft 1.10 protocol(#210) (#3348) | bibo38 | 1 | -0/+34 | |
* Added support for the Minecraft 1.10 protocol(#210) * Fixed the Clang compilation errors * Fixed wrong sound pitch value and fixed SendPlayerSpawn Metadata value. * Prefixed each enum item with the appropriate class name. |