PKHeX/PKHeX.Core/Legality/Verifiers/Ribbons
Kurt 3c232505e5
Refactoring: Narrow some value types (Species, Move, Form) (#3575)
In this pull request I've changed a ton of method signatures to reflect the more-narrow types of Species, Move# and Form; additionally, I've narrowed other large collections that stored lists of species / permitted values, and reworked them to be more performant with the latest API spaghetti that PKHeX provides. Roamer met locations, usually in a range of [max-min]<64, can be quickly checked using a bitflag operation on a UInt64. Other collections (like "Is this from Colosseum or XD") were eliminated -- shadow state is not transferred COLO<->XD, so having a Shadow ID or matching the met location from a gift/wild encounter is a sufficient check for "originated in XD".
2022-08-26 23:43:36 -07:00
..
RibbonIndex3.cs Narrow ribbon count type from int->byte, split interface 2022-08-23 21:25:22 -07:00
RibbonIndex4.cs Minor clean 2022-08-22 23:18:53 -07:00
RibbonResult.cs Add more xmldoc 2022-08-21 01:39:16 -07:00
RibbonResultList.cs Minor tweaks 2022-08-19 22:37:27 -07:00
RibbonRules.cs Refactoring: Narrow some value types (Species, Move, Form) (#3575) 2022-08-26 23:43:36 -07:00
RibbonStrings.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
RibbonVerifier.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonVerifierArguments.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonVerifierCommon3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonVerifierCommon4.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonVerifierCommon6.cs Narrow ribbon count type from int->byte, split interface 2022-08-23 21:25:22 -07:00
RibbonVerifierCommon7.cs Fix handling for USUM banned species bypass 2022-08-21 19:15:02 -07:00
RibbonVerifierCommon8.cs Pass missing flag so that remove all can revert 2022-08-17 23:47:15 -07:00
RibbonVerifierEvent3.cs Minor tweaks 2022-08-19 22:37:27 -07:00
RibbonVerifierEvent4.cs Pass missing flag so that remove all can revert 2022-08-17 23:47:15 -07:00
RibbonVerifierOnly3.cs Pass missing flag so that remove all can revert 2022-08-17 23:47:15 -07:00
RibbonVerifierUnique3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonVerifierUnique4.cs Narrow ribbon count type from int->byte, split interface 2022-08-23 21:25:22 -07:00