aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-05full integration test: sign up, create bot, play matchIlion Beyst1-0/+102
2022-10-05extract poll_match_until_complete functionIlion Beyst1-28/+49
2022-10-04refactor: separate out test setupIlion Beyst1-49/+96
2022-10-04rough but functional integration testIlion Beyst2-10/+121
2022-10-03clear database between test runsIlion Beyst1-1/+22
2022-09-30add integration test stubIlion Beyst3-9/+75
2022-09-29rules: clarify combat resolutionIlion Beyst1-3/+9
2022-09-28add basic combat testsIlion Beyst1-1/+82
2022-09-28implement into_join_handle for RemoteBotHandleIlion Beyst1-3/+15
2022-09-27test playeroutcomesIlion Beyst1-2/+29
2022-09-26track player status and return player outcomes from matchIlion Beyst2-48/+68
2022-09-25propagate PlayerAction::TerminatedIlion Beyst2-1/+7
2022-09-24detect bot crashesIlion Beyst4-12/+28
2022-09-24test regular docker runner operationIlion Beyst2-0/+21
2022-09-24refactor: helpers for match setupIlion Beyst1-10/+29
2022-09-23remove unused function and fileIlion Beyst2-74/+0
2022-09-23ensure bots cleanly stop before a match completesIlion Beyst6-14/+41
2022-09-22test docker runner timeoutsIlion Beyst4-13/+50
2022-09-20add a basic matchrunner testIlion Beyst3-0/+69
2022-09-19update docsIlion Beyst2-11/+40
2022-09-19remove unneccesary print in game rulesIlion Beyst1-1/+0
2022-09-18show dispatches and timeouts in outputpaneIlion Beyst2-30/+89
2022-09-18log dispatches and timeoutsIlion Beyst2-2/+19
2022-09-17initial version of structured log displayIlion Beyst2-1/+134
2022-09-17log initial stateIlion Beyst1-4/+9
2022-09-16introduce turn-based log parserIlion Beyst2-24/+14
2022-09-15log bad commandsIlion Beyst3-46/+52
2022-09-15remove obsolete test codeIlion Beyst2-47/+0
2022-09-14docs: extend docker instructionsIlion Beyst5-64/+116
2022-09-14add basic markdown document stylingIlion Beyst3-6/+40
2022-09-13add prism syntax highlighting themeIlion Beyst2-0/+127
2022-09-13add local development doc pageIlion Beyst3-0/+57
2022-09-12add toc sidebar to docs siteIlion Beyst7-55/+141
2022-09-11redirect /docs to /docs/rulesIlion Beyst1-0/+8
2022-09-10show bot versions on bot pageIlion Beyst2-14/+64
2022-09-10allow retrieving bot codeIlion Beyst2-0/+27
2022-09-10refactor: introduce promise helper typeIlion Beyst1-46/+30
2022-09-09client_api: allow player to connect before match has startedIlion Beyst1-39/+132
2022-09-05translate rules view to markdownIlion Beyst4-141/+85
2022-09-04Merge branch 'site-docs'Ilion Beyst4-3/+26
2022-09-02implement map selection in cliIlion Beyst3-6/+21
2022-08-30registry: ensure that files have been closed before calculating checksumsIlion Beyst1-1/+3
2022-08-29show only completed matches in match logIlion Beyst1-0/+3
2022-08-28add missing maps routesIlion Beyst1-0/+19
2022-08-28run ranker on all mapsIlion Beyst1-7/+10
2022-08-28hotfix: make sure turn slider does not obstruct viewIlion Beyst1-4/+14
2022-08-28fix mouseenter detectionIlion Beyst1-5/+3
2022-08-28raise turn limit to 500Ilion Beyst1-1/+1
2022-08-27show map info for matchesIlion Beyst3-6/+30
2022-08-27allow selecting a map in editor viewIlion Beyst4-18/+39