aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17BollardIlion Beyst1-1/+6
2022-01-04return user from login callIlion Beyst2-22/+25
2022-01-03add schema.patch to allow unused imports in schema fileIlion Beyst3-8/+13
2022-01-03add match_state to matchesIlion Beyst9-6/+56
2022-01-02basic match viewsIlion Beyst8-16/+149
2022-01-02serve match logsIlion Beyst3-8/+46
2022-01-02store matches in databaseIlion Beyst7-9/+194
2022-01-01minimal port of start_match logicIlion Beyst5-9/+82
2022-01-01extract matchrunner crate from planetwars-cliIlion Beyst10-12/+28
2022-01-01match form stubsIlion Beyst7-1/+112
2021-12-31npm run formatIlion Beyst10-209/+206
2021-12-31config updatesIlion Beyst2-4/+4
2021-12-31list uploaded code bundles on bot pageIlion Beyst4-15/+43
2021-12-30prototype code uploadIlion Beyst4-27/+69
2021-12-30prototype bots pagesIlion Beyst6-3/+127
2021-12-30nest api routes under /apiIlion Beyst1-10/+10
2021-12-30barebones authenticationIlion Beyst3-0/+91
2021-12-30init SvelteKit frontendIlion Beyst12-0/+207
2021-12-30rename to planetwars-serverIlion Beyst25-221/+3
2021-12-29move assets to visualizer packageIlion Beyst22-15/+66
2021-12-29separate out visualizer libraryIlion Beyst30-10/+95
2021-12-29Merge branch 'backend-server'Ilion Beyst27-0/+850
2021-12-29migrate to axumIlion Beyst7-163/+171
2021-12-28implement build commandIlion Beyst4-1/+46
2021-12-28show relative path to match logIlion Beyst3-7/+7
2021-12-28sort matches descending in timeIlion Beyst1-2/+7
2021-12-28refactor workspace codeIlion Beyst13-85/+162
2021-12-27add websocket stubIlion Beyst3-2/+24
2021-12-26fix npm run build-wasmIlion Beyst1-1/+1
2021-12-26show match name in matchbrowserIlion Beyst1-1/+3
2021-12-26add general READMEIlion Beyst2-10/+57
2021-12-26rebrand project to workspaceIlion Beyst8-26/+26
2021-12-26refactor commandsIlion Beyst5-122/+156
2021-12-26rename to planetwars-cliIlion Beyst14-8/+8
2021-12-25add match meta header to logsIlion Beyst6-14/+125
2021-12-25implement webserver backendIlion Beyst3-0/+138
2021-12-25implement basic MatchBrowser componentIlion Beyst14-958/+111
2021-12-25add init-project commandIlion Beyst6-3/+134
2021-12-25cli for running matchesIlion Beyst9-1/+611
2021-12-23use vite-plugin-wasm-packIlion Beyst4-9/+11
2021-12-23fix frontend buildIlion Beyst4-8/+19
2021-12-22add pw-frontendIlion Beyst59-0/+7130
2021-12-21cargo fmtIlion Beyst3-19/+18
2021-12-20import planetwars-rulesIlion Beyst8-0/+561
2021-12-19simple bot uploadsIlion Beyst15-32/+328
2021-12-18use async closures for testsIlion Beyst2-42/+50
2021-12-15gracefully handle invalid login credentialsIlion Beyst4-28/+79
2021-12-14test registration & loginIlion Beyst6-33/+121
2021-12-13start implementing basic login functionalityIlion Beyst14-8/+326
2021-12-13setup basic rocket+diesel appIlion Beyst8-0/+85