Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-17 | Bollard | Ilion Beyst | 1 | -1/+6 |
2022-01-04 | return user from login call | Ilion Beyst | 2 | -22/+25 |
2022-01-03 | add schema.patch to allow unused imports in schema file | Ilion Beyst | 3 | -8/+13 |
2022-01-03 | add match_state to matches | Ilion Beyst | 9 | -6/+56 |
2022-01-02 | basic match views | Ilion Beyst | 8 | -16/+149 |
2022-01-02 | serve match logs | Ilion Beyst | 3 | -8/+46 |
2022-01-02 | store matches in database | Ilion Beyst | 7 | -9/+194 |
2022-01-01 | minimal port of start_match logic | Ilion Beyst | 5 | -9/+82 |
2022-01-01 | extract matchrunner crate from planetwars-cli | Ilion Beyst | 10 | -12/+28 |
2022-01-01 | match form stubs | Ilion Beyst | 7 | -1/+112 |
2021-12-31 | npm run format | Ilion Beyst | 10 | -209/+206 |
2021-12-31 | config updates | Ilion Beyst | 2 | -4/+4 |
2021-12-31 | list uploaded code bundles on bot page | Ilion Beyst | 4 | -15/+43 |
2021-12-30 | prototype code upload | Ilion Beyst | 4 | -27/+69 |
2021-12-30 | prototype bots pages | Ilion Beyst | 6 | -3/+127 |
2021-12-30 | nest api routes under /api | Ilion Beyst | 1 | -10/+10 |
2021-12-30 | barebones authentication | Ilion Beyst | 3 | -0/+91 |
2021-12-30 | init SvelteKit frontend | Ilion Beyst | 12 | -0/+207 |
2021-12-30 | rename to planetwars-server | Ilion Beyst | 25 | -221/+3 |
2021-12-29 | move assets to visualizer package | Ilion Beyst | 22 | -15/+66 |
2021-12-29 | separate out visualizer library | Ilion Beyst | 30 | -10/+95 |
2021-12-29 | Merge branch 'backend-server' | Ilion Beyst | 27 | -0/+850 |
2021-12-29 | migrate to axum | Ilion Beyst | 7 | -163/+171 |
2021-12-28 | implement build command | Ilion Beyst | 4 | -1/+46 |
2021-12-28 | show relative path to match log | Ilion Beyst | 3 | -7/+7 |
2021-12-28 | sort matches descending in time | Ilion Beyst | 1 | -2/+7 |
2021-12-28 | refactor workspace code | Ilion Beyst | 13 | -85/+162 |
2021-12-27 | add websocket stub | Ilion Beyst | 3 | -2/+24 |
2021-12-26 | fix npm run build-wasm | Ilion Beyst | 1 | -1/+1 |
2021-12-26 | show match name in matchbrowser | Ilion Beyst | 1 | -1/+3 |
2021-12-26 | add general README | Ilion Beyst | 2 | -10/+57 |
2021-12-26 | rebrand project to workspace | Ilion Beyst | 8 | -26/+26 |
2021-12-26 | refactor commands | Ilion Beyst | 5 | -122/+156 |
2021-12-26 | rename to planetwars-cli | Ilion Beyst | 14 | -8/+8 |
2021-12-25 | add match meta header to logs | Ilion Beyst | 6 | -14/+125 |
2021-12-25 | implement webserver backend | Ilion Beyst | 3 | -0/+138 |
2021-12-25 | implement basic MatchBrowser component | Ilion Beyst | 14 | -958/+111 |
2021-12-25 | add init-project command | Ilion Beyst | 6 | -3/+134 |
2021-12-25 | cli for running matches | Ilion Beyst | 9 | -1/+611 |
2021-12-23 | use vite-plugin-wasm-pack | Ilion Beyst | 4 | -9/+11 |
2021-12-23 | fix frontend build | Ilion Beyst | 4 | -8/+19 |
2021-12-22 | add pw-frontend | Ilion Beyst | 59 | -0/+7130 |
2021-12-21 | cargo fmt | Ilion Beyst | 3 | -19/+18 |
2021-12-20 | import planetwars-rules | Ilion Beyst | 8 | -0/+561 |
2021-12-19 | simple bot uploads | Ilion Beyst | 15 | -32/+328 |
2021-12-18 | use async closures for tests | Ilion Beyst | 2 | -42/+50 |
2021-12-15 | gracefully handle invalid login credentials | Ilion Beyst | 4 | -28/+79 |
2021-12-14 | test registration & login | Ilion Beyst | 6 | -33/+121 |
2021-12-13 | start implementing basic login functionality | Ilion Beyst | 14 | -8/+326 |
2021-12-13 | setup basic rocket+diesel app | Ilion Beyst | 8 | -0/+85 |