PKHeX/PKHeX.Core/PKM/Strings
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
..
StringConverter.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
StringConverter2KOR.cs Minor optimizations 2023-03-21 17:20:13 -07:00
StringConverter3.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
StringConverter3GC.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter4.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter4GC.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter4Util.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
StringConverter5.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter6.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter7.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter7ZH.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
StringConverter8.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverter12.cs Pre-allocate some dictionary sizes 2023-03-04 20:00:27 -08:00
StringConverter12Transporter.cs Minor tweaks 2023-04-22 17:51:32 -07:00
StringConverter345.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringConverterOption.cs Add xmldoc 2022-01-08 09:54:32 -08:00