PKHeX/PKHeX.WinForms/Subforms
Kurt 5c7ef42b54 Update reflection property fetching
Closes #919

Properties fetched would return PKM.cs properties (not declared in XK3
or PK3), such as Hidden Power Type.

The setter for Hidden Power type is unused everywhere, but was called
via reflection on transfer away from xk3/ck3 format. This caused IVs to
be tampered with in most cases.

By only fetching Declared properties (ie, within XK3.cs only), only the
'real' shared properties will be transferred. Extending this to the
batch editor, we can use this Declared-only filtering to grab more pkm
formats. While things are being updated, throw in pk1/pk2/bk4/ck3/xk3
formats to the dropdown.
2017-03-02 21:00:41 -08:00
..
PKM Editors Update reflection property fetching 2017-03-02 21:00:41 -08:00
Save Editors add Vivillon FormValue 2017-03-03 04:22:18 +09:00
frmReport.cs Add legality check indication to report window 2017-02-27 18:25:22 -08:00
frmReport.Designer.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00
frmReport.resx Split winforms to separate project 2017-01-07 23:54:09 -08:00
KChart.cs More refactoring 2017-01-11 22:28:35 -08:00
KChart.Designer.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00
KChart.resx Split winforms to separate project 2017-01-07 23:54:09 -08:00
SAV_Database.cs Simplify batch editing 2017-02-10 23:54:36 -08:00
SAV_Database.Designer.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00
SAV_Database.resx Split winforms to separate project 2017-01-07 23:54:09 -08:00
SAV_MysteryGiftDB.cs More refactoring 2017-01-11 22:28:35 -08:00
SAV_MysteryGiftDB.Designer.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00
SAV_MysteryGiftDB.resx Split winforms to separate project 2017-01-07 23:54:09 -08:00