Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-14 | create a configuration to hold docker registry url | Ilion Beyst | 1 | -12/+17 |
2022-07-13 | refactor: unify match save and spawn | Ilion Beyst | 1 | -4/+4 |
2022-07-12 | refactor: delay BotSpec construction in RunMatch | Ilion Beyst | 1 | -5/+10 |
2022-07-09 | refactor: pass on both Bot and BotVersion to MatchPlayer | Ilion Beyst | 1 | -1/+1 |
2022-07-06 | rename code_bundle to bot_version | Ilion Beyst | 1 | -1/+1 |
2022-06-11 | use RunMatch in bot_api service | Ilion Beyst | 1 | -23/+20 |
2022-06-09 | consistently use player_key and player_id | Ilion Beyst | 1 | -10/+10 |
2022-06-08 | implement grpc match creation PoC | Ilion Beyst | 1 | -32/+54 |
2022-06-07 | timeout when player never connects | Ilion Beyst | 1 | -9/+23 |
2022-06-06 | bot api: handle timeouts and disconnects | Ilion Beyst | 1 | -8/+55 |
2022-06-06 | send player_id through request metadata | Ilion Beyst | 1 | -3/+16 |
2022-06-06 | implement PlayerRouter | Ilion Beyst | 1 | -26/+45 |
2022-06-05 | baby steps towards a working bot api | Ilion Beyst | 1 | -10/+140 |
2022-05-31 | set up gprc server | Ilion Beyst | 1 | -0/+30 |