Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added '#include <cctype>' in NamespaceSerializer.cpp. | TheHyper45 | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | split functions into basic and entity prettify | x12xx12x | 2022-04-12 | 1 | -10/+18 |
| | |||||
* | Removed an implicit cast from int to char. | TheHyper45 | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | Added #include <cctype> to NamespaceSerializer.cpp | TheHyper45 | 2022-04-12 | 1 | -0/+1 |
| | |||||
* | Yet another style fix | TheHyper45 | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | Some refinements | TheHyper45 | 2022-04-12 | 1 | -7/+0 |
| | |||||
* | NamespaceSerializer::Prettify function now takes a string and converts it into a prettfied string | TheHyper45 | 2022-04-12 | 1 | -75/+28 |
| | |||||
* | Add Prettify method to get player-friendly names of mobs | TheHyper45 | 2022-04-12 | 1 | -0/+84 |
| | |||||
* | Add player statistics to API (#5193) | nshah25 | 2021-05-03 | 1 | -221/+221 |
| | | | | | | * Fixed issue #5166 Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Fix incorrect name in deserialiser for zombie pigmen | Tiger Wang | 2021-04-12 | 1 | -2/+3 |
| | |||||
* | Adding basic Banner functionality (#4806) | 12xx12 | 2021-03-15 | 1 | -1/+53 |
| | | | | | | + Added item and block for banners Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Mark UNREACHABLE with intrinsics | Tiger Wang | 2021-02-20 | 1 | -2/+0 |
| | |||||
* | Adding new monster types to enum and saving/loading for easier future implementation (#4941) | 12xx12 | 2020-11-23 | 1 | -264/+476 |
| | | | | | | | | | | | * 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> | ||||
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -114/+118 |
| | | | | | | | | | | | | | | | * Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Minor typo fixes | Tiger Wang | 2020-08-21 | 1 | -2/+2 |
| | | | | * Also DeMorgan'd Emerald ore condition | ||||
* | Add Statistics and Achievements for newer Network standards | 12xx12 | 2020-08-19 | 1 | -0/+281 |