CVS commit: src/games/gomoku

2022-06-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 19 10:33:17 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: remove redundant parentheses No binary change. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/games/gomoku/bdinit.c

CVS commit: src/games/gomoku

2022-06-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 19 10:33:17 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: remove redundant parentheses No binary change. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/games/gomoku/bdinit.c

CVS commit: src/games/gomoku

2022-06-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 19 10:23:48 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h makemove.c Log Message: gomoku: reduce usage of magic numbers in the code No binary change. To generate a diff of this commit: cvs rdiff -u -r1.35

CVS commit: src/games/gomoku

2022-06-19 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 19 10:23:48 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h makemove.c Log Message: gomoku: reduce usage of magic numbers in the code No binary change. To generate a diff of this commit: cvs rdiff -u -r1.35

CVS commit: src/games/gomoku

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:11:58 UTC 2022 Modified Files: src/games/gomoku: Makefile Log Message: Elide vax breakage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/Makefile Please note that diffs are not pu

CVS commit: src/games/gomoku

2022-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 19:11:58 UTC 2022 Modified Files: src/games/gomoku: Makefile Log Message: Elide vax breakage To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/Makefile Please note that diffs are not pu

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 22:03:29 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up variable names, add empty lines No binary change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/games/g

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 22:03:29 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up variable names, add empty lines No binary change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/games/g

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:47:12 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up color handling in 'pickmove' Instead of searching for the best black and white moves, search instead for our and their best m

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:47:12 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up color handling in 'pickmove' Instead of searching for the best black and white moves, search instead for our and their best m

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:38:36 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up 'pickmove' stylistically No functional change. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/games/gomo

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:38:36 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up 'pickmove' stylistically No functional change. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/games/gomo

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:02:37 UTC 2022 Modified Files: src/games/gomoku: main.c pickmove.c Log Message: gomoku: migrate remaining functions to type player_color No functional change. To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 21:02:37 UTC 2022 Modified Files: src/games/gomoku: main.c pickmove.c Log Message: gomoku: migrate remaining functions to type player_color No functional change. To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 20:21:29 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: make parsing of the debug command 'o' robust Previously, the (invalid) debug command 'o,' succeeded to parse and led to out-of-bounds memo

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 20:21:29 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: make parsing of the debug command 'o' robust Previously, the (invalid) debug command 'o,' succeeded to parse and led to out-of-bounds memo

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 18:25:39 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up overlap info in 'checkframes' In 2009, GCC had complained that the overlap_info might only be partially filled. All possible

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 18:25:39 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up overlap info in 'checkframes' In 2009, GCC had complained that the overlap_info might only be partially filled. All possible

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 18:05:25 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: do not scan the upper border for combos Adding the '+ 1' to the row coordinate added an offset of 20, while the intended offset was 1.

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 18:05:25 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: do not scan the upper border for combos Adding the '+ 1' to the row coordinate added an offset of 20, while the intended offset was 1.

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 17:01:42 UTC 2022 Modified Files: src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: refine the type of some functions and variables Assisted by WARNS=6. At that l

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 17:01:42 UTC 2022 Modified Files: src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: refine the type of some functions and variables Assisted by WARNS=6. At that l

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 16:30:44 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h Log Message: gomoku: when starting a new game, start in the middle of the board Previously, when starting a new game, the user coordinate wa

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 16:30:44 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h Log Message: gomoku: when starting a new game, start in the middle of the board Previously, when starting a new game, the user coordinate wa

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 16:19:52 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: after accepting a spot via the mouse, clear current coordinate To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/games/g

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 16:19:52 UTC 2022 Modified Files: src/games/gomoku: bdisp.c Log Message: gomoku: after accepting a spot via the mouse, clear current coordinate To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/games/g

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 15:31:12 UTC 2022 Modified Files: src/games/gomoku: gomoku.h makemove.c pickmove.c Log Message: gomoku: add type player_color No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/ga

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 15:31:12 UTC 2022 Modified Files: src/games/gomoku: gomoku.h makemove.c pickmove.c Log Message: gomoku: add type player_color No functional change. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/ga

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 15:16:11 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: use unsigned integers for bit sets As all access to the bit sets happens through the unsigned spot_index type, drop the type casts in

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 15:16:11 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: use unsigned integers for bit sets As all access to the bit sets happens through the unsigned spot_index type, drop the type casts in

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:50:37 UTC 2022 Modified Files: src/games/gomoku: gomoku.h Log Message: gomoku: provide a more gentle introduction to the code No binary change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/gam

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:50:37 UTC 2022 Modified Files: src/games/gomoku: gomoku.h Log Message: gomoku: provide a more gentle introduction to the code No binary change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/gam

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:37:44 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: don't use 'i' as special-purpose variable name No binary change. To generate

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:37:44 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: don't use 'i' as special-purpose variable name No binary change. To generate

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:01:58 UTC 2022 Modified Files: src/games/gomoku: bdinit.c makemove.c pickmove.c Log Message: gomoku: consistently name the offset of a spot in a frame 'off' Leave 'i' for general purpose loops. No functional change

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 14:01:58 UTC 2022 Modified Files: src/games/gomoku: bdinit.c makemove.c pickmove.c Log Message: gomoku: consistently name the offset of a spot in a frame 'off' Leave 'i' for general purpose loops. No functional change

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 13:49:10 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h makemove.c pickmove.c Log Message: gomoku: add data type for one of the 4 directions of a frame No functional change. To generate a diff of this c

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 13:49:10 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h makemove.c pickmove.c Log Message: gomoku: add data type for one of the 4 directions of a frame No functional change. To generate a diff of this c

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 12:44:17 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up four_in_a_row No functional change. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/games/gomoku/pickmove

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 12:44:17 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up four_in_a_row No functional change. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/games/gomoku/pickmove

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 12:20:07 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: extract quick_check from scanframes No functional change. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/games/go

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 12:20:07 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: extract quick_check from scanframes No functional change. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/games/go

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 11:36:12 UTC 2022 Modified Files: src/games/gomoku: bdinit.c makemove.c pickmove.c Log Message: gomoku: use proper types when indexing 'board' and 'frames' No functional change. To generate a diff of this commit: cvs

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 11:36:12 UTC 2022 Modified Files: src/games/gomoku: bdinit.c makemove.c pickmove.c Log Message: gomoku: use proper types when indexing 'board' and 'frames' No functional change. To generate a diff of this commit: cvs

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 10:37:21 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: turn spotstr.s_frame into a frame index Most calculations are done on the frame index, not the poi

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 10:37:21 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: turn spotstr.s_frame into a frame index Most calculations are done on the frame index, not the poi

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 10:06:43 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: document where to fix the unnecessarily long thinking time To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/games/go

