Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clear undone visit before overwriting with new visit | David Vazgenovich Shakaryan | 2022-05-24 | 1 | -1/+1 |
| | |||||
* | store starting player as part of match data | David Vazgenovich Shakaryan | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | move a bunch of general match logic from web to lib | David Vazgenovich Shakaryan | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | web: remove test match modes; prompt cleanup | David Vazgenovich Shakaryan | 2022-05-22 | 1 | -1/+1 |
| | |||||
* | web: bump cache version | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -1/+1 |
| | |||||
* | web: display darts for comp as player 1 | David Vazgenovich Shakaryan | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | web: store comp info as part of match player info instead of globally | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+1 |
| | | | | | This allows us things like two computer players against one another, which I've also added for testing. | ||||
* | web: fix bug when player 2 presses remaining key | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | web: use match info funcs instead of checking mode | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | web: support first-visit undo when player 2 throws first | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | web: refactor undo logic | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | web: overlay virtual keyboard on chrome | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | | | | | | This prevents everything from getting resized when an input field is focused. Ideally we'd make the page scrollable when the keyboard appears, but the inputs are all at the top so it's not crucial. | ||||
* | web: display svg overflow | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | web: add favicon to local cache | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -0/+1 |
| | |||||
* | web: add throw animation | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | web: fix ending match mid-comp-throw and starting another quickly | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | web: clean up properly when match is ended while comp is throwing | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | web: support ending ongoing match; ui/colour tweaks | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+1 |
| | | | | | | Ending a match while the computer is throwing currently results in data being written to the prompt because any scheduled C calls are not being cleared yet. | ||||
* | web: add back button to option menus | David Vazgenovich Shakaryan | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | web: implement difficulty abstraction for stdev | David Vazgenovich Shakaryan | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | web: host fonts locally | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -3/+8 |
| | |||||
* | web: use icons for settings; misc changes | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -9/+6 |
| | |||||
* | web: disable back button when installed as a PWA | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | web: add better icons for PWA | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -13/+6 |
| | |||||
* | web: support installing as progressive web app™ | David Vazgenovich Shakaryan | 2022-05-12 | 1 | -0/+68 |