aboutsummaryrefslogtreecommitdiff
path: root/planetwars-client/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2022-11-20don't crash client when bot crashesIlion Beyst1-3/+23
2022-09-02implement map selection in cliIlion Beyst1-4/+15
2022-08-01make name field optionalIlion Beyst1-1/+1
2022-07-25rename bot_api to client_apiIlion Beyst1-14/+17
2022-07-23support working_directory and command stringIlion Beyst1-3/+24
2022-07-22enable ssl for grpc clientIlion Beyst1-7/+8
2022-07-22allow configuring grpc server urlIlion Beyst1-1/+10
2022-07-22planetwars-client: configure bot config path and opponent nameIlion Beyst1-6/+18
2022-07-21show match url in planetwars_clientIlion Beyst1-0/+4
2022-07-20update client for oneof messagesIlion Beyst1-7/+18
2022-06-09consistently use player_key and player_idIlion Beyst1-2/+2
2022-06-08update client to request matchesIlion Beyst1-7/+19
2022-06-07run bot process in clientIlion Beyst1-6/+23
2022-06-06send player_id through request metadataIlion Beyst1-1/+9
2022-06-05baby steps towards a working bot apiIlion Beyst1-9/+23
2022-06-01set up stub grpc clientIlion Beyst1-0/+21