PKHeX/PKHeX.Core/PKM/Util
Kurt 5bcccc6d92
HOME 2.0.0: Handle conversion behavior & restrictions (#3506)
* Revises legality checks to account for traveling between the three game islands (PLA/BDSP/SWSH)
* Adds conversion mechanisms between the three formats, as well as flexible conversion options to backfill missing data (thanks GameFreak/ILCA for opting for lossy conversion instead of updating the games).
* Adds API abstractions for HOME data storage format (EKH/PKH format 1, aka EH1/PH1).
* Revises some APIs for better usage:
  - `PKM` now exposes a `Context` to indicate the isolation context for legality purposes.
  - Some method signatures have changed to accept `Context` or `GameVersion` instead of a vague `int` for Generation.
  - Evolution History is now tracked in the Legality parse for specific contexts, rather than only per generation.
2022-05-30 21:43:52 -07:00
..
Conversion HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
EffortValues.cs Minor tweaks 2022-05-07 11:47:01 -07:00
EntityBlank.cs Add overload for ITrainerInfo blank fetch 2022-05-06 10:42:08 -07:00
EntityDetection.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
EntityFileExtension.cs Minor tweaks 2022-05-07 11:47:01 -07:00
EntityFileNamer.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
EntityFormat.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
EntityGender.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
EntityPID.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
EntitySorting.cs Move files 2022-04-09 12:01:43 -07:00
Experience.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
Language.cs Remove allocations in SpeciesName helpers 2022-05-07 09:25:04 -07:00
PKX.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
PokeCrypto.cs Faster pokecrypto 2022-03-20 02:44:36 -07:00
RecentTrainerCache.cs Split PKMConverter into multiple classes 2022-04-09 01:39:34 -07:00
SpeciesName.cs Remove allocations in SpeciesName helpers 2022-05-07 09:25:04 -07:00