PKHeX/PKHeX.Core/Saves/Util
Kurt f632aedd15
Encounter Templates: Searching and Creating (#3955)
We implement simple state machine iterators to iterate through every split type encounter array, and more finely control the path we iterate through. And, by using generics, we can have the compiler generate optimized code to avoid virtual calls.

In addition to this, we shift away from the big-5 encounter types and not inherit from an abstract class. This allows for creating a PK* of a specific type and directly writing properties (no virtual calls). Plus we can now fine-tune each encounter type to call specific code, and not have to worry about future game encounter types bothering the generation routines.
2023-08-12 16:01:16 -07:00
..
Recognition Add MemoryCard detection as latest sav, pkmdb 2023-05-01 16:51:17 -07:00
BinaryExportSetting.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
BoxUtil.cs Minor tweaks 2022-08-05 16:18:42 -07:00
Checksums.cs Minor perf tweaks 2023-07-15 11:22:48 -07:00
DexFormUtil.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
IGCSaveFile.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ILangDeviantSave.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SaveExtensions.cs Refactoring: Move Source (Legality) (#3560) 2022-08-03 16:15:27 -07:00
SaveFinder.cs Add MemoryCard detection as latest sav, pkmdb 2023-05-01 16:51:17 -07:00
SaveUtil.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
StadiumUtil.cs Revise stadium detection if no teams set 2022-05-15 14:05:10 -07:00