PKHeX/PKHeX.Core/Legality/Verifiers
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
..
Ribbons Fix Invalid/Missing Ribbon string format swap 2019-02-24 22:20:02 -08:00
AbilityVerifier.cs Consolidate encounterlink into mysterygift 2019-01-12 23:50:31 -08:00
BallVerifier.cs Consolidate encounterlink into mysterygift 2019-01-12 23:50:31 -08:00
ConsoleRegionVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
CXDVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
EffortValueVerifier.cs Move GetIV to pkm, misc simplifications 2019-01-05 10:51:41 -08:00
EncounterTypeVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
FormVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
GenderVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
HyperTrainingVerifier.cs Add gold bottle cap bypass for LGPE 2019-01-06 16:21:34 -08:00
IndividualValueVerifier.cs Misc clean 2019-02-02 15:20:08 -08:00
ItemVerifier.cs Misc parse settings reorg 2018-10-05 19:58:30 -07:00
LanguageVerifier.cs Misc parse settings reorg 2018-10-05 19:58:30 -07:00
LevelVerifier.cs Misc updates 2019-01-11 17:44:51 -08:00
MedalVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
MemoryVerifier.cs Consolidate encounterlink into mysterygift 2019-01-12 23:50:31 -08:00
MiscVerifier.cs Weaken float comparison for weight/height 2019-02-07 16:57:17 -08:00
NHarmoniaVerifier.cs Refactoring iencounterable->pkm 2019-02-09 11:37:20 -08:00
NicknameVerifier.cs Split StringConverter into smaller pieces 2019-03-20 21:50:44 -07:00
ParseSettings.cs Misc refactoring 2019-02-01 23:08:03 -08:00
PIDVerifier.cs Refactoring iencounterable->pkm 2019-02-09 11:37:20 -08:00
TrainerNameVerifier.cs Split StringConverter into smaller pieces 2019-03-20 21:50:44 -07:00
TransferVerifier.cs Update legality check message string style 2018-09-01 14:11:12 -07:00
Verifier.cs Rework secondary check flow 2018-06-23 22:00:01 -07:00