aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500
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
2022-08-26add maps to matches apiIlion Beyst6-13/+45
2022-08-25add map info to matchesIlion Beyst2-2/+25
2022-08-25create db::maps moduleIlion Beyst2-0/+32
2022-08-23create maps tableIlion Beyst5-13/+28
2022-08-22create editor storeIlion Beyst3-14/+38
2022-08-22populate new index pageIlion Beyst2-6/+93
2022-08-22move rules to their own routeIlion Beyst3-20/+18
2022-08-21make scroll bars less ugly in chromeIlion Beyst2-19/+14
2022-08-21extract leaderboard from editorIlion Beyst4-26/+32
2022-08-21move bot editor to /editorIlion Beyst3-283/+310
2022-08-20implement LinkButton componentIlion Beyst4-3/+16
2022-08-19create global scss stylesIlion Beyst6-40/+32