Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-25 | add turn limit and environment info to rules | Ilion Beyst | 1 | -1/+16 | |
2022-04-25 | add saved bot to opponent list | Ilion Beyst | 1 | -0/+5 | |
2022-04-25 | persist saved bot name | Ilion Beyst | 2 | -0/+13 | |
2022-04-23 | more elaborate game rules | Ilion Beyst | 1 | -27/+72 | |
2022-04-23 | show rules on first visit | Ilion Beyst | 2 | -2/+9 | |
2022-04-17 | show player names in visualizer | Ilion Beyst | 2 | -2/+33 | |
2022-04-16 | format & cleanup | Ilion Beyst | 6 | -40/+44 | |
2022-04-15 | show bot name validations in frontend | Ilion Beyst | 1 | -9/+16 | |
2022-04-09 | auto login after registration | Ilion Beyst | 1 | -1/+7 | |
2022-04-09 | show login errors | Ilion Beyst | 2 | -25/+51 | |
2022-04-09 | show registration errors on register form | Ilion Beyst | 1 | -8/+28 | |
2022-03-29 | add responsive css rule to account forms | Ilion Beyst | 1 | -2/+14 | |
2022-03-24 | don't show save button when user is not logged in | Ilion Beyst | 1 | -6/+14 | |
2022-03-22 | implement currentUser store | Ilion Beyst | 3 | -10/+14 | |
2022-03-21 | implement navbar user controls | Ilion Beyst | 2 | -2/+77 | |
2022-03-19 | create common styles for account forms | Ilion Beyst | 6 | -83/+79 | |
2022-03-18 | style registration page | Ilion Beyst | 1 | -8/+67 | |
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-11 | show opponent name in match list | Ilion Beyst | 1 | -2/+8 | |
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 | 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-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-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-17 | adapt frontend to new match api | Ilion Beyst | 1 | -3/+25 | |
2022-02-09 | consume new match API | Ilion Beyst | 2 | -8/+51 | |
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-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 | |
2022-02-02 | use ace editor for code editing | Ilion Beyst | 3 | -24/+40 | |
2022-02-02 | temporary setup for showing submission match result | Ilion Beyst | 2 | -4/+38 | |
2022-02-02 | get started on submit page | Ilion Beyst | 1 | -2/+27 | |
2022-01-04 | return user from login call | Ilion Beyst | 1 | -16/+18 | |
2022-01-02 | basic match views | Ilion Beyst | 8 | -16/+149 | |
2022-01-01 | match form stubs | Ilion Beyst | 2 | -0/+83 | |
2021-12-31 | npm run format | Ilion Beyst | 10 | -209/+206 | |