Cory McWilliams cory
cory pushed to main at cory/tildefriends 2026-08-12 22:34:40 -04:00
f825172915 ci: Now we're getting somewhere. Maybe release will pass here?
cory pushed to main at cory/tildefriends 2026-08-12 22:26:43 -04:00
e08c921dbd ci: Did I not specify that the subprocess output should go to stdout?
cory pushed to main at cory/tildefriends 2026-08-12 22:18:02 -04:00
9bc44bf1b0 ci: C'mon.
cory pushed to main at cory/tildefriends 2026-08-12 21:54:02 -04:00
f4092d4a92 ci: Maybe python unbuffered?
cory pushed to main at cory/tildefriends 2026-08-12 21:47:13 -04:00
08b817e7c6 ci: What do you want from me?
cory pushed to main at cory/tildefriends 2026-08-12 21:40:44 -04:00
0cd8dc9388 ci: Maybe this one?
cory pushed to main at cory/tildefriends 2026-08-12 21:39:57 -04:00
994a2e508e ci: Maybe firefox?
cory pushed to main at cory/tildefriends 2026-08-12 21:25:13 -04:00
f6edd09c3a ci: Fix?
cory pushed to main at cory/tildefriends 2026-08-12 21:19:20 -04:00
35d5823624 ci: Try to make -t auto work again.
cory pushed to main at cory/tildefriends 2026-08-12 13:01:36 -04:00
32244b8ff9 ci: Fine, no selenium yet.
cory pushed to main at cory/tildefriends 2026-08-12 12:50:17 -04:00
ef0cd0d1ce ci: Maybe not needed?
cory pushed to main at cory/tildefriends 2026-08-12 12:49:06 -04:00
a4fdcb357a ci: Remind me why we can't run test -t=auto in ci.
cory pushed to main at cory/tildefriends 2026-08-11 20:57:16 -04:00
d69e6d980a tests: Remove the few test cases I added that aren't covered without -t=auto.
cory pushed to main at cory/tildefriends 2026-08-11 20:41:16 -04:00
e1212fdf5c build: Fix tf_test_case w/mingw.
cory pushed to main at cory/tildefriends 2026-08-11 20:37:19 -04:00
ec1bf03d53 chess: Cycling through moves with the arrow keys.
f55f5b7acc chess: Support showing a specific game as an unauthenticated user.
73d9b7ab0e chess: Highlight the selected move.
0ffb058d27 chess: Key display of a single turn off of turn id to fix it for this broken game.
Compare 4 commits »
cory pushed to main at cory/tildefriends 2026-08-10 22:22:19 -04:00
0d5690d591 tests: Try a thing I learned about from sqlite. Let's sprinkle macro calls around the code to ensure and enforce that interesting paths are actually being hit by tests.
cory pushed to main at cory/tildefriends 2026-08-10 12:25:43 -04:00
a8703b64d2 chess: Make selecting the last turn just deselect any specific turn.
b15932178a chess: Try harder to attribute moves to the correct player.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-08-09 20:38:24 -04:00
1533b11f73 ssb: Make chess moves bump the thread they're a part of.
cory pushed to main at cory/tildefriends 2026-08-09 18:51:07 -04:00
a6085be2e7 chess: Manage the URL hash to make it easier to view the same game.
8feaa00c8d cleanup: prettier again.
Compare 2 commits »
cory pushed to main at cory/tildefriends 2026-08-09 18:37:03 -04:00
d4022a808d chess: No taking the other player's turn.