Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-23 | remove unused function and file | Ilion Beyst | 2 | -74/+0 | |
2022-09-23 | ensure bots cleanly stop before a match completes | Ilion Beyst | 6 | -14/+41 | |
2022-09-22 | test docker runner timeouts | Ilion Beyst | 4 | -13/+50 | |
2022-09-20 | add a basic matchrunner test | Ilion Beyst | 3 | -0/+69 | |
2022-09-19 | update docs | Ilion Beyst | 2 | -11/+40 | |
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500 | |||||
2022-09-19 | remove unneccesary print in game rules | Ilion Beyst | 1 | -1/+0 | |
2022-09-18 | show dispatches and timeouts in outputpane | Ilion Beyst | 2 | -30/+89 | |
2022-09-18 | log dispatches and timeouts | Ilion Beyst | 2 | -2/+19 | |
2022-09-17 | initial version of structured log display | Ilion Beyst | 2 | -1/+134 | |
2022-09-17 | log initial state | Ilion Beyst | 1 | -4/+9 | |
2022-09-16 | introduce turn-based log parser | Ilion Beyst | 2 | -24/+14 | |
2022-09-15 | log bad commands | Ilion Beyst | 3 | -46/+52 | |
2022-09-15 | remove obsolete test code | Ilion Beyst | 2 | -47/+0 | |
2022-09-14 | docs: extend docker instructions | Ilion Beyst | 5 | -64/+116 | |
2022-09-14 | add basic markdown document styling | Ilion Beyst | 3 | -6/+40 | |
2022-09-13 | add prism syntax highlighting theme | Ilion Beyst | 2 | -0/+127 | |
2022-09-13 | add local development doc page | Ilion Beyst | 3 | -0/+57 | |
2022-09-12 | add toc sidebar to docs site | Ilion Beyst | 7 | -55/+141 | |
2022-09-11 | redirect /docs to /docs/rules | Ilion Beyst | 1 | -0/+8 | |
2022-09-10 | show bot versions on bot page | Ilion Beyst | 2 | -14/+64 | |
2022-09-10 | allow retrieving bot code | Ilion Beyst | 2 | -0/+27 | |
2022-09-10 | refactor: introduce promise helper type | Ilion Beyst | 1 | -46/+30 | |
2022-09-09 | client_api: allow player to connect before match has started | Ilion Beyst | 1 | -39/+132 | |
2022-09-05 | translate rules view to markdown | Ilion Beyst | 4 | -141/+85 | |
2022-09-04 | Merge branch 'site-docs' | Ilion Beyst | 4 | -3/+26 | |
2022-09-02 | implement map selection in cli | Ilion Beyst | 3 | -6/+21 | |
2022-08-30 | registry: ensure that files have been closed before calculating checksums | Ilion Beyst | 1 | -1/+3 | |
2022-08-29 | show only completed matches in match log | Ilion Beyst | 1 | -0/+3 | |
2022-08-28 | add missing maps routes | Ilion Beyst | 1 | -0/+19 | |
2022-08-28 | run ranker on all maps | Ilion Beyst | 1 | -7/+10 | |
2022-08-28 | hotfix: make sure turn slider does not obstruct view | Ilion Beyst | 1 | -4/+14 | |
2022-08-28 | fix mouseenter detection | Ilion Beyst | 1 | -5/+3 | |
2022-08-28 | raise turn limit to 500 | Ilion Beyst | 1 | -1/+1 | |
2022-08-27 | show map info for matches | Ilion Beyst | 3 | -6/+30 | |
2022-08-27 | allow selecting a map in editor view | Ilion Beyst | 4 | -18/+39 | |
2022-08-26 | add maps to matches api | Ilion Beyst | 6 | -13/+45 | |
2022-08-25 | add map info to matches | Ilion Beyst | 2 | -2/+25 | |
2022-08-25 | create db::maps module | Ilion Beyst | 2 | -0/+32 | |
2022-08-23 | create maps table | Ilion Beyst | 5 | -13/+28 | |
2022-08-22 | create editor store | Ilion Beyst | 3 | -14/+38 | |
2022-08-22 | populate new index page | Ilion Beyst | 2 | -6/+93 | |
2022-08-22 | move rules to their own route | Ilion Beyst | 3 | -20/+18 | |
2022-08-21 | make scroll bars less ugly in chrome | Ilion Beyst | 2 | -19/+14 | |
2022-08-21 | extract leaderboard from editor | Ilion Beyst | 4 | -26/+32 | |
2022-08-21 | move bot editor to /editor | Ilion Beyst | 3 | -283/+310 | |
2022-08-20 | implement LinkButton component | Ilion Beyst | 4 | -3/+16 | |
2022-08-19 | create global scss styles | Ilion Beyst | 6 | -40/+32 | |
2022-08-16 | consume matches pagination api | Ilion Beyst | 2 | -7/+16 | |
2022-08-16 | return pagination object from list matches API | Ilion Beyst | 1 | -7/+30 | |
2022-08-15 | styling of next/prev buttons | Ilion Beyst | 5 | -16/+46 | |