PKHeX/PKHeX.Core/Legality/Encounters
Kurt aa65d88d3d Cache pressure slot instead of saving all to list
faster to do:
null check & comparison for each
vs
collection add (especially if growing collection)

don't evaluate all slots (faster), capturing the dexlevel[] object is
fine until the enumerable is discarded
2018-03-11 11:02:02 -07:00
..
Data Refactoring 2018-03-08 21:18:32 -08:00
Generator Cache pressure slot instead of saving all to list 2018-03-11 11:02:02 -07:00
Information Split up IEncounterable generators 2018-03-10 19:51:09 -08:00
Verifiers Split up IEncounterable generators 2018-03-10 19:51:09 -08:00
EncounterEgg.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterInvalid.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterLink.cs Clean up EncounterLink 2018-03-09 18:58:00 -08:00
EncounterRejected.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterSlot.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterSlot1.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterSlotMoves.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterStatic.cs Refactoring 2018-03-10 18:03:09 -08:00
EncounterStaticPID.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterStaticShadow.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterStaticTyped.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterTrade.cs Refactoring 2018-03-10 18:03:09 -08:00
EncounterTradeCatchRate.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterTradePID.cs Refactoring 2018-03-08 21:18:32 -08:00
LegalInfo.cs Add Frame mismatch illegal message handling 2017-11-28 21:30:53 -08:00