aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes/demo.rs
AgeCommit message (Expand)AuthorFilesLines
2022-03-13apply clippy suggestionsIlion Beyst1-2/+2
2022-03-11add information about match players to match API objectIlion Beyst1-3/+19
2022-03-10save match players in databaseIlion Beyst1-3/+12
2022-03-03allow selecting opponent in demoIlion Beyst1-3/+8
2022-02-27retrieve opponent from bots databaseIlion Beyst1-18/+26
2022-02-27save all uploaded code bundles in databaseIlion Beyst1-16/+8
2022-02-15play matches asyncIlion Beyst1-4/+19
2022-02-08store demo matches in databaseIlion Beyst1-25/+38
2022-01-27allow retrieving match log for submitted botIlion Beyst1-1/+8
2022-01-27correct submitted bot pathIlion Beyst1-1/+1
2022-01-26add endpoint for standalone upload of bot codeIlion Beyst1-0/+70