PKHeX/PKHeX.Core/Ribbons
Kurt 768047cd80
Legality: Rewrite Ribbon Verifier (#3570)
* Rewrite ribbon verification
* Explicitly verifies all ribbons instead of chained iterators.
* Verifies using only the stack, using `struct` and `Span<T>`. No allocation on heap, or `IEnumerable` iterators.
* Verifies all egg ribbons using a separate method, explicitly implemented. No reflection overhead.
* Separates each ribbon interface to separate `static` classes. Easier to identify code needing change on new game update.
* Extracted logic for specific ribbons. Can easily revise complicated ribbon's acquisition rules.
* Simplifies GiveAll/RemoveAll legal ribbon mutations. No reflection overhead, and no allocation.
* Can be expanded in the future if we need to track conditions for ribbon acquisition (was Sinnoh Champ received in BDSP or Gen4?)

End result is a more performant implementation and easier to maintain & reuse logic.
2022-08-15 21:04:30 -07:00
..
IRibbonIndex.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IRibbonSetAffixed.cs Update PKHeX.Core abstractions with latest logic 2022-02-04 17:35:15 -08:00
IRibbonSetCommon3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetCommon4.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetCommon6.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetCommon7.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetCommon8.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetEvent3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetEvent4.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetMark8.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
IRibbonSetOnly3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetUnique3.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
IRibbonSetUnique4.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonIndex.cs Legality: Rewrite Ribbon Verifier (#3570) 2022-08-15 21:04:30 -07:00
RibbonInfo.cs Minor perf improvement (spans) 2022-06-25 23:08:28 -07:00