Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-17 | initial version of structured log display | Ilion Beyst | 2 | -1/+134 | |
2022-09-16 | introduce turn-based log parser | Ilion Beyst | 2 | -24/+14 | |
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-05 | translate rules view to markdown | Ilion Beyst | 4 | -141/+85 | |
2022-09-04 | Merge branch 'site-docs' | Ilion Beyst | 4 | -3/+26 | |
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-27 | show map info for matches | Ilion Beyst | 2 | -6/+26 | |
2022-08-27 | allow selecting a map in editor view | Ilion Beyst | 2 | -18/+37 | |
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-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-11 | save matches pagination cursor in url | Ilion Beyst | 1 | -21/+26 | |
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-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-07-31 | create a basic match table | Ilion Beyst | 1 | -9/+112 | |
2022-07-28 | set up docs route | Ilion Beyst | 3 | -1/+17 | |
2022-07-27 | setup mdsvex | Ilion Beyst | 2 | -3/+10 | |
2022-07-24 | add placeholders for empty lists | Ilion Beyst | 2 | -0/+6 | |
2022-07-24 | create new bot flow | Ilion Beyst | 3 | -2/+130 | |
2022-07-24 | use absolute paths for login and register | Ilion Beyst | 1 | -2/+2 | |
2022-07-24 | remove global style overrides from visualizer | Ilion Beyst | 2 | -9/+1 | |
2022-07-24 | add bot detail page | Ilion Beyst | 5 | -96/+160 | |
2022-07-24 | basic user profile pages | Ilion Beyst | 3 | -4/+95 | |
2022-07-19 | fix match detail view | Ilion Beyst | 1 | -7/+28 | |
2022-07-19 | remove obsolete dependencies | Ilion Beyst | 3 | -159/+2 | |
2022-07-18 | bugfix: don't cache textures bound to a specific GLContext | Ilion Beyst | 2 | -26/+31 | |
2022-07-18 | use texture for rendering ships | Ilion Beyst | 6 | -90/+98 | |
2022-07-18 | add half-pixel correction to text | Ilion Beyst | 1 | -4/+10 | |
2022-07-18 | use texture for rendering planets | Ilion Beyst | 6 | -79/+113 | |