CVS commit: src/games/worms

2023-05-12 Thread Robert Elz
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

CVS commit: src/games/worms

2023-05-12 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-26 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-26 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-19 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-19 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-19 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-19 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-18 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-18 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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.

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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.

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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

CVS commit: src/games/worms

2023-04-15 Thread Robert Elz
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