Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |