aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25rules: merge turn steps and explainationIlion Beyst1-21/+19
2022-11-15restyle turn progress barIlion Beyst1-4/+6
2022-11-13copy input gamestate from player logIlion Beyst5-10/+62
2022-11-12collapse PlayerLog entriesIlion Beyst5-155/+201
2022-11-12match view: toggle sidebarIlion Beyst3-11/+35
2022-11-07use native vite features for including wasmIlion Beyst1-1/+2
2022-11-07use icon for navbar expandIlion Beyst1-1/+5
2022-11-04integrate UserControls into main navbarIlion Beyst3-126/+90
2022-11-03add logo and page titlesIlion Beyst3-18/+34
2022-11-03basic responsive navbarIlion Beyst3-28/+82
2022-11-01highlight active tabIlion Beyst2-15/+32
2022-11-01move bot versions to its own tabIlion Beyst3-43/+90
2022-10-31tabbed bot pageIlion Beyst3-45/+90
2022-10-30add filtering and infinite scroll to BotMatchesIlion Beyst2-26/+100
2022-10-30design new BotMatch viewIlion Beyst10-15/+269
2022-10-30type fixesIlion Beyst2-3/+3
2022-10-28show matches that had errors on bot pageIlion Beyst1-26/+28
2022-10-28update selects on SubmitPaneIlion Beyst1-4/+4
2022-10-26hide 'older' link when there is only one pageIlion Beyst1-1/+2
2022-10-25fix matches page filter params propagationIlion Beyst2-26/+38
2022-10-24create simple stats pageIlion Beyst2-3/+175
2022-10-16only show playerlog to bot ownerIlion Beyst1-25/+44
2022-10-15only show bot stderr to its ownerIlion Beyst1-2/+21
2022-10-15show player logs on view match pageIlion Beyst6-152/+210
2022-10-10load match log asynchronouslyIlion Beyst1-7/+10
2022-09-29rules: clarify combat resolutionIlion Beyst1-3/+9
2022-09-19update docsIlion Beyst2-11/+40
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500
2022-09-18show dispatches and timeouts in outputpaneIlion Beyst2-30/+89
2022-09-17initial version of structured log displayIlion Beyst2-1/+134
2022-09-16introduce turn-based log parserIlion Beyst2-24/+14
2022-09-14docs: extend docker instructionsIlion Beyst5-64/+116
2022-09-14add basic markdown document stylingIlion Beyst3-6/+40
2022-09-13add prism syntax highlighting themeIlion Beyst2-0/+127
2022-09-13add local development doc pageIlion Beyst3-0/+57
2022-09-12add toc sidebar to docs siteIlion Beyst7-55/+141
2022-09-11redirect /docs to /docs/rulesIlion Beyst1-0/+8
2022-09-10show bot versions on bot pageIlion Beyst2-14/+64
2022-09-05translate rules view to markdownIlion Beyst4-141/+85
2022-09-04Merge branch 'site-docs'Ilion Beyst2-0/+13
2022-08-27show map info for matchesIlion Beyst2-6/+26
2022-08-27allow selecting a map in editor viewIlion Beyst2-18/+37
2022-08-22create editor storeIlion Beyst3-14/+38
2022-08-22populate new index pageIlion Beyst2-6/+93
2022-08-22move rules to their own routeIlion Beyst3-20/+18
2022-08-21make scroll bars less ugly in chromeIlion Beyst1-0/+14
2022-08-21extract leaderboard from editorIlion Beyst4-26/+32
2022-08-21move bot editor to /editorIlion Beyst3-283/+310
2022-08-20implement LinkButton componentIlion Beyst4-3/+16
2022-08-19create global scss stylesIlion Beyst6-40/+32
2022-08-16consume matches pagination apiIlion Beyst2-7/+16