PKHeX/PKHeX.Core/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
..
Localization Minor tweaks 2023-04-22 17:51:32 -07:00
ArrayUtil.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
BinaryCodedDecimal.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
ComboItemUtil.cs Minor clean 2023-04-13 00:05:10 -07:00
DateUtil.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
FileUtil.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00
FlagUtil.cs Minor tweaks 2023-04-22 17:51:32 -07:00
MessageStrings.cs [SV] Give All Clothing button (#3876) 2023-05-26 10:24:27 -07:00
NetUtil.cs Minor tweaks 2023-04-22 17:51:32 -07:00
PathUtil.cs Minor tweaks 2023-04-22 17:51:32 -07:00
RandUtil.cs Less allocation, minor tweaks 2023-03-27 00:11:42 -07:00
ReflectUtil.cs Show affixedribbon next to markings 2023-04-01 16:52:12 -07:00
ResourceUtil.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
StringUtil.cs Less allocation, minor tweaks 2023-03-27 00:11:42 -07:00
UpdateUtil.cs Minor tweaks 2023-03-28 11:29:29 -07:00
Util.cs Update 23.07.09 2023-07-09 14:10:40 -07:00
ValueTypeTypeConverter.cs Encounter Templates: Searching and Creating (#3955) 2023-08-12 16:01:16 -07:00