PKHeX/PKHeX.Core/Legality
Kurt 5476b86a11 Misc performance tweaks
Switch encounter slot generator to yield style to not require the entire
method to finish iterating
Although the pressure slot may be best-matching, it isn't the typical
match. Defer pressure slot clone to the end (defers the orderby
calculation)

There's probably a better way to do the pre-work (gen 5+ only operate
off one encounterarea... usually. Past Gens end up repeating the same
work for each area tested

slot matching runs slightly faster now due to the deferred execution
2017-06-30 00:37:17 -07:00
..
Encounters Misc performance tweaks 2017-06-30 00:37:17 -07:00
Enums Refactoring 2017-06-18 13:02:02 -07:00
RNG Misc updates 2017-06-29 19:32:29 -07:00
Structures Misc updates 2017-06-29 19:32:29 -07:00
Analysis.cs Add gen1/2 EV checks 2017-06-26 20:12:49 -07:00
Checks.cs Misc updates 2017-06-29 19:32:29 -07:00
Core.cs Misc performance tweaks 2017-06-30 00:37:17 -07:00
Data.cs Refactoring 2017-06-17 18:37:19 -07:00
LegalityCheckStrings.cs More egg related check changes 2017-06-21 09:18:33 -07:00
RibbonStrings.cs Add ribbonresult class to separate invalid/missing 2017-06-21 23:12:06 -07:00
Tables.cs Next round of ribbon checking 2017-06-20 21:57:03 -07:00
Tables1.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
Tables2.cs Add gsc goldenrod / fix mania shuckie 2017-06-17 22:44:05 -07:00
Tables3.cs Misc updates 2017-06-29 19:32:29 -07:00
Tables4.cs Refactoring 2017-06-17 18:37:19 -07:00
Tables5.cs Refactoring 2017-06-17 18:37:19 -07:00
Tables6.cs Unban gen6 berries held items 2017-06-27 08:45:46 -07:00
Tables7.cs Unban Banettite and Cameruptite (#1275) 2017-06-25 20:30:31 -07:00
VivillonTables.cs Refactoring 2017-06-17 18:37:19 -07:00