PKHeX/PKHeX.WinForms/Subforms/PKM Editors
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
..
BatchEditor.cs Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
BatchEditor.Designer.cs Cleanup 2019-10-26 12:33:58 -07:00
MemoryAmie.cs Use tuples and ComboItem, not anonymous class 2022-05-06 15:43:51 -07:00
MemoryAmie.Designer.cs Add sociability to Memory editor, add legality checks 2021-05-23 11:22:09 -07:00
MoveShopEditor.cs Revise moveshop move suggest methods 2022-05-07 21:21:29 -07:00
MoveShopEditor.Designer.cs Add savedata sub-menu editors 2022-02-04 17:32:16 -08:00
RibbonEditor.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
RibbonEditor.Designer.cs Update RibbonEditor.Designer.cs 2021-02-10 14:12:14 -08:00
SuperTrainingEditor.cs Localize super training flag names 2021-07-26 23:56:42 -07:00
SuperTrainingEditor.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
TechRecordEditor.cs Fix TR editor move strings 2022-02-05 10:40:27 -05:00
TechRecordEditor.Designer.cs Add technical record flag editor & api 2019-11-15 23:12:28 -08:00
Text.cs Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
Text.Designer.cs Minor clean 2020-01-05 18:46:30 -08:00