PKHeX/PKHeX.WinForms/Subforms
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
..
Misc Refactoring: Span-based value writes and method signatures (#3361) 2022-01-02 21:35:59 -08:00
PKM Editors HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
Save Editors Guard against incorrect cgear skin pixel formats 2022-05-30 14:05:06 -07:00
KChart.cs Update program GUI abstractions 2022-02-04 17:36:51 -08:00
KChart.Designer.cs Add Catch Rate to KChart (#2972) 2020-08-15 16:13:15 -07:00
ReportGrid.cs Minor tweaks 2022-02-26 21:45:31 -08:00
ReportGrid.Designer.cs Remove box bar, inline sprite height calc 2021-08-05 18:54:47 -07:00
SAV_Database.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
SAV_Database.Designer.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
SAV_Encounters.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
SAV_Encounters.Designer.cs Add cancellationtoken to cancel long searches 2022-05-07 09:25:59 -07:00
SAV_FolderList.cs Fix folder list backup fetch 2022-02-05 09:49:47 -08:00
SAV_FolderList.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_MysteryGiftDB.cs HOME 2.0.0: Handle conversion behavior & restrictions (#3506) 2022-05-30 21:43:52 -07:00
SAV_MysteryGiftDB.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SettingsEditor.cs Minor tweaks 2022-04-26 19:48:09 -07:00
SettingsEditor.Designer.cs Rewrite settings handling; enhance some user experiences (#3193) 2021-04-11 18:09:54 -07:00