PKHeX/PKHeX.Core/PKM/Util
Kurt dcc0e79435
Evotree: Evolution Traversal Enhancements (#3936)
Like move validation, evolutions are the earliest thing we wish to traverse when determining what encounters may have originated the current Pokémon. To determine the permitted species-form-levels a Pokémon could originate with, we must devolve a Pokémon by traveling down-generation to origin. Once we have an encounter, we can then evolve it to the current species, traversing upwards from origin to the current format.
2023-07-05 21:14:09 -07:00
..
Conversion Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
EffortValues.cs Less allocation, minor tweaks 2023-03-27 00:11:42 -07:00
EntityBlank.cs Minor clean 2023-04-13 00:05:10 -07:00
EntityDetection.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
EntityFileExtension.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
EntityFileNamer.cs Add bulk renamer API for renaming PKM files 2023-05-07 15:30:03 -07:00
EntityFormat.cs Extend filename species 000's to 4 digits 2023-05-07 15:29:40 -07:00
EntityGender.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
EntityPID.cs Update EntityPID.cs 2022-12-22 12:12:13 -08:00
EntitySorting.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Experience.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
Language.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
PKX.cs Update 22.11.24 2022-11-24 17:42:17 -08:00
PokeCrypto.cs Minor clean 2023-04-13 00:05:10 -07:00
RecentTrainerCache.cs Refactoring: Move Source (Legality) (#3560) 2022-08-03 16:15:27 -07:00
SpeciesName.cs Minor optimizations 2023-03-21 17:20:13 -07:00