aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-16consume matches pagination apiIlion Beyst2-7/+16
2022-08-16return pagination object from list matches APIIlion Beyst1-7/+30
2022-08-15styling of next/prev buttonsIlion Beyst5-16/+46
2022-08-15link to all matches on bot pageIlion Beyst1-1/+21
2022-08-12allow filtering for bot matchesIlion Beyst1-2/+22
2022-08-12abstract matches pagination logicIlion Beyst1-42/+52
2022-08-11save matches pagination cursor in urlIlion Beyst1-21/+26
2022-08-09create password reset utilityIlion Beyst4-8/+92
2022-08-09badly paginated matchesIlion Beyst1-1/+47