AMS21

Results 28 issues of AMS21

Just found these two small typos. Cheers :)

Question are there any more problematic characters we need to fix? My attempt to fix #1536

Bug
Player Experience

As discussed in #1543 here is a very simple integration of unittests using the doctest library. Note that the tests currently don't work with MSVC which could be fixed by...

Core
Infrastructure
External (3rd party)

- Completely handwritten parser which parses the entire ini file in one go including conversions to lowercase and without any string copies - Fixed all sorts of crashes, infinite loops...

Enhancement
Renderer
AI
UI

While looking at the code inside `xr_types.h` I've notices some very strange definitions which are used later in the code to define constants. ```cpp // Type limits template constexpr auto...

Renderer
AI
Code Quality

Every new commit or pull request will now be checked with `clang-format`. Note that **only** violations in new code will be reported and any old code will stay just as...

Conventions
Infrastructure
Code Quality
Developer Experience

Since `CInventoryOwner` already stored `money` as a `u32` it only makes since for us to also treat it like one. Also fixed a logic bug which would have allowed the...

Bug
Code Quality
good first issue

Hi, first of all thanks for all the awesome work you've put into this project really appreciate it. For several of my fuzzers I've created [dictionaries](https://llvm.org/docs/LibFuzzer.html#dictionaries) and/or have large number...