5dplomacy/MultiversalDiplomacy/Adjudicate
Tim Van Baak 25d903d91a Refactor Season into a value struct
This keeps the rich features of a Season type without requiring constant string parsing (as much) or going through World to do lookups to get the objects. Since seasons now have value equality instead of reference equality, it's easier to get access to whem when needed. They're still, fundamentally, sugar over a tuple.
2024-08-15 13:51:41 -07:00
..
Decision Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
Logging Add adjudicator logger 2022-11-06 21:09:22 -08:00
AdjudicationDecision.cs Refactor adjudication into separate adjudication and update steps 2022-03-27 14:39:00 -07:00
AdjudicationDictionaryExtensions.cs Implement AdvanceTimeline resolution 2022-11-08 16:25:47 -08:00
AdjudicatorHelpers.cs Reduce Unit.Power to string 2024-08-15 07:37:05 -07:00
IPhaseAdjudicator.cs Refactor adjudication into separate adjudication and update steps 2022-03-27 14:39:00 -07:00
MovementPhaseAdjudicator.cs Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
OrderValidation.cs Add validation constraint 2022-03-22 22:11:14 -07:00
PathFinder.cs Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
ValidationReason.cs Add movement phase order validation logic 2022-03-15 12:24:29 -07:00