PKHeX/PKHeX.Core/Legality/Encounters
Kurt b1ead9e630 Split StringConverter into smaller pieces
reduces loading time (don't have to allocate conversion arrays when
launching a gen7 game), and separates things to easier to manage
locations

reworks gen3 string encode/decode, no longer does 3->4->5 and 5->4->3;
instead goes straight to the end result without an intermediary format.

String sanitization should probably be broken up rather than reused, oh
well.
2019-03-20 21:50:44 -07:00
..
Data Misc updates 2019-02-24 13:57:10 -08:00
Generator Split StringConverter into smaller pieces 2019-03-20 21:50:44 -07:00
Information Enhance IEncounterable list summarization 2019-03-19 22:05:13 -07:00
Verifiers Minor simplification 2019-03-16 20:07:30 -07:00
EncounterEgg.cs Add short/long name property differentiation 2019-03-17 22:19:37 -07:00
EncounterInvalid.cs Add short/long name property differentiation 2019-03-17 22:19:37 -07:00
EncounterRejected.cs Add short/long name property differentiation 2019-03-17 22:19:37 -07:00
EncounterSlot.cs Add short/long name property differentiation 2019-03-17 22:19:37 -07:00
EncounterSlot1.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterSlotMoves.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterSlotPermissions.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterStatic.cs Add short/long name property differentiation 2019-03-17 22:19:37 -07:00
EncounterStaticPID.cs Refactoring iencounterable->pkm 2019-02-09 11:37:20 -08:00
EncounterStaticShadow.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterStaticTyped.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterTrade.cs Split StringConverter into smaller pieces 2019-03-20 21:50:44 -07:00
EncounterTradeCatchRate.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterTradePID.cs Refactoring iencounterable->pkm 2019-02-09 11:37:20 -08:00
LegalInfo.cs Misc reductions 2019-02-21 20:41:04 -08:00