PKHeX/PKHeX.WinForms
Kurt b60648627a Add setting to show Gender in Gen1
Default false, current behavior.
Previous commits (years ago) would show Gender, but only current-format properties are shown now.

Fix some form scaling settings that haven't been reported, match other controls.
PKM property copy now checks if src==dest property type; for Gen6<-Gen7 markings, converting ushort -> byte can cause the conversion to fail if more than 8 bits are used. Just ignore copying the marking value, by only copying properties that have the same name AND type.
2024-04-16 21:01:14 -05:00
..
Controls Add setting to show Gender in Gen1 2024-04-16 21:01:14 -05:00
MainWindow Split gen3 memorycard into subfolder 2024-03-30 01:17:18 -05:00
Misc Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
Properties Add setting to show Gender in Gen1 2024-04-16 21:01:14 -05:00
Resources Update 24.03.26 2024-03-25 00:46:21 -05:00
Subforms Add setting to show Gender in Gen1 2024-04-16 21:01:14 -05:00
Util Catch more uninitialized file call stack paths 2024-03-18 19:05:22 -05:00
PKHeX.WinForms.csproj Check nicknames/OTs against characters in font (#4146) 2024-02-23 13:23:50 -06:00
Program.cs Indicate if the exception is from a Plugin 2024-03-15 20:54:20 -05:00