aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-02add parameters to recent_matches api endpointIlion Beyst2-4/+26
2022-08-01make name field optionalIlion Beyst1-1/+1
2022-07-31create a basic match tableIlion Beyst1-9/+112
2022-07-31add winner to match api responsesIlion Beyst1-0/+2
2022-07-30list only public matches in APIIlion Beyst3-25/+47
2022-07-30add is_public to matchesIlion Beyst8-2/+17
2022-07-25don't allow registering reserved usernamesIlion Beyst1-0/+6
2022-07-25add local development instructions to READMEIlion Beyst1-7/+16
2022-07-25limit amount of matches used by rankerIlion Beyst3-4/+9
2022-07-25rename bot_api to client_apiIlion Beyst8-80/+93
2022-07-24pull docker bots before running themIlion Beyst2-2/+45
2022-07-24add placeholders for empty listsIlion Beyst2-0/+6
2022-07-24create new bot flowIlion Beyst4-4/+140
2022-07-24use absolute paths for login and registerIlion Beyst1-2/+2
2022-07-24remove global style overrides from visualizerIlion Beyst2-9/+1
2022-07-24add bot detail pageIlion Beyst8-104/+185
2022-07-24basic user profile pagesIlion Beyst7-11/+105
2022-07-23store active version id in bots tableIlion Beyst10-30/+88
2022-07-23sort match players to ensure correct orderingIlion Beyst1-0/+5
2022-07-23update READMEIlion Beyst2-0/+25
2022-07-23support working_directory and command stringIlion Beyst2-3/+25
2022-07-22enable ssl for grpc clientIlion Beyst2-8/+9
2022-07-22allow configuring grpc server urlIlion Beyst2-2/+11
2022-07-22planetwars-client: configure bot config path and opponent nameIlion Beyst2-6/+19
2022-07-21show match url in planetwars_clientIlion Beyst5-0/+16
2022-07-21re-enable bot_api serverIlion Beyst1-0/+2
2022-07-21delete old planetwars-cli codeIlion Beyst16-658/+0
2022-07-20update client for oneof messagesIlion Beyst1-7/+18
2022-07-20wrap bot api in oneof for extendabilityIlion Beyst2-23/+38
2022-07-19fix match detail viewIlion Beyst1-7/+28
2022-07-19We're planetwars.dev now!Ilion Beyst1-1/+1
2022-07-19remove obsolete dependenciesIlion Beyst3-159/+2
2022-07-18bugfix: don't cache textures bound to a specific GLContextIlion Beyst2-26/+31
2022-07-18Merge branch 'next'Ilion Beyst38-450/+1445
2022-07-18use texture for rendering shipsIlion Beyst6-90/+98
2022-07-18add half-pixel correction to textIlion Beyst1-4/+10
2022-07-18use texture for rendering planetsIlion Beyst6-79/+113
2022-07-17allow disabling ranker in develpomentIlion Beyst2-3/+10
2022-07-17create all required directories on startupIlion Beyst1-1/+16
2022-07-17cleanup: remove old configuration codeIlion Beyst1-9/+5
2022-07-16read GlobalConfig from configuration.tomlIlion Beyst2-19/+30
2022-07-16integrate registry with GlobalConfigIlion Beyst2-20/+48
2022-07-16move storage paths to GlobalConfigIlion Beyst6-37/+45
2022-07-14change runnerconfig to globalconfigIlion Beyst5-30/+25
2022-07-14create a configuration to hold docker registry urlIlion Beyst5-40/+76
2022-07-13refactor: unify match save and spawnIlion Beyst4-30/+32
2022-07-12refactor: delay BotSpec construction in RunMatchIlion Beyst5-47/+45
2022-07-11tying it together: execute docker botsIlion Beyst2-14/+23
2022-07-09refactor: pass on both Bot and BotVersion to MatchPlayerIlion Beyst4-24/+45
2022-07-08create a new bot verison on docker pushIlion Beyst1-5/+16