aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/src/pw_match.rs
AgeCommit message (Expand)AuthorFilesLines
2022-09-26track player status and return player outcomes from matchIlion Beyst1-11/+43
2022-09-25propagate PlayerAction::TerminatedIlion Beyst1-1/+5
2022-09-23remove unused function and fileIlion Beyst1-18/+0
2022-09-23ensure bots cleanly stop before a match completesIlion Beyst1-1/+4
2022-09-18log dispatches and timeoutsIlion Beyst1-2/+10
2022-09-17log initial stateIlion Beyst1-4/+9
2022-09-15log bad commandsIlion Beyst1-18/+46
2022-04-27return winner when running a matchIlion Beyst1-3/+3
2022-03-13apply clippy suggestionsIlion Beyst1-2/+2
2022-02-23implement matchloggerIlion Beyst1-4/+6
2022-02-03remove send_info methodIlion Beyst1-1/+1
2022-01-01extract matchrunner crate from planetwars-cliIlion Beyst1-0/+136