Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-26 | fix BotMatch winner assignment | Ilion Beyst | 2 | -2/+1 |
2022-11-25 | rules: merge turn steps and explaination | Ilion Beyst | 1 | -21/+19 |
2022-11-15 | restyle turn progress bar | Ilion Beyst | 1 | -4/+6 |
2022-11-13 | copy input gamestate from player log | Ilion Beyst | 5 | -10/+62 |
2022-11-12 | collapse PlayerLog entries | Ilion Beyst | 5 | -155/+201 |
2022-11-12 | match view: toggle sidebar | Ilion Beyst | 3 | -11/+35 |
2022-11-07 | use native vite features for including wasm | Ilion Beyst | 3 | -5/+3 |
2022-11-07 | use icon for navbar expand | Ilion Beyst | 2 | -1/+7 |
2022-11-04 | integrate UserControls into main navbar | Ilion Beyst | 3 | -126/+90 |
2022-11-03 | add logo and page titles | Ilion Beyst | 5 | -18/+108 |
2022-11-03 | basic responsive navbar | Ilion Beyst | 3 | -28/+82 |
2022-11-01 | highlight active tab | Ilion Beyst | 2 | -15/+32 |
2022-11-01 | move bot versions to its own tab | Ilion Beyst | 3 | -43/+90 |
2022-10-31 | tabbed bot page | Ilion Beyst | 3 | -45/+90 |
2022-10-30 | add filtering and infinite scroll to BotMatches | Ilion Beyst | 2 | -26/+100 |
2022-10-30 | design new BotMatch view | Ilion Beyst | 10 | -15/+269 |
2022-10-30 | type fixes | Ilion Beyst | 2 | -3/+3 |
2022-10-28 | show matches that had errors on bot page | Ilion Beyst | 1 | -26/+28 |
2022-10-28 | update selects on SubmitPane | Ilion Beyst | 1 | -4/+4 |
2022-10-26 | hide 'older' link when there is only one page | Ilion Beyst | 1 | -1/+2 |
2022-10-25 | fix matches page filter params propagation | Ilion Beyst | 2 | -26/+38 |
2022-10-24 | create simple stats page | Ilion Beyst | 2 | -3/+175 |
2022-10-16 | only show playerlog to bot owner | Ilion Beyst | 1 | -25/+44 |
2022-10-15 | only show bot stderr to its owner | Ilion Beyst | 1 | -2/+21 |
2022-10-15 | show player logs on view match page | Ilion Beyst | 8 | -158/+216 |
2022-10-10 | load match log asynchronously | Ilion Beyst | 1 | -7/+10 |
2022-09-29 | rules: clarify combat resolution | Ilion Beyst | 1 | -3/+9 |
2022-09-19 | update docs | Ilion Beyst | 2 | -11/+40 |
2022-09-18 | show dispatches and timeouts in outputpane | Ilion Beyst | 2 | -30/+89 |
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-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 | 1 | -0/+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 |