Badewanne3
Badewanne3
Not quite as simple with rust unfortunately 😩 `str::to_lowercase` allocates a new `String` which is dropped right after taking its reference and rust doesn't like that. I'd recommend using the...
Don't forget to also adjust the `parse_any` function which handles arguments of the form `AR9.3` instead of `AR=9.3` 😉 Would also appreciate if you add test cases at the bottom...
Closed in favor of #928
Related to #263 Maybe custom map attributes too
Same for custom clock rate
I think this needs slight adjustments because it currently doesn't handle the mod combination `TDCL` correctly by incrementing `nomod`. And yea am open about a TD label as per issue...
`generateHitResults` still assumes perfects and greats to generate the same accuracy value but `GetAccuracy` distinguishes the two by either `305` or `300` values.
> `generateHitResults` still assumes perfects and greats to generate the same accuracy value but `GetAccuracy` distinguishes the two by either `305` or `300` values. The math works the same way...
Found two remaining flaws on edge cases with my last snippet as mentioned above, the rest looks fine to me 👍
Seems to be the same issue as #690