Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2022-08-15 | link to all matches on bot page | Ilion Beyst | 1 | -1/+21 | |
2022-08-12 | allow filtering for bot matches | Ilion Beyst | 1 | -2/+22 | |
2022-08-12 | abstract matches pagination logic | Ilion Beyst | 1 | -42/+52 | |
2022-08-11 | save matches pagination cursor in url | Ilion Beyst | 1 | -21/+26 | |
2022-08-09 | create password reset utility | Ilion Beyst | 4 | -8/+92 | |
Co-authored-by: Wout Schellaert <wout.schellaert@gmail.com> | |||||
2022-08-09 | badly paginated matches | Ilion Beyst | 1 | -1/+47 | |
2022-08-08 | properly initialize fetch in ApiClient | Ilion Beyst | 1 | -2/+3 | |
2022-08-08 | implement before and after filters for matches | Ilion Beyst | 2 | -8/+32 | |
2022-08-07 | move match index to ApiClient | Ilion Beyst | 1 | -13/+12 | |
2022-08-06 | extend api_client for loading match data | Ilion Beyst | 2 | -45/+46 | |
2022-08-06 | introduce ApiClient | Ilion Beyst | 3 | -56/+92 | |
2022-08-05 | show recent matches on bots page | Ilion Beyst | 2 | -5/+23 | |
2022-08-05 | extract MatchList component | Ilion Beyst | 2 | -103/+97 | |
2022-08-04 | list matches for a specific bot | Ilion Beyst | 2 | -3/+47 | |
2022-08-02 | add parameters to recent_matches api endpoint | Ilion Beyst | 2 | -4/+26 | |
2022-08-01 | make name field optional | Ilion Beyst | 1 | -1/+1 | |
2022-07-31 | create a basic match table | Ilion Beyst | 1 | -9/+112 | |
2022-07-31 | add winner to match api responses | Ilion Beyst | 1 | -0/+2 | |
2022-07-30 | list only public matches in API | Ilion Beyst | 3 | -25/+47 | |
2022-07-30 | add is_public to matches | Ilion Beyst | 8 | -2/+17 | |
2022-07-28 | set up docs route | Ilion Beyst | 3 | -1/+17 | |
2022-07-27 | setup mdsvex | Ilion Beyst | 2 | -3/+10 | |