Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: support visit log for 3+ player matches | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -0/+1 |
| | | | | | The new match modes are for testing. They'll eventually be removed in favour of true configurability. | ||||
* | web: dynamically allocate player bufs | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | web: add (incomplete) support for 3+ player matches | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -3/+2 |
| | |||||
* | web: display comp name in throwing prompt | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -3/+6 |
| | |||||
* | web: store comp info as part of match player info instead of globally | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -0/+1 |
| | | | | | This allows us things like two computer players against one another, which I've also added for testing. | ||||
* | web: change winning player message | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -3/+5 |
| | |||||
* | web: fix ending match mid-comp-throw and starting another quickly | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -9/+1 |
| | |||||
* | web: clean up properly when match is ended while comp is throwing | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+6 |
| | |||||
* | web: support ending ongoing match; ui/colour tweaks | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -1/+16 |
| | | | | | | 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 | -0/+12 |
| | |||||
* | web: use icons for settings; misc changes | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -3/+3 |
| | |||||
* | web: allow selection of starting points and user to throw first | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -7/+129 |
| | | | | | | | This new option selection code is a bit messy for now. It requires the options and their order to be in sync between the prompt functions and the corresponding submit functions. There's also a bit too much repetition of generic code that's applicable to all options. | ||||
* | web: add support for child DOM elements and text nodes | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -1/+10 |
| | |||||
* | web: dynamically generate (list-mode) keypad keys | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -1/+52 |
| | | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus. | ||||
* | web: simplify buffering of display data | David Vazgenovich Shakaryan | 2022-05-06 | 1 | -44/+14 |
| | |||||
* | web: clean up scoreboard and dom functions | David Vazgenovich Shakaryan | 2022-05-05 | 1 | -20/+20 |
| | |||||
* | web: abstract away most EM_ASM calls to dom file | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -33/+29 |
| | |||||
* | formatting | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -6/+9 |
| | |||||
* | web: oi from c | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -1/+19 |
| | |||||
* | web: more use of generic JS functions | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -7/+9 |
| | |||||
* | web: use generic JS functions for manipulating DOM | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -16/+26 |
| | |||||
* | web: buffer and flush prompt | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -13/+75 |
| | |||||
* | web: more renaming | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | web: move some stuff around | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -0/+15 |
| | |||||
* | web: minor cleanup of prompt code | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -0/+16 |
| | |||||
* | web: move control logic to separate file | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -9/+48 |
| | |||||
* | web: split opts and prompt handlers into separate files | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -0/+168 |
Currently using a bunch of forward declarations in prompt.c that should be cleaned up later. |