CVS commit: src/games/gomoku

2022-05-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 10:06:43 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: document where to fix the unnecessarily long thinking time To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/games/go

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 01:34:49 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: migrate 'makemove' to using spot_index instead of pointer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 01:34:49 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: migrate 'makemove' to using spot_index instead of pointer No functional change. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 01:17:55 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: migrate pickmove to use spot_index instead of pointers Using spot_index instead of pointers leads to simpler code since there is no ne

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 01:17:55 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: migrate pickmove to use spot_index instead of pointers Using spot_index instead of pointers leads to simpler code since there is no ne

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 00:38:26 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: migrate spot_index from int to unsigned short This matches the type of 'intersect'. No functional

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 00:38:26 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: migrate spot_index from int to unsigned short This matches the type of 'intersect'. No functional

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 00:12:11 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c pickmove.c stoc.c Log Message: gomoku: use consistent variable names Previously, the name 's' was used for the index of a spot on the

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 29 00:12:11 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c pickmove.c stoc.c Log Message: gomoku: use consistent variable names Previously, the name 's' was used for the index of a spot on the

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 23:05:45 UTC 2022 Modified Files: src/games/gomoku: gomoku.h main.c Log Message: gomoku: use custom magic value for end of file input This allows the type for a spot index to be changed to an unsigned type. No functio

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 23:05:45 UTC 2022 Modified Files: src/games/gomoku: gomoku.h main.c Log Message: gomoku: use custom magic value for end of file input This allows the type for a spot index to be changed to an unsigned type. No functio

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 21:48:21 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: use unsigned arithmetic for bitboard No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/games/g

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 21:48:21 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: use unsigned arithmetic for bitboard No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/games/g

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 21:31:41 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: document that 'whatsup' is called on ^C as well To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/games/gomoku/main.c Pl

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 21:31:41 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: document that 'whatsup' is called on ^C as well To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/games/gomoku/main.c Pl

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 20:57:26 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: allow saving a finished game without pressing Shift To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/games/gomoku/main.c

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 20:57:26 UTC 2022 Modified Files: src/games/gomoku: main.c Log Message: gomoku: allow saving a finished game without pressing Shift To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/games/gomoku/main.c

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 20:54:31 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c Log Message: gomoku: remove redundant parentheses, braces, newlines, clean up get_key No functional change. To generate a diff of this commit: cvs rd

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 20:54:31 UTC 2022 Modified Files: src/games/gomoku: bdisp.c main.c Log Message: gomoku: remove redundant parentheses, braces, newlines, clean up get_key No functional change. To generate a diff of this commit: cvs rd

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 19:47:24 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: clean up initialization of overlap information Fix variable names 'ia' and 'ib', which I forgot in the previous commit. Move the docume

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 19:47:24 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: clean up initialization of overlap information Fix variable names 'ia' and 'ib', which I forgot in the previous commit. Move the docume

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 18:55:16 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: clean up local variable names in init_overlap By clearly associating each variable to either frame A or frame B, suddenly the code becom

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 18:55:16 UTC 2022 Modified Files: src/games/gomoku: bdinit.c Log Message: gomoku: clean up local variable names in init_overlap By clearly associating each variable to either frame A or frame B, suddenly the code becom

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 17:51:27 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c Log Message: gomoku: split initialization of the board into smaller functions The comments about the "top border" and "bottom border" had bee

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 17:51:27 UTC 2022 Modified Files: src/games/gomoku: bdinit.c gomoku.h main.c Log Message: gomoku: split initialization of the board into smaller functions The comments about the "top border" and "bottom border" had bee

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:32:56 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h makemove.c Log Message: gomoku: highlight the winning frame To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/gomoku/

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:32:56 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h makemove.c Log Message: gomoku: highlight the winning frame To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/gomoku/

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:19:19 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: group movelog and nmoves into a game struct No functional change. To generat

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:19:19 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: group movelog and nmoves into a game struct No functional change. To generat

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:09:22 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: split makemove into smaller functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/games/

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 08:09:22 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: split makemove into smaller functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/games/

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 07:58:36 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: announce tie as early as possible To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/makemove.c Please n

