mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
comment only. I tracked down the most recent network proto change
from before which devices probably can't upgrade mid-game once the MAX_COLS=32 change is enabled and wanted to record it.
This commit is contained in:
parent
4a32942e57
commit
cbd455148d
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@
|
|||
#endif
|
||||
#define STREAM_SAVE_PREVWORDS 0x11
|
||||
#define STREAM_VERS_SERVER_SAVES_TOSHOW 0x10
|
||||
/* STREAM_VERS_PLAYERDICTS affects stream sent between devices. May not be
|
||||
able to upgrade somebody who's this far back to something with
|
||||
STREAM_VERS_BIGBOARD defined. It was added in rev 3b7b4802, on 2011-04-01,
|
||||
which makes it part of android_beta_25 (tag added Apr 29 2011).
|
||||
*/
|
||||
#define STREAM_VERS_PLAYERDICTS 0x0F
|
||||
#define STREAM_SAVE_PREVMOVE 0x0E /* server saves prev move explanation */
|
||||
#define STREAM_VERS_ROBOTIQ STREAM_SAVE_PREVMOVE /* robots have different smarts */
|
||||
|
|
Loading…
Add table
Reference in a new issue