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 | -79/+6 |
| | |||||
* | web: add support for custom matchesmulti | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -1/+17 |
| | |||||
* | web: use function ptrs for menu options | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -2/+7 |
| | | | | | This avoids having to keep the options and their order in sync between separate display and submit functions. | ||||
* | web: remove hard-coded match modes | David Vazgenovich Shakaryan | 2022-05-21 | 1 | -4/+30 |
| | |||||
* | web: dynamically allocate player bufs | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -2/+2 |
| | |||||
* | web: add (incomplete) support for 3+ player matches | David Vazgenovich Shakaryan | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | web: store comp info as part of match player info instead of globally | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -4/+42 |
| | | | | | 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/+45 |
| | |||||
* | web: change winning player message | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -1/+19 |
| | |||||
* | web: remove active leg ptr; various cleanup | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -0/+7 |
| | |||||
* | web: refactor undo logic | David Vazgenovich Shakaryan | 2022-05-18 | 1 | -0/+1 |
| | |||||
* | web: allow selection of starting points and user to throw first | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -0/+7 |
| | | | | | | | 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/+20 |
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. |