CVS commit: src/games/gomoku

2022-05-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 07:58:36 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: announce tie as early as possible To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/makemove.c Please n

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 06:25:35 UTC 2022 Modified Files: src/games/gomoku: gomoku.h main.c makemove.c Log Message: gomoku: extract update_overlap_different_direction No functional change. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 06:25:35 UTC 2022 Modified Files: src/games/gomoku: gomoku.h main.c makemove.c Log Message: gomoku: extract update_overlap_different_direction No functional change. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 05:44:41 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: extract separate function update_overlap_same_direction No functional change. To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 05:44:41 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: extract separate function update_overlap_same_direction No functional change. To generate a diff of this commit: cvs rdiff -u -r1.27

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 05:14:34 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce number of variables in update_overlap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 05:14:34 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce number of variables in update_overlap No functional change. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 04:52:23 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce scope of local variable No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/gomoku/

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 28 04:52:23 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce scope of local variable No functional change. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/gomoku/

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 23:29:16 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce variable reuse, make code more uniform No functional change. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 sr

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 23:29:16 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: reduce variable reuse, make code more uniform No functional change. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 sr

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 23:10:54 UTC 2022 Modified Files: src/games/gomoku: gomoku.h makemove.c pickmove.c Log Message: gomoku: reduce scope of local variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 23:10:54 UTC 2022 Modified Files: src/games/gomoku: gomoku.h makemove.c pickmove.c Log Message: gomoku: reduce scope of local variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 20:48:43 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: allow Black to win the game in the very last move To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/gomoku/make

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 20:48:43 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: allow Black to win the game in the very last move To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/gomoku/make

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 20:35:58 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: fix off-by-one error when deciding that the game is a tie To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/gom

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 20:35:58 UTC 2022 Modified Files: src/games/gomoku: makemove.c Log Message: gomoku: fix off-by-one error when deciding that the game is a tie To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/gom

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 19:59:56 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: replace 1-based movenum with 0-based nmoves No functional change, not even the

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 19:59:56 UTC 2022 Modified Files: src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c Log Message: gomoku: replace 1-based movenum with 0-based nmoves No functional change, not even the

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 19:30:56 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: split local variable into separate variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/gam

CVS commit: src/games/gomoku

2022-05-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri May 27 19:30:56 UTC 2022 Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: split local variable into separate variables No binary change. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/gam

  1   2   3   >