PKHeX/PKHeX.Core/Legality/Encounters/Generator
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
..
EncounterEggGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
EncounterFinder.cs Reorganization 2018-03-05 20:49:45 -08:00
EncounterGenerator.cs Split up IEncounterable generators 2018-03-10 19:51:09 -08:00
EncounterLinkGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
EncounterSlotGenerator.cs Cache pressure slot instead of saving all to list 2018-03-11 11:02:02 -07:00
EncounterStaticGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
EncounterTradeGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
MysteryGiftGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
PeekEnumerator.cs Reorganization 2018-03-05 20:49:45 -08:00