Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move a bunch of general match logic from web to lib | David Vazgenovich Shakaryan | 2022-05-23 | 1 | -17/+1 |
| | |||||
* | web: add support for custom matchesmulti | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -0/+1 |
| | |||||
* | web: remove hard-coded match modes | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -15/+9 |
| | |||||
* | web: support visit log for 3+ player matches | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -1/+2 |
| | | | | | The new match modes are for testing. They'll eventually be removed in favour of true configurability. | ||||
* | web: add (incomplete) support for 3+ player matches | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -1/+2 |
| | |||||
* | web: store comp info as part of match player info instead of globally | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -3/+17 |
| | | | | | This allows us things like two computer players against one another, which I've also added for testing. | ||||
* | web: move match info funcs to match file | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -2/+7 |
| | |||||
* | web: change winning player message | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -0/+2 |
| | |||||
* | web: remove active leg ptr; various cleanup | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+2 |
| | |||||
* | web: allow selection of starting points and user to throw first | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -0/+9 |
| | | | | | | | 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: abstract away most EM_ASM calls to dom file | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -1/+1 |
| | |||||
* | web: split code into more files | David Vazgenovich Shakaryan | 2022-05-01 | 1 | -0/+29 |
This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up. |