Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-25 | rules: merge turn steps and explaination | Ilion Beyst | 1 | -21/+19 | |
2022-11-19 | visualizer: ensure matches start rendering at turn 0 | Ilion Beyst | 1 | -1/+2 | |
2022-11-17 | fix visual skips on visualizer pause/unpause | Ilion Beyst | 1 | -29/+35 | |
2022-11-16 | diversify planet textures | Ilion Beyst | 4 | -16/+89 | |
2022-11-16 | remove old text rendering code | Ilion Beyst | 5 | -214/+4 | |
2022-11-15 | restyle turn progress bar | Ilion Beyst | 2 | -70/+73 | |
2022-11-13 | copy input gamestate from player log | Ilion Beyst | 5 | -10/+62 | |
2022-11-12 | collapse PlayerLog entries | Ilion Beyst | 6 | -166/+211 | |
2022-11-12 | match view: toggle sidebar | Ilion Beyst | 3 | -11/+35 | |
2022-11-11 | visualizer: ensure that turn number remains within bounds | Ilion Beyst | 1 | -1/+11 | |
2022-11-08 | Do not unpause visualizer when using arrow keys | Ilion Beyst | 1 | -40/+13 | |
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-06 | render planet names | Ilion Beyst | 3 | -4/+33 | |
2022-11-06 | msdf font renderen | Ilion Beyst | 8 | -11/+253 | |
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 | |
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500 | |||||
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-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 | |