Commit graph

13834 commits

Author SHA1 Message Date
Eric House
05c7cef153 changelog and version strings 2024-03-15 16:07:58 -07:00
Eric House
2f8082b093 return COMMS_CHECKSUM entirely 2024-03-15 16:02:21 -07:00
Eric House
e355ea7653 turn on COMMS_CHECKSUM for release builds too
No idea why any release build ever worked without this
2024-03-15 15:39:19 -07:00
Eric House
2feee7dc56 update logging macros 2024-03-11 15:38:49 -07:00
Eric House
b694c4b335 cleanup 2024-03-04 17:15:21 -08:00
Eric House
f6af82e227 reformat to use GameWrapper; just reformat 2024-03-04 17:15:12 -08:00
Eric House
7c75bd0da8 add line numbers to android logging 2024-03-04 12:34:04 -08:00
Eric House
e61573928e more safety checks 2024-03-04 10:45:30 -08:00
Eric House
2b58cc702a test for stream size 2024-03-04 10:21:08 -08:00
Eric House
abc0a8c78a Linux app scriptability fixes 2024-03-04 09:21:43 -08:00
Eric House
3537975514 gtk version fixes: blanks, scores, buttons 2024-03-04 09:19:25 -08:00
Eric House
bc9ced7b58 fix build script 2024-03-02 14:02:03 -08:00
Eric House
fc2df0f2e5 move strings to public space; add German translations 2024-03-02 14:02:03 -08:00
joaooliva
6d0a5f5f15
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (920 of 920 strings)
2024-03-02 21:01:50 +01:00
gallegonovato
5ce5148c18
Translated using Weblate (Spanish)
Currently translated at 100.0% (920 of 920 strings)
2024-03-02 21:01:50 +01:00
CloneWith
0aa6c8289a
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (920 of 920 strings)
2024-03-02 21:01:50 +01:00
Eric House
0c5b0a5823 apparently LOLLIPOP also needs to use http 2024-03-01 17:00:03 -08:00
Eric House
1c80fa518f tweak color 2024-03-01 14:56:40 -08:00
Eric House
42f4fa739d oops: fix show shows up on upgrades rather than new installs 2024-03-01 13:41:35 -08:00
Eric House
71a66750ad for upgrades only, show new-feature alert after drawing recent move
To be removed in a few months when there should be no more upgrades to
this release.
2024-03-01 13:11:27 -08:00
Eric House
1fcbc574ef fix misspelling 2024-03-01 09:44:50 -08:00
Eric House
9bea41dd19 make recent move tile background color editable 2024-03-01 09:41:03 -08:00
Eric House
fae8c0e28f check for null 2024-03-01 08:59:02 -08:00
Eric House
b94abefa39 move board-button-prefs strings, and add German translations 2024-03-01 08:29:50 -08:00
CloneWith
156585b0b7
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (906 of 906 strings)
2024-03-01 11:00:23 +01:00
Eric House
be47bbcc81 paint recent move tiles differently from pending ones 2024-02-29 17:00:02 -08:00
Eric House
fd26763ea5 set pending flag correctly
I hope...
2024-02-29 17:00:02 -08:00
Eric House
6f19ed4549 version numbers and changelog for new release 2024-02-29 16:59:54 -08:00
Eric House
5b2a4dabae add prefs for hiding board buttons (thanks Frank) 2024-02-29 12:25:15 -08:00
Eric House
8643c8ae83 fix npe when network fails 2024-02-29 12:14:22 -08:00
Eric House
e3670c1295 include thread when dumping stack 2024-02-29 09:51:26 -08:00
Eric House
f9af153941 handle unquash via thread 2024-02-27 20:49:09 -08:00
Eric House
71923ee95f fetch submodules 2024-02-27 16:10:16 -08:00
Eric House
bb1a589ab0 make non-debug build compile 2024-02-27 16:07:47 -08:00
Eric House
f05fea610c add new-feature alert for sub-7 trade option 2024-02-27 15:59:42 -08:00
Eric House
b791d8eb99 cleanup from code review 2024-02-27 15:59:42 -08:00
Eric House
11f8eee001 version numbers and changelog for new release 2024-02-27 15:59:42 -08:00
Eric House
039bb28849 change version numbers 2024-02-27 09:35:58 -08:00
joaooliva
d6ffccf0ca
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (906 of 906 strings)
2024-02-25 19:02:11 +01:00
gallegonovato
2a161f77a9
Translated using Weblate (Spanish)
Currently translated at 100.0% (906 of 906 strings)
2024-02-25 19:02:09 +01:00
Anonymous
8f3acbd490
Translated using Weblate (German)
Currently translated at 99.7% (904 of 906 strings)
2024-02-24 18:08:12 +01:00
Eric House
aca125bc23 rearrange config options; move strings for translation 2024-02-24 08:14:32 -08:00
Eric House
f2d7ce3daa attribute sent chat to local player if non-local selected 2024-02-23 07:55:07 -08:00
Eric House
f3c7fcffd3 fix assertion chatting when remote player selected 2024-02-22 07:39:04 -08:00
Eric House
6d17d0636e fix (new) problems communicating chat sender name 2024-02-22 07:06:14 -08:00
Eric House
7e060b3eb7 fix array-oob crash on bad chat data 2024-02-22 07:06:14 -08:00
Eric House
fbad300e48 finish chat fix to not crash when old messages come in 2024-02-20 15:53:24 -08:00
Eric House
d446d3d463 always send from a local player
Seeing assertion failures with >2 dev games. I think the selPlayer
variable doesn't always point at a local player, so don't use it.
2024-02-20 15:32:58 -08:00
Eric House
32760c8570 add missing file 2024-02-18 19:35:24 -08:00
Eric House
ce1ca3380f alert about deleted game sooner 2024-02-18 19:28:29 -08:00