Kurt
|
92a50264cc
|
Refactor RNG advance/reverse methods (#3579)
The new LCRNG/GCRNG/ARNG classes are static, rather than singletons. Allows them to be inlined much better.
|
2022-09-04 12:03:37 -07:00 |
|
Kurt
|
fc754b346b
|
File scoped namespaces (#3529)
[Language Reference](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces)
Updates all the files, one less level of indentation.
Some small changes were made to API surfaces, renaming `PKM pkm` -> `PKM pk`, and `LegalityAnalysis.pkm` -> `LegalityAnalysis.Entity`
|
2022-06-18 11:04:24 -07:00 |
|
Kurt
|
bedc52943e
|
Trailing commas
No functional change
|
2021-08-20 13:49:20 -07:00 |
|
Kurt
|
ac116e0d0b
|
Add more xmldoc / enum clean
|
2021-03-14 11:28:46 -07:00 |
|
Kurt
|
6d41d6a17c
|
Fix casting issue for mystry seed fetch
rand32 -> int32 can yield negative, when modulo'd can be negative (bad index)
|
2021-02-01 10:53:40 -08:00 |
|
Kurt
|
c9f222bf38
|
Set valid mystry mew seed on creation
Uses a Method specific seed regardless of template.
|
2021-01-07 21:27:19 -08:00 |
|
Kurt
|
444eab0756
|
Add mystry mew seed table
no validation for wc3 encounters yet, dunno when that will happen
|
2019-06-25 21:15:56 -07:00 |
|