5dplomacy/MultiversalDiplomacy/Adjudicate/Decision
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
..
AdvanceTimeline.cs Implement AdvanceTimeline resolution 2022-11-08 16:25:47 -08:00
AttackStrength.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
BinaryAdjudicationDecision.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
DefendStrength.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
DoesMove.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
GivesSupport.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
HasPath.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
HoldStrength.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
IsDislodged.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00
MovementDecisions.cs Refactor Season into a value struct 2024-08-15 13:51:41 -07:00
NumericAdjudicationDecision.cs Move decision classes out of the movement adjudicator 2022-03-24 09:22:13 -07:00
PreventStrength.cs Add better ToString overrides to decision classes 2022-11-06 21:58:21 -08:00