AMS21
AMS21
Just found these two small typos. Cheers :)
Question are there any more problematic characters we need to fix? My attempt to fix #1536
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...
- 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...
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...
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...
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...
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...