PKHeX/PKHeX.WinForms
Kurt 98b21eaaa8 Add clone deletion quick action
kinda slow, if a save has 900 mons, it has to check 900*900 which is
O(n^2), takes a few seconds
as opposed to just doing a hashset checking contains, would be O(n)
gotta do some fun stuff to make it faster
2019-02-18 17:00:16 -08:00
..
Controls Add clone deletion quick action 2019-02-18 17:00:16 -08:00
MainWindow Update shortcuts 2019-02-17 15:08:14 -08:00
Misc "" -> string.Empty 2019-02-07 21:40:20 -08:00
Properties Add drawsettings as saved program setting 2019-02-17 14:51:35 -08:00
Resources Update shortcuts 2019-02-17 15:08:14 -08:00
Subforms Make RandomGender a method instead of property 2019-02-17 22:13:40 -08:00
Util Misc clean 2019-02-16 19:53:14 -08:00
App.config Add drawsettings as saved program setting 2019-02-17 14:51:35 -08:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
PKHeX.WinForms.csproj Misc updates 2019-02-15 00:50:23 -08:00
Program.cs Respacening 2018-07-26 19:34:27 -07:00
Settings.cs Respacening 2018-07-26 19:34:27 -07:00