PKHeX/PKHeX.Core/Legality
Kurt 2648560684 Invert breeding method result returns
clean:
if (!logical) return;

Existing logic had methods named to return true if fail, now method checks for passing, thus the logic now follows the above pattern.
2021-01-01 19:36:54 -08:00
..
Areas Make EncounterArea record type 2021-01-01 10:55:33 -08:00
Encounters Invert breeding method result returns 2021-01-01 19:36:54 -08:00
Enums Use more expression return style 2021-01-01 17:08:49 -08:00
Evolutions Use more expression return style 2021-01-01 17:08:49 -08:00
Learnset Minor initialization tweaks 2020-12-28 10:22:13 -08:00
Moves Use more expression return style 2021-01-01 17:08:49 -08:00
Restrictions Use more expression return style 2021-01-01 17:08:49 -08:00
RNG Use more expression return style 2021-01-01 17:08:49 -08:00
Structures Use more expression return style 2021-01-01 17:08:49 -08:00
Tables Use more expression return style 2021-01-01 17:08:49 -08:00
Verifiers Use more expression return style 2021-01-01 17:08:49 -08:00
BinLinker.cs Strip out some unnecessary logic 2020-04-16 12:58:48 -07:00
Breeding.cs Invert breeding method result returns 2021-01-01 19:36:54 -08:00
BulkAnalysis.cs Simplify some repeated comparisons with expressions 2020-12-29 00:37:59 -08:00
BulkGenerator.cs Unify concepts with different names 2020-12-10 20:42:30 -08:00
Core.cs Use more expression return style 2021-01-01 17:08:49 -08:00
LegalityAnalysis.cs Move LegalityAnalysis derived movesets out of class 2020-12-24 16:36:50 -08:00
LegalityAnalyzers.cs Use specific type when storing reference 2020-12-31 10:33:30 -08:00
LegalityCheckStrings.cs Add OT gender check for N's Pokemon 2020-12-23 18:03:05 -08:00
MoveList.cs Move more breeding logic to Breeding 2021-01-01 15:01:22 -08:00
MoveListSuggest.cs Move LegalityAnalysis derived movesets out of class 2020-12-24 16:36:50 -08:00