PKHeX/PKHeX.Core/Legality
Kurt dcc0e79435
Evotree: Evolution Traversal Enhancements (#3936)
Like move validation, evolutions are the earliest thing we wish to traverse when determining what encounters may have originated the current Pokémon. To determine the permitted species-form-levels a Pokémon could originate with, we must devolve a Pokémon by traveling down-generation to origin. Once we have an encounter, we can then evolve it to the current species, traversing upwards from origin to the current format.
2023-07-05 21:14:09 -07:00
..
Areas Pokemon location tooltip fix for PLA + miscellaneous comment fixes (#3920) 2023-06-20 10:36:28 -07:00
Bulk struct CheckResult 2023-04-23 16:04:04 -07:00
Encounters Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
Enums Add more xmldoc 2023-03-31 13:00:34 -07:00
Evolutions Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
Formatting Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Learnset Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
LearnSource Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
Moves Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
Restrictions Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
RNG Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
Structures Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
Tables Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
Verifiers Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
BinLinkerAccessor.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Breeding.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
BulkGenerator.cs Add more xmldoc 2023-03-31 13:00:34 -07:00
Core.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
LegalityAnalysis.cs struct CheckResult 2023-04-23 16:04:04 -07:00
LegalityAnalyzers.cs Handle "random" AV gains from level up 2022-07-10 15:53:33 -07:00
MoveListSuggest.cs Evotree: Evolution Traversal Enhancements (#3936) 2023-07-05 21:14:09 -07:00
MoveSourceType.cs Add more xmldoc 2023-03-31 13:00:34 -07:00