PKHeX/PKHeX.Core/Legality/Bulk
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
..
BulkAnalysis.cs struct CheckResult 2023-04-23 16:04:04 -07:00
CombinedReference.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
DuplicateEncryptionChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
DuplicateGiftChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
DuplicatePIDChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
DuplicateTrainerChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
HandlerChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
IBulkAnalyzer.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00
StandardCloneChecker.cs Extract Bulk Analysis components 2023-02-08 17:24:47 -08:00