Module Name:src
Committed By: maya
Date: Wed Dec 11 03:47:27 UTC 2024
Modified Files:
src/games/worm: worm.c
Log Message:
Add a message when malloc fails
from nightquick in PR misc/58706
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/games/worm/worm.c
Module Name:src
Committed By: maya
Date: Wed Dec 11 03:47:27 UTC 2024
Modified Files:
src/games/worm: worm.c
Log Message:
Add a message when malloc fails
from nightquick in PR misc/58706
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/games/worm/worm.c
Module Name:src
Committed By: dholland
Date: Fri Nov 29 21:48:45 UTC 2024
Modified Files:
src/games/backgammon/common_source: fancy.c
Log Message:
backgammon: fix crash on small terminals. From Aran Clauson.
(add a small tidyup from me as well)
Closes PR 58862.
To gene
Module Name:src
Committed By: dholland
Date: Fri Nov 29 21:48:45 UTC 2024
Modified Files:
src/games/backgammon/common_source: fancy.c
Log Message:
backgammon: fix crash on small terminals. From Aran Clauson.
(add a small tidyup from me as well)
Closes PR 58862.
To gene
Module Name:src
Committed By: hgutch
Date: Mon Nov 18 20:53:45 UTC 2024
Modified Files:
src/games/fish: fish.c
Log Message:
fish: allow player to only ask for cards they have on their hand
This fixes PR/58828 .
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.
Module Name:src
Committed By: hgutch
Date: Mon Nov 18 20:53:45 UTC 2024
Modified Files:
src/games/fish: fish.c
Log Message:
fish: allow player to only ask for cards they have on their hand
This fixes PR/58828 .
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.
Module Name:src
Committed By: rillig
Date: Sat Oct 12 19:26:24 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
morse: clean up
No binary change on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/morse/morse.c
Please note th
Module Name:src
Committed By: rillig
Date: Sat Oct 12 19:26:24 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
morse: clean up
No binary change on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/morse/morse.c
Please note th
Module Name:src
Committed By: rillig
Date: Thu Aug 22 20:46:40 UTC 2024
Modified Files:
src/games/backgammon: Makefile.inc
src/games/backgammon/backgammon: backlocal.h main.c text.c version.c
src/games/backgammon/common_source: allow.c back.h fancy.c init.c
Module Name:src
Committed By: rillig
Date: Thu Aug 22 20:46:40 UTC 2024
Modified Files:
src/games/backgammon: Makefile.inc
src/games/backgammon/backgammon: backlocal.h main.c text.c version.c
src/games/backgammon/common_source: allow.c back.h fancy.c init.c
Module Name:src
Committed By: rillig
Date: Sun Jun 16 18:09:45 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
games/morse: fix out-of-bounds memory read
Could be triggered by running 'morse äöü', caused by the typical
usage mistake.
To generate a diff o
Module Name:src
Committed By: rillig
Date: Sun Jun 16 18:09:45 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
games/morse: fix out-of-bounds memory read
Could be triggered by running 'morse äöü', caused by the typical
usage mistake.
To generate a diff o
Module Name:src
Committed By: rillig
Date: Sun Jun 16 18:00:59 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
games/morse: reduce runtime relocations, to save disk space
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/morse/morse.c
Module Name:src
Committed By: rillig
Date: Sun Jun 16 18:00:59 UTC 2024
Modified Files:
src/games/morse: morse.c
Log Message:
games/morse: reduce runtime relocations, to save disk space
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/morse/morse.c
Module Name:src
Committed By: christos
Date: Tue Apr 2 14:24:26 UTC 2024
Modified Files:
src/games/backgammon/common_source: subs.c
Log Message:
Fix DEBUG build.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/backgammon/common_source/subs.c
Ple
Module Name:src
Committed By: christos
Date: Tue Apr 2 14:24:26 UTC 2024
Modified Files:
src/games/backgammon/common_source: subs.c
Log Message:
Fix DEBUG build.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/backgammon/common_source/subs.c
Ple
Module Name:src
Committed By: andvar
Date: Tue Mar 26 20:50:29 UTC 2024
Modified Files:
src/games/larn: io.c
Log Message:
Fix header comment to align text using 8 space tabs.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/games/larn/io.c
Please note t
Module Name:src
Committed By: andvar
Date: Tue Mar 26 20:50:29 UTC 2024
Modified Files:
src/games/larn: io.c
Log Message:
Fix header comment to align text using 8 space tabs.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/games/larn/io.c
Please note t
On Sun, Mar 24, 2024 at 21:21:39 +0200, Andrius V wrote:
> Can you a bit clarify the meaning of "8 space tabs"
This is what VT set up screen called "Set 8 Column Tabs", i.e. "set
one tab every eight columns, starting at column 9" which was the
default setting.
https://vt100.net/docs/tp83/chapter
Hi,
Can you a bit clarify the meaning of "8 space tabs", since file is not
exactly following any completely defined pattern. Should I use tabs
before multiline comment text (*^I^I) and align
text between routine name and description, also remove all unnecessary
whitespace characters? Attached refo
On Sat, Mar 23, 2024 at 21:10:45 +, Andrius Varanavicius wrote:
> Modified Files:
> src/games/larn: io.c
>
> Log Message:
> Attempt to fix descriptions of the routines in the initial comment block.
Please, can you fix this to use 8 space tabs as the rest of the file
does, as can be ver
Module Name:src
Committed By: andvar
Date: Sat Mar 23 21:10:45 UTC 2024
Modified Files:
src/games/larn: io.c
Log Message:
Attempt to fix descriptions of the routines in the initial comment block.
Something likely went wrong with copying the original text, causing
missing
Module Name:src
Committed By: andvar
Date: Sat Mar 23 21:10:45 UTC 2024
Modified Files:
src/games/larn: io.c
Log Message:
Attempt to fix descriptions of the routines in the initial comment block.
Something likely went wrong with copying the original text, causing
missing
Module Name:src
Committed By: charlotte
Date: Wed Feb 28 23:24:52 UTC 2024
Modified Files:
src/games/rain: rain.c
Log Message:
rain(6): Update the "rainable area" upon SIGWINCH
This makes sure rain falls to fill the entire window even if the window
grows in size.
To gen
Module Name:src
Committed By: charlotte
Date: Wed Feb 28 23:24:52 UTC 2024
Modified Files:
src/games/rain: rain.c
Log Message:
rain(6): Update the "rainable area" upon SIGWINCH
This makes sure rain falls to fill the entire window even if the window
grows in size.
To gen
Module Name:src
Committed By: charlotte
Date: Wed Feb 28 23:14:37 UTC 2024
Modified Files:
src/games/rain: rain.c
Log Message:
rain(6): Avoid division by zero
If there were exactly 4 LINES or COLS then we'd attempt to draw a raindrop
at some value mod 0, which is invalid.
Module Name:src
Committed By: charlotte
Date: Wed Feb 28 23:14:37 UTC 2024
Modified Files:
src/games/rain: rain.c
Log Message:
rain(6): Avoid division by zero
If there were exactly 4 LINES or COLS then we'd attempt to draw a raindrop
at some value mod 0, which is invalid.
Module Name:src
Committed By: mrg
Date: Tue Aug 1 07:55:57 UTC 2023
Modified Files:
src/games/rogue: message.c
Log Message:
fix new GCC 12 warning that can't happen by forcing unsigned context for
values that are always positive by this point.
To generate a diff of this
Module Name:src
Committed By: mrg
Date: Tue Aug 1 07:55:57 UTC 2023
Modified Files:
src/games/rogue: message.c
Log Message:
fix new GCC 12 warning that can't happen by forcing unsigned context for
values that are always positive by this point.
To generate a diff of this
On Sun, Jul 30, 2023 at 09:23:22AM +, Masatake Daimon wrote:
> Modified Files:
> src/games/hack: hack.o_init.c
>
> Log Message:
> hack(6): Fix a segfault that occurs when ASLR is enabled
>
> Prior to this change, savenames() would store "objects" in save files as a
> blob, and re
Module Name:src
Committed By: pho
Date: Sun Jul 30 09:23:22 UTC 2023
Modified Files:
src/games/hack: hack.o_init.c
Log Message:
hack(6): Fix a segfault that occurs when ASLR is enabled
Prior to this change, savenames() would store "objects" in save files as a
blob, and re
Module Name:src
Committed By: pho
Date: Sun Jul 30 09:23:22 UTC 2023
Modified Files:
src/games/hack: hack.o_init.c
Log Message:
hack(6): Fix a segfault that occurs when ASLR is enabled
Prior to this change, savenames() would store "objects" in save files as a
blob, and re
Module Name:src
Committed By: nia
Date: Sat Jul 1 10:51:35 UTC 2023
Modified Files:
src/games/tetris: tetris.6 tetris.c
Log Message:
tetris(6): Support the informal standard of allowing setting NO_COLOR
in the environment to disable the use of color. (no-color.org)
To g
Module Name:src
Committed By: nia
Date: Sat Jul 1 10:51:35 UTC 2023
Modified Files:
src/games/tetris: tetris.6 tetris.c
Log Message:
tetris(6): Support the informal standard of allowing setting NO_COLOR
in the environment to disable the use of color. (no-color.org)
To g
Module Name:src
Committed By: mrg
Date: Thu Jun 1 04:08:36 UTC 2023
Modified Files:
src/games/morse: morse.c
Log Message:
add 2004's "@" definition.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/games/morse/morse.c
Please note that diffs are not pub
Module Name:src
Committed By: mrg
Date: Thu Jun 1 04:08:36 UTC 2023
Modified Files:
src/games/morse: morse.c
Log Message:
add 2004's "@" definition.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/games/morse/morse.c
Please note that diffs are not pub
Module Name:src
Committed By: dholland
Date: Sun May 28 03:35:24 UTC 2023
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
add a fortune
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/games/fortune/datfiles/fortunes
Please note that
Module Name:src
Committed By: dholland
Date: Sun May 28 03:35:24 UTC 2023
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
add a fortune
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/games/fortune/datfiles/fortunes
Please note that
Module Name:src
Committed By: kre
Date: Fri May 12 13:29:41 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
When using -H, make the appearance of the worm head depend upon the body
(more than it did before).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: kre
Date: Fri May 12 13:29:41 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
When using -H, make the appearance of the worm head depend upon the body
(more than it did before).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Wed May 10 12:30:27 UTC 2023
Modified Files:
src/games/cgram: cgram.c
Log Message:
cgram: replace comments with code
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/cgram/cgram.c
Pleas
Module Name:src
Committed By: rillig
Date: Wed May 10 12:30:27 UTC 2023
Modified Files:
src/games/cgram: cgram.c
Log Message:
cgram: replace comments with code
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/cgram/cgram.c
Pleas
Module Name:src
Committed By: christos
Date: Tue May 9 20:03:11 UTC 2023
Modified Files:
src/games/factor: Makefile
Log Message:
Handle OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/factor/Makefile
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Tue May 9 20:03:11 UTC 2023
Modified Files:
src/games/factor: Makefile
Log Message:
Handle OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/factor/Makefile
Please note that diffs are not pu
Module Name:src
Committed By: kre
Date: Wed Apr 26 22:58:09 UTC 2023
Modified Files:
src/games/worms: worms.6 worms.c
Log Message:
Add a little optional colour, optionally distinguish worm heads,
and optionally randomise worm lengths. Just exit instead of
continuing with
Module Name:src
Committed By: kre
Date: Wed Apr 26 22:58:09 UTC 2023
Modified Files:
src/games/worms: worms.6 worms.c
Log Message:
Add a little optional colour, optionally distinguish worm heads,
and optionally randomise worm lengths. Just exit instead of
continuing with
Module Name:src
Committed By: kre
Date: Wed Apr 19 09:39:29 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Another err message typo! (found this one myself!!)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/worms/worms.c
Please
Module Name:src
Committed By: kre
Date: Wed Apr 19 09:39:29 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Another err message typo! (found this one myself!!)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/worms/worms.c
Please
Module Name:src
Committed By: kre
Date: Wed Apr 19 07:40:49 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Typo in an error message (pointed out by RVP; Thanks)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/worms/worms.c
Please
Module Name:src
Committed By: kre
Date: Wed Apr 19 07:40:49 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Typo in an error message (pointed out by RVP; Thanks)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/worms/worms.c
Please
Module Name:src
Committed By: kre
Date: Tue Apr 18 15:02:22 UTC 2023
Modified Files:
src/games/worms: worms.6 worms.c
Log Message:
Correct some unfortunate behaviour in extreme cases pointed out by RVP.
(Very long worms in a smallish window could result in the max number o
Module Name:src
Committed By: kre
Date: Tue Apr 18 15:02:22 UTC 2023
Modified Files:
src/games/worms: worms.6 worms.c
Log Message:
Correct some unfortunate behaviour in extreme cases pointed out by RVP.
(Very long worms in a smallish window could result in the max number o
Module Name:src
Committed By: kre
Date: Sat Apr 15 15:21:56 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
When worms default delay was changed from 0, to 20ms (Oct 2020)
it lost the ability to run flat out (no sleeps) - which while not
very useful for actu
Module Name:src
Committed By: kre
Date: Sat Apr 15 15:21:56 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
When worms default delay was changed from 0, to 20ms (Oct 2020)
it lost the ability to run flat out (no sleeps) - which while not
very useful for actu
Module Name:src
Committed By: kre
Date: Sat Apr 15 13:40:23 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
80 column police.
If this code were just a few chars over the limit, it might get
let off with a warning, but 214 in an 80 zone is way beyond that.
Module Name:src
Committed By: kre
Date: Sat Apr 15 13:40:23 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
80 column police.
If this code were just a few chars over the limit, it might get
let off with a warning, but 214 in an 80 zone is way beyond that.
Module Name:src
Committed By: kre
Date: Sat Apr 15 13:00:30 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Garbage collect "char *mp" - it used to point at memory malloc()'d
to hold the termcap entry, back when worms used termcap rather than
curses, and ter
Module Name:src
Committed By: kre
Date: Sat Apr 15 13:00:30 UTC 2023
Modified Files:
src/games/worms: worms.c
Log Message:
Garbage collect "char *mp" - it used to point at memory malloc()'d
to hold the termcap entry, back when worms used termcap rather than
curses, and ter
Module Name:src
Committed By: rillig
Date: Sun Jan 22 17:19:11 UTC 2023
Modified Files:
src/games/quiz: quiz.c
Log Message:
quiz: fix wrong usage of the functions
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/quiz/quiz.c
Please note that diffs
Module Name:src
Committed By: rillig
Date: Sun Jan 22 17:19:11 UTC 2023
Modified Files:
src/games/quiz: quiz.c
Log Message:
quiz: fix wrong usage of the functions
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/quiz/quiz.c
Please note that diffs
Module Name:src
Committed By: ryoon
Date: Fri Jan 6 19:02:02 UTC 2023
Modified Files:
src/games/cribbage: cribbage.h
Log Message:
Define yes as extern veriable to fix build
PR bin/57164 is insufficient.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/
Module Name:src
Committed By: ryoon
Date: Fri Jan 6 19:02:02 UTC 2023
Modified Files:
src/games/cribbage: cribbage.h
Log Message:
Define yes as extern veriable to fix build
PR bin/57164 is insufficient.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/
Module Name:src
Committed By: christos
Date: Fri Jan 6 17:13:46 UTC 2023
Modified Files:
src/games/cribbage: crib.c cribbage.6 extern.c
Log Message:
PR/57164: Greywolf: Add -y to cribbage to keep playing without asking
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Fri Jan 6 17:13:46 UTC 2023
Modified Files:
src/games/cribbage: crib.c cribbage.6 extern.c
Log Message:
PR/57164: Greywolf: Add -y to cribbage to keep playing without asking
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: nia
Date: Tue Oct 25 19:33:00 UTC 2022
Modified Files:
src/games/fortune/datfiles: netbsd-tips
Log Message:
-h doesn't sort numerically, pointed out by various
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/fortune/d
Module Name:src
Committed By: nia
Date: Tue Oct 25 19:33:00 UTC 2022
Modified Files:
src/games/fortune/datfiles: netbsd-tips
Log Message:
-h doesn't sort numerically, pointed out by various
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/fortune/d
Module Name:src
Committed By: nia
Date: Tue Oct 25 15:44:02 UTC 2022
Modified Files:
src/games/fortune/datfiles: netbsd-tips
Log Message:
various tips/simplifications from UnitedBSD
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/fortune/datfiles/
Module Name:src
Committed By: nia
Date: Tue Oct 25 15:44:02 UTC 2022
Modified Files:
src/games/fortune/datfiles: netbsd-tips
Log Message:
various tips/simplifications from UnitedBSD
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/fortune/datfiles/
Module Name:src
Committed By: dholland
Date: Fri Sep 9 19:37:15 UTC 2022
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
fortunes: add something
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/games/fortune/datfiles/fortunes
Please n
Module Name:src
Committed By: dholland
Date: Fri Sep 9 19:37:15 UTC 2022
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
fortunes: add something
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/games/fortune/datfiles/fortunes
Please n
Module Name:src
Committed By: dholland
Date: Fri Aug 26 20:07:04 UTC 2022
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
fortunes: add something
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/games/fortune/datfiles/fortunes
Please n
Module Name:src
Committed By: dholland
Date: Fri Aug 26 20:07:04 UTC 2022
Modified Files:
src/games/fortune/datfiles: fortunes
Log Message:
fortunes: add something
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/games/fortune/datfiles/fortunes
Please n
Module Name:src
Committed By: uwe
Date: Fri Aug 19 00:40:20 UTC 2022
Modified Files:
src/games/ching/ching: ching.6
Log Message:
ching(6): Fix formatting. .Pp is not .br
The man returns to the proper path. Auspicious.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: uwe
Date: Fri Aug 19 00:40:20 UTC 2022
Modified Files:
src/games/ching/ching: ching.6
Log Message:
ching(6): Fix formatting. .Pp is not .br
The man returns to the proper path. Auspicious.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Mon Jun 27 18:48:49 UTC 2022
Modified Files:
src/games/robots: Makefile main.c
Log Message:
Enable FANCY mode for debugging purposes:
- To enable stand still mode (robot is not moving but waiting in place),
specify a score
Module Name:src
Committed By: christos
Date: Mon Jun 27 18:48:49 UTC 2022
Modified Files:
src/games/robots: Makefile main.c
Log Message:
Enable FANCY mode for debugging purposes:
- To enable stand still mode (robot is not moving but waiting in place),
specify a score
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
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
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
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
Module Name:src
Committed By: rillig
Date: Sun Jun 12 14:59:44 UTC 2022
Modified Files:
src/games/cgram: cgram.c
Log Message:
cgram: allow cursor navigation with KEY_BEG as well
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/cgram/cgram.c
Please
Module Name:src
Committed By: rillig
Date: Sun Jun 12 14:59:44 UTC 2022
Modified Files:
src/games/cgram: cgram.c
Log Message:
cgram: allow cursor navigation with KEY_BEG as well
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/cgram/cgram.c
Please
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
1 - 100 of 453 matches
Mail list logo