PKHeX/PKHeX.Core/Legality/Evolutions
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
..
EvolutionGroup Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
Forward Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
Methods Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
Reversal Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
EncounterOrigin.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
EvolutionChain.cs More fixes/improvements 2023-07-08 12:46:46 -07:00
EvolutionHistory.cs More fixes/improvements 2023-07-08 12:46:46 -07:00
EvolutionSet.cs Minor clean 2023-07-21 15:19:12 -07:00
EvolutionTree.cs Unify EvolutionSet deserialization 2023-07-12 19:09:23 -07:00
IEvolutionNetwork.cs More fixes/improvements 2023-07-08 12:46:46 -07:00