Eric House
69afe41040
add git rev to display
2023-05-29 16:55:14 -07:00
Eric House
9144fbae59
fix to work with recent API changes
2023-03-25 10:24:39 -07:00
Eric House
ca62d29bc4
change button text
2023-03-05 08:09:34 -08:00
Eric House
9533fbd0d9
add alert to name or cancel rematch
2023-03-01 19:39:40 -08:00
Eric House
e5d4ecea7d
add option to enable duplicate mode (which seems to work)
2023-03-01 07:41:42 -08:00
Eric House
07cd95e715
use github code to implement md5sum for mqtt msg ack (wasm only)
2023-02-26 19:53:12 -08:00
Eric House
4c76dd7470
add link to public gameinfo page
2023-02-26 19:53:12 -08:00
Eric House
b758cd3f0f
respond to invitations coming in as argv params
...
including downloading wordlist if necessary
2023-02-26 19:53:12 -08:00
Eric House
a6e912c6ae
cleanup
2023-02-23 16:38:08 -08:00
Eric House
8ceaf39fe5
put up game picker after deleting current game
2023-02-23 16:24:55 -08:00
Eric House
32275017a6
implement rematch
2023-02-23 15:51:40 -08:00
Eric House
a95b59b3ea
add pending messages count to display
2023-02-23 12:58:31 -08:00
Eric House
a0f5e2d5d4
remove dead code
2023-02-23 10:55:05 -08:00
Eric House
4941c258c8
tweaks to show gameID more
2023-02-23 08:47:57 -08:00
Eric House
a0be9adc12
fix self address
...
not sure why it didn't seem to be a problem...
2023-02-22 21:06:48 -08:00
Eric House
95e9647ff0
receipt of invitations works
2023-02-22 20:54:21 -08:00
Eric House
5382941f63
snapshot: play via MQTT works for a while
2023-02-22 19:52:45 -08:00
Eric House
4bc24b41f6
snapshot: saved games open now
2023-02-22 19:04:05 -08:00
Eric House
78d84a941e
compiles, but untested
...
And certainly won't work!
2023-02-22 19:04:05 -08:00
Eric House
4a57b76817
cleanup: pass xwe with closeProc rather than to destroy
...
It's only needed when there's a close proc, and that's rare.
2023-02-03 22:00:47 -08:00
Eric House
08310b0179
fix wasm build
2022-04-01 07:51:13 +02:00
Eric House
25fadc9e93
update wasm instructions
2022-04-01 07:51:13 +02:00
Eric House
b0f2d10446
add help target; cleanup
2022-01-04 13:27:01 -08:00
Eric House
b96c7a21aa
add README for emcc stuff to ease setup elsewhere
2022-01-03 20:58:15 -08:00
Eric House
759cf12ecf
set bingoMin
2022-01-03 20:23:00 -08:00
Eric House
38c80209c4
fix crashes and failure to connect
...
Seems to be back to working now.
2022-01-03 17:40:23 -08:00
Eric House
2fcf4db58f
fix to compile and not crash
2022-01-03 08:25:49 -08:00
Eric House
44152f6c36
fix wasm build a bit
...
Still doesn't seem to work on new install
2021-06-28 12:58:55 -07:00
Eric House
b730253e6b
remove FLIP button; save/restore prefs
2021-03-24 17:52:17 -07:00
Eric House
7bd1153c13
appearance tweaks
2021-03-24 17:29:27 -07:00
Eric House
7a7a2db6ce
enable chat (without history)
2021-03-24 15:58:25 -07:00
Eric House
e7669c427e
size html elements based on window size
...
Should make things look better on different sized phone and tablet
screens.
2021-03-24 10:20:42 -07:00
Eric House
bcf85fa849
adjust board size based on window size
...
Seems to work adequately. Resizing buttons needs to happen too.
2021-03-22 19:39:39 -07:00
Eric House
1e2509163d
listen on window resizes -- print only for now
2021-03-22 08:28:52 -07:00
Eric House
3060def376
add and use NULL_XWE
2021-03-21 20:16:09 -07:00
Eric House
4d88634865
draw board dimmed when in tile-trade mode
2021-03-21 17:57:56 -07:00
Eric House
e3ba122ca0
fix to compile with XWFEATURE_RELAY undefined
...
Didn't change the stream format. That will wait!
2021-03-19 18:51:34 -07:00
Eric House
b1532f19a4
move getDict from dutil to util
...
It's in the context of a game, and we might want info about the game
when notifying the user. For wasm, though, I just download after failure
to open. User has to try again to open the game. Good enough for now
since missing a wordlist shouldn't happen if you're not me changing
where they're stored.
2021-03-19 17:27:17 -07:00
Eric House
bbb5f821c2
tweaks
2021-03-19 14:30:17 -07:00
Eric House
1aa3ddcde0
cleanup and tweaks
2021-03-19 14:30:17 -07:00
Eric House
f48c7ce0f3
turn on COMMSACK
2021-03-19 14:29:49 -07:00
Eric House
e1bbd8f14f
fix problem upgrading from old dicts storage path
2021-03-19 14:29:49 -07:00
Eric House
01c7bcf9e3
fix get-string dialog
2021-03-19 14:29:49 -07:00
Eric House
af5c116a78
new game choices stored for next time; change dicts path
...
Lots of tweaks. Main was from realizing that storing special-names files
and can-be-anything files in the same directory isn't good.
2021-03-19 14:29:49 -07:00
Eric House
b50ac07271
add option to disable hints
2021-03-19 14:29:49 -07:00
Eric House
585f55c040
use notifications and other tweaks
2021-03-19 14:29:49 -07:00
Eric House
0d7b81ac72
tweak UI for small screens
2021-03-19 14:29:49 -07:00
Eric House
1b0acd87ee
prevent dbg and rel from conflicting
2021-03-19 14:29:49 -07:00
Eric House
99baf4bf3b
pass dbg and host info via register
2021-03-19 14:29:49 -07:00
Eric House
d03b1e5d7a
tweaks
2021-03-19 14:29:49 -07:00