From cbd455148d5bab0ccac79f76250da8a58c7bc093 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 1 Dec 2011 20:23:58 -0800 Subject: [PATCH] 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. --- xwords4/common/comtypes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xwords4/common/comtypes.h b/xwords4/common/comtypes.h index 6f2707316..36bd2d310 100644 --- a/xwords4/common/comtypes.h +++ b/xwords4/common/comtypes.h @@ -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 */