Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-18 | remove body styles | Ilion Beyst | 1 | -4/+0 | |
2022-03-17 | populate navbar | Ilion Beyst | 1 | -3/+36 | |
2022-03-16 | factor out top bar to __layout.svelte | Ilion Beyst | 2 | -69/+73 | |
2022-03-15 | add a simple view with game rules | Ilion Beyst | 2 | -0/+92 | |
2022-03-14 | add explicit ViewMode enum | Ilion Beyst | 1 | -6/+15 | |
2022-03-14 | fix timezone bug | Ilion Beyst | 1 | -1/+1 | |
2022-03-13 | apply clippy suggestions | Ilion Beyst | 19 | -62/+157 | |
2022-03-12 | typo: maches -> matches | Ilion Beyst | 2 | -2/+3 | |
2022-03-11 | show opponent name in match list | Ilion Beyst | 1 | -2/+8 | |
2022-03-11 | add information about match players to match API object | Ilion Beyst | 3 | -17/+74 | |
2022-03-10 | save match players in database | Ilion Beyst | 5 | -14/+27 | |
2022-03-06 | improve submitpane styling | Ilion Beyst | 1 | -17/+12 | |
2022-03-06 | show errors for saving bots | Ilion Beyst | 1 | -1/+17 | |
2022-03-06 | return descriptive errors when saving bots | Ilion Beyst | 1 | -3/+27 | |
2022-03-06 | refactor: move bot api calls to submitpane | Ilion Beyst | 2 | -41/+43 | |
2022-03-05 | fix opponent selection | Ilion Beyst | 2 | -7/+8 | |
2022-03-04 | add save bot form | Ilion Beyst | 2 | -5/+58 | |
2022-03-03 | add bot selection on demo page | Ilion Beyst | 2 | -5/+41 | |
2022-03-03 | allow selecting opponent in demo | Ilion Beyst | 1 | -3/+8 | |
2022-03-01 | don't allow overwriting bots for now | Ilion Beyst | 1 | -3/+3 | |
2022-02-28 | bot upload PoC | Ilion Beyst | 2 | -0/+32 | |
2022-02-27 | create code bundle indices | Ilion Beyst | 2 | -2/+7 | |
2022-02-27 | retrieve opponent from bots database | Ilion Beyst | 2 | -18/+30 | |
2022-02-27 | seed simplebot on server startup | Ilion Beyst | 2 | -3/+27 | |
2022-02-27 | save all uploaded code bundles in database | Ilion Beyst | 9 | -26/+60 | |
2022-02-27 | make bot owner nullable | Ilion Beyst | 4 | -6/+6 | |
2022-02-24 | update README | Ilion Beyst | 2 | -56/+62 | |
2022-02-24 | remove old Rocket artifacts | Ilion Beyst | 2 | -4/+0 | |
2022-02-24 | add simplebot source code | Ilion Beyst | 1 | -0/+33 | |
2022-02-24 | update sveltekit version | Ilion Beyst | 3 | -4/+11 | |
2022-02-24 | use sveltekit nodejs adapter | Ilion Beyst | 2 | -1/+2 | |
2022-02-23 | show match pane when a match is selected | Ilion Beyst | 3 | -6/+15 | |
2022-02-23 | show bot stderr | Ilion Beyst | 4 | -15/+101 | |
2022-02-23 | implement matchlogger | Ilion Beyst | 6 | -89/+162 | |
2022-02-22 | poll for matches to complete | Ilion Beyst | 1 | -4/+19 | |
2022-02-22 | persist bot code in localstorage | Ilion Beyst | 3 | -3/+35 | |
2022-02-21 | add default code to get started | Ilion Beyst | 2 | -1/+33 | |
2022-02-20 | implement basic configuration | Ilion Beyst | 3 | -4/+18 | |
2022-02-17 | adapt frontend to new match api | Ilion Beyst | 1 | -3/+25 | |
2022-02-16 | add MatchState to ApiMatch | Ilion Beyst | 2 | -1/+4 | |
2022-02-15 | play matches async | Ilion Beyst | 2 | -5/+27 | |
2022-02-12 | separate match data api from match log api | Ilion Beyst | 2 | -1/+15 | |
2022-02-09 | consume new match API | Ilion Beyst | 2 | -8/+51 | |
2022-02-08 | store demo matches in database | Ilion Beyst | 7 | -42/+54 | |
2022-02-07 | styling: make sure visualizer does not overflow | Ilion Beyst | 1 | -0/+3 | |
2022-02-07 | cleanup editor code | Ilion Beyst | 2 | -15/+17 | |
2022-02-07 | keep persistent EditorSession on demo page | Ilion Beyst | 6 | -24/+49 | |
2022-02-07 | visualizer: let window.global be handled by polyfill | Ilion Beyst | 1 | -4/+0 | |
2022-02-05 | outline demo interface | Ilion Beyst | 3 | -12/+152 | |
2022-02-04 | configure python mode and theme for ace editor | Ilion Beyst | 1 | -0/+6 | |