PKHeX/PKHeX.Core
Kurt ccf87242c1 Eliminate boxing on encounter search (criteria)
struct implementing interface is boxed when passed to method that accepts interface (not generic method).
Removes IDexLevel (no other inheritors but EvoCriteria) and uses the primitive the data is stored (array, not IReadOnlyList) for slightly better perf.
2022-05-07 18:29:36 -07:00
..
Editing Move to more appropriate folder 2022-05-07 09:26:49 -07:00
Game Remove temp method 2022-03-25 19:24:15 -07:00
Legality Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
MysteryGifts Eliminate boxing on encounter search (criteria) 2022-05-07 18:29:36 -07:00
PersonalInfo Revise Overworld8a application of PIDIV 2022-04-22 21:11:11 -07:00
PKM Update 22.05.08 2022-05-07 14:30:16 -07:00
Resources Update 22.05.08 2022-05-07 14:30:16 -07:00
Ribbons Minor tweaks 2022-04-09 00:08:24 -07:00
Saves Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
Util Break up PKX into separate classes 2022-05-06 20:38:55 -07:00
app.config Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKHeX.Core.csproj Split up csproj PropertyGroup for nuget metadata (#3492) 2022-05-07 17:30:42 -07:00