xwords/xwords4
Eric House ac376c5dd9 set turn to -1 while waiting for phonies check
When a guest sends a move to the server it's not the next player's turn
until the server checks the move and rejects or accepts it. It was
possible still to manipulate the board, playing new tiles, and even to
attempt to commit them. And if the move came back rejected, the bogus
committed one would be that was cleared. Bad. So I'm just setting the
turn to -1, which disables board etc., and letting nextTurn() assigne it
after the confirmation comes back.
2020-04-19 08:57:54 -07:00
..
android another changelog tweak 2020-04-18 17:06:40 -07:00
common set turn to -1 while waiting for phonies check 2020-04-19 08:57:54 -07:00
dawg fix dictionary sum checking server-side 2020-03-18 22:28:58 -07:00
debian ignore debian build files 2012-01-04 18:11:29 -08:00
linux add --phonies arg so this doesn't happen again 2020-04-18 06:41:21 -07:00
newrelay beginnings of new relay: shows persistence 2017-11-05 19:24:41 -08:00
relay use deviceID to invite via relay; make 3- and 4-device games work 2020-02-16 19:12:22 -08:00
scripts more work on script 2014-02-26 07:52:18 -08:00
tests allow to run multiple games at once 2005-09-14 05:12:07 +00:00
Makefile include all .xml and .java files, but only if they're not named in a .gitignore file in the same directory 2014-03-01 11:44:20 -08:00