5dplomacy/MultiversalDiplomacy
Tim Van Baak 4fee854c4c Refactor script handlers to return a result type
This moves the point of strictness from the handler to the driver, which makes more sense and keeps it in one place. Drivers choose to be strict when a script result is a failure but still gives a continuation handler. The CLI driver prints an error and continues, while the test driver fails if it wasn't expecting the failure.
2024-09-03 03:20:59 +00:00
..
Adjudicate Eliminate sources of Unit reference equality 2024-08-16 20:13:15 +00:00
CommandLine Refactor script handlers to return a result type 2024-09-03 03:20:59 +00:00
Model Implement assert order-valid 2024-09-01 04:54:28 +00:00
Orders Basic order parsing and a unit test 2024-08-27 02:43:12 +00:00
Script Refactor script handlers to return a result type 2024-09-03 03:20:59 +00:00
MultiversalDiplomacy.csproj Set version to 0.0.2 2024-08-26 16:47:00 +00:00
Program.cs Add CLI verbs 2024-08-16 13:33:13 -07:00
StringExtensions.cs Reduce Power to string 2024-08-15 07:54:53 -07:00