Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoid toggling shift stuff if the chat input box has focus, etc.
|
|
|
|
Also optimize the format by not JSON encoding some data twice.
|
|
|
|
|
|
|
|
For games with more than two players.
|
|
|
|
Cope with special characters like + etc.
|
|
|
|
|
|
Send raw array rather than objects over the wire.
|
|
Give clients time to refresh the common play.js script to reduce
the risk of disruption when the final swap-over to the new scheme
is made.
|
|
|
|
Tone down the background color to light gray instead of white, if dark
mode is preferred by the browser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* random and shuffle
* array remove and insert
* sets based on sorted arrays
* object deep copy
* undo stack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Like replay but for live games.
Shows available actions.
Doesn't remove undo actions.
|
|
|
|
|
|
|
|
|