PKHeX/PKHeX.WinForms
Kurt 0e4d30fd21
Rewrite C-Gear Skin conversion code (#4351)
#4337

On form open, sav->cgb->png
On file import, data->cgb->png
On image import, img->cgb->png
On form save, cgb->sav

Original data is retained when opening/importing file, rather than rebuilding png->cgb every time on form save.

Changes:
- can now adapt logic easily for pokedex skins
- importing image with too many colors/tiles will instead use color/tile 0 instead of throwing an exception, then will alert after importing.
- importing image with wrong dimensions/format will alert rather than display exception message
2024-08-28 19:04:25 -05:00
..
Controls Fix TopMost appearance for Group Slots viewer 2024-08-25 10:16:38 -05:00
MainWindow Add slot source legality checks 2024-06-15 00:14:49 -05:00
Misc Minor tweaks 2024-06-05 23:46:03 -05:00
Properties Add opt-in boxdata dragdrop toggle 2024-05-10 22:36:46 -05:00
Resources Spanish translations (#4348) 2024-08-23 17:34:10 -05:00
Subforms Rewrite C-Gear Skin conversion code (#4351) 2024-08-28 19:04:25 -05:00
Util Extract IMetLevel for level!=met encounters 2024-07-06 01:40:12 -05:00
PKHeX.WinForms.csproj Check nicknames/OTs against characters in font (#4146) 2024-02-23 13:23:50 -06:00
Program.cs Minor tweaks 2024-06-05 23:46:03 -05:00