Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 277fdc3dc71de71d1996586b5f0b56bee1c60bf1.
|
|
|
|
2 points for a win, 1 point for a tie, 0 points for a loss.
|
|
|
|
On the first unread chat message when players are not online.
|
|
|
|
|
|
The Node https module started getting timeouts and not closing down
after req.end for reasons unknown to me. Let's take this moment as an
opportunity to move to the new fetch API instead.
|
|
|
|
It's unreliable and regularly misses file changes on the production server.
|
|
NOTE: Does not update the list of dependencies when reloading, so
adding or removing require() calls in the rules will not be accurately
watched.
In these cases touching the rules.js file may be necessary to trigger
a reload.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To bulk transfer all game state, replay, and snapshots into a new game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is already tracked in the SQL view is_active.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since we now close the event source when a game starts, make sure to
send the updated player list before the game data.
|
|
|
|
TODO: Add time control and resign timed out games.
|
|
And never start the event source for queued up matches.
|
|
Fix glitch with is_active in join page when starting games.
|
|
|
|
|
|
|
|
|