Evan Dixon
|
52c4fbbe97
|
Converted PKHeX.Core to .Net Standard
Refactored and rearranged things as needed to allow the change
|
2017-05-11 23:34:18 -05:00 |
|
Kurt
|
5c96066b13
|
Slightly speed up database scrolling
no linq operations
still sluggish due to generating the sprites multiple times (not cached)
#1071
|
2017-04-20 20:52:08 -07:00 |
|
Kurt
|
757cf11f52
|
Database improvements
Reduce linq usage (toarray) and just use the actual index
Implement GetHashCode for Mystery Gifts to only add unique data arrays
#1071
|
2017-04-19 03:15:54 -07:00 |
|
Kurt
|
deac1724c7
|
Add gen4/5 event concatenated binaries
events now show up in the event browser too
pcd(4)/pgf(5) will be used for encounter matching by the legality check.
|
2017-03-19 16:19:59 -07:00 |
|
Kurt
|
f4797e06a0
|
More refactoring
More extension methods for other types of images
|
2017-01-11 22:28:35 -08:00 |
|
Kurt
|
595c7eb4c5
|
Split winforms to separate project
resources still are associated with winforms, eh
program still runs fine and I've replicated the mono build options. lmk
if this breaks stuff
|
2017-01-07 23:54:09 -08:00 |
|