xwords/xwords4/common
Eric House 4bfcf2afb4 deal better with old relay games
Attempting to stop calling the relay, but to let relay-only games finish
and issue invitations. Big changes are that relay is removed from games
if they have viable mqtt connections, and relay timers fire less often,
then eventually stop getting set if there are no active games. Result is
that a relay-only invitation won't likely be received, but there should
be few or none of those now.
2022-02-10 08:28:34 -08:00
..
.gitignore ignore more 2010-03-14 16:25:27 +00:00
board.c fix problems with tile picking introduced by 9-tiles 2022-01-20 22:14:13 -08:00
board.h add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
boarddrw.c choose font sizes to fit 2021-03-19 14:27:04 -07:00
boardp.h drive letters/values from a three-value enum 2021-02-11 14:11:02 -08:00
bufqueue.c add bqRemoveAll 2009-09-19 21:28:07 +00:00
bufqueue.h add bqRemoveAll 2009-09-19 21:28:07 +00:00
commmgr.h Remove all tabs. No code changes. 2008-05-31 03:26:16 +00:00
comms.c deal better with old relay games 2022-02-10 08:28:34 -08:00
comms.h fix to compile with XWFEATURE_RELAY undefined 2021-03-19 18:51:34 -07:00
commstyp.h add mqtt as a new transport 2020-05-20 13:58:53 -07:00
comtypes.h post new msg message from relay2 2022-01-06 19:07:08 -08:00
config.mk add missing file 2021-03-19 14:26:18 -07:00
contypct.h Add define set to number of conn types compiled in; use it to compile 2009-09-05 13:08:46 +00:00
dawg.h fix to support synonyms within specials too -- for linux only so far. 2013-04-09 07:43:04 -07:00
dbgutil.c refactor: make vtable population test xplatform 2020-04-19 12:56:11 -07:00
dbgutil.h refactor: make vtable population test xplatform 2020-04-19 12:56:11 -07:00
device.c call new web api to ack mqtt messages 2021-04-19 07:04:58 -07:00
device.h generate new mqtt devid when server reports dupe 2020-09-13 15:06:08 -07:00
dictiter.c limit pattern parse by max length of tiles 2020-12-27 11:53:36 -08:00
dictiter.h cleanup 2020-08-16 19:29:42 -07:00
dictmgr.c cleanup 2020-08-16 19:29:42 -07:00
dictmgr.h cleanup 2020-08-16 19:29:42 -07:00
dictnry.c cleanup of recent changes 2021-05-14 11:34:15 -07:00
dictnry.h snapshot: drawing empty board 2021-03-19 14:26:18 -07:00
dictnryp.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
dragdrpp.c enable RAISETILE feature for linux and android 2020-12-02 17:55:49 -08:00
dragdrpp.h fix compile when XWFEATURE_RAISETILE defined 2020-12-02 17:21:47 -08:00
draw.c catch up with API changes. GTK to use this still needs to be fixed! 2008-08-30 13:54:47 +00:00
draw.h show invitee name where possible 2021-05-30 13:31:33 -07:00
dutil.c use indexeddb for storage 2021-03-19 14:27:04 -07:00
dutil.h call new web api to ack mqtt messages 2021-04-19 07:04:58 -07:00
engine.c add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
engine.h add filtering to wordlist browser 2020-08-05 09:47:44 -07:00
game.c set bingoMin 2022-01-03 20:23:00 -08:00
game.h cleanup: remove dead and use new code 2021-03-28 20:27:24 -07:00
gameinfo.h add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
knownplyr.c handle byod download links 2022-01-24 20:48:13 -08:00
knownplyr.h display known player timestamp when known (debug only) 2021-01-04 08:12:05 -08:00
mempool.c cleanup of recent changes 2021-05-14 11:34:15 -07:00
mempool.h show mempool stats (DEBUG builds) 2021-03-19 14:27:04 -07:00
memstream.c add varible-length int encoding to streams 2021-12-28 18:25:05 -08:00
memstream.h remove comms/transport from using thread->env map 2020-04-26 13:39:21 -07:00
model.c add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
model.h add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
modelp.h add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
movestak.c add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
movestak.h add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
mscore.c add support for trays with up to 9 tiles 2021-07-16 12:15:46 -07:00
nli.c log connType in nli 2021-04-07 21:40:20 -07:00
nli.h get URL-encoded invitation receipt working 2021-03-19 14:26:18 -07:00
nlityp.h fix crashes and failure to connect 2022-01-03 17:40:23 -08:00
nwgamest.c stop using thread->env mapping for util callbacks 2020-04-26 13:39:21 -07:00
nwgamest.h stop using thread->env mapping for util callbacks 2020-04-26 13:39:21 -07:00
pool.c add filtering to wordlist browser 2020-08-05 09:47:44 -07:00
pool.h add filtering to wordlist browser 2020-08-05 09:47:44 -07:00
rules.mk makefile cleanup 2006-02-17 07:27:36 +00:00
scorebdp.c show invitee name where possible 2021-05-30 13:31:33 -07:00
scorebdp.h stop using thread->env mapping for util callbacks 2020-04-26 13:39:21 -07:00
server.c fix problems with tile picking introduced by 9-tiles 2022-01-20 22:14:13 -08:00
server.h harvest players on open; save and make available 2020-09-26 09:48:35 -07:00
smsproto.c Don't connect to relay for games with mqtt 2022-01-27 08:10:40 -08:00
smsproto.h fix compilation where DEBUG not set 2020-04-26 13:49:54 -07:00
states.h fix relay game failure to change roles 2020-08-25 14:53:33 -07:00
strutils.c post new msg message from relay2 2022-01-06 19:07:08 -08:00
strutils.h post new msg message from relay2 2022-01-06 19:07:08 -08:00
tray.c use 16 bits to represent selected tiles 2021-08-25 07:24:38 -07:00
util.h show invitee name where possible 2021-05-30 13:31:33 -07:00
virtuals.h Remove all tabs. No code changes. 2008-05-31 03:26:16 +00:00
vtabmgr.c i => ii; no other change 2012-08-22 07:44:21 -07:00
vtabmgr.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
xwlist.c new files that may replace GSList in relaycon 2017-11-04 09:27:33 -07:00
xwlist.h new files that may replace GSList in relaycon 2017-11-04 09:27:33 -07:00
xwstate.h update email address in header comments: no code change 2006-01-08 01:25:02 +00:00
xwstream.h add varible-length int encoding to streams 2021-12-28 18:25:05 -08:00