Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add wayyyy more documentation than is healthy | Thomas Voss | 2022-01-17 | 7 | -30/+179 |
* | Merge branch 'main' of https://github.com/MayteSteeghs/draughts | MayteApolix | 2022-01-16 | 1 | -5/+6 |
|\ | |||||
| * | Fix bug allowing for negative ongoing games | Thomas Voss | 2022-01-16 | 1 | -5/+6 |
* | | final touches splash screen | MayteApolix | 2022-01-16 | 1 | -5/+29 |
|/ | |||||
* | Merge remote-tracking branch 'origin/Mayte' | MayteApolix | 2022-01-16 | 1 | -13/+14 |
|\ | |||||
| * | fixed indentation splash.css | MayteApolix | 2022-01-16 | 1 | -13/+14 |
* | | Fully switch stats over from the environment to the statTracker | Thomas Voss | 2022-01-16 | 3 | -23/+17 |
* | | Fix some grammatical errors | Thomas Voss | 2022-01-16 | 1 | -8/+8 |
* | | Remove unneeded file | Thomas Voss | 2022-01-16 | 1 | -52/+0 |
* | | Revert "Basic formatting fixes" | Thomas Voss | 2022-01-16 | 1 | -25/+23 |
* | | Basic formatting fixes | Thomas Voss | 2022-01-16 | 1 | -23/+25 |
* | | Merge branch 'main' of github.com:MayteSteeghs/draughts | Thomas Voss | 2022-01-16 | 4 | -6/+28 |
|\| | |||||
| * | Updates button | MayteApolix | 2022-01-16 | 4 | -6/+28 |
* | | Merge remote-tracking branch 'origin/Mayte' | Thomas Voss | 2022-01-16 | 9 | -70/+248 |
|\| | |||||
| * | Finished splash screen and stat tracking | MayteApolix | 2022-01-16 | 9 | -71/+249 |
* | | Add a cringe af animation and make use of :active and display: grid | Thomas Voss | 2022-01-16 | 1 | -7/+22 |
|/ | |||||
* | Fix class ID | Thomas Voss | 2022-01-14 | 1 | -1/+1 |
* | Remove games from the environment when they end | Thomas Voss | 2022-01-14 | 1 | -1/+3 |
* | Check for the game actually ending | Thomas Voss | 2022-01-14 | 1 | -3/+16 |
* | Add a shit load of documentation | Thomas Voss | 2022-01-14 | 1 | -13/+93 |
* | Add support for the game actually ending | Thomas Voss | 2022-01-14 | 2 | -0/+7 |
* | Add support for game history | Thomas Voss | 2022-01-14 | 4 | -7/+58 |
* | Update the README | Thomas Voss | 2022-01-14 | 1 | -2/+46 |
* | Inform the clients of various events via alerts | Thomas Voss | 2022-01-13 | 4 | -5/+11 |
* | Remove game IDs, they are useless | Thomas Voss | 2022-01-13 | 2 | -4/+2 |
* | Remove emacs modeline | Thomas Voss | 2022-01-13 | 1 | -3/+1 |
* | Fix indentation | Thomas Voss | 2022-01-13 | 1 | -5/+4 |
* | Add king piece support | Thomas Voss | 2022-01-13 | 6 | -51/+161 |
* | Spaces -> Tabs | Thomas Voss | 2022-01-13 | 3 | -10/+10 |
* | Fix shebang | Thomas Voss | 2022-01-13 | 1 | -1/+1 |
* | Merge branch 'main' of github.com:MayteSteeghs/draughts | Thomas Voss | 2022-01-13 | 6 | -7/+107 |
|\ | |||||
| * | ejs splash screen rendering | MayteApolix | 2022-01-13 | 6 | -7/+107 |
* | | Move the Color enumeration to the public/ folder | Thomas Voss | 2022-01-13 | 6 | -16/+16 |
|/ | |||||
* | Remove duplicate code | Thomas Voss | 2022-01-13 | 1 | -2/+8 |
* | Fix some signatures | Thomas Voss | 2022-01-13 | 1 | -2/+2 |
* | Basically make the whole game work | Thomas Voss | 2022-01-13 | 9 | -40/+480 |
* | Ignore my custom Makefile | Thomas Voss | 2022-01-13 | 1 | -0/+1 |
* | Remove unused file | Thomas Voss | 2022-01-13 | 1 | -84/+0 |
* | Add tabulation script | Thomas Voss | 2022-01-10 | 1 | -0/+8 |
* | Use tabs instead of spaces like a normal person | Thomas Voss | 2022-01-10 | 2 | -28/+27 |
* | Be a bit more verbose in message descriptions | Thomas Voss | 2022-01-10 | 1 | -3/+3 |
* | Add a `totalGames' variable | Thomas Voss | 2022-01-10 | 1 | -0/+1 |
* | Remove all sorts of unused code | Thomas Voss | 2022-01-09 | 1 | -146/+68 |
* | Add a game queue and handle disconnects | Thomas Voss | 2022-01-09 | 1 | -9/+50 |
* | Create a game class | Thomas Voss | 2022-01-09 | 1 | -15/+36 |
* | Add a game script | Thomas Voss | 2022-01-09 | 2 | -40/+45 |
* | Create a Messages enumeration | Thomas Voss | 2022-01-09 | 1 | -0/+5 |
* | Create a Piece class | Thomas Voss | 2022-01-09 | 1 | -0/+23 |
* | Create an environment object | Thomas Voss | 2022-01-09 | 1 | -0/+10 |
* | Make the upper left square a light square | Thomas Voss | 2022-01-09 | 1 | -100/+100 |