summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1999-09-30better use of cursesPaul Janzen
1999-09-30Disallow "Go" after "Right of Way" and change Battle Pile status to "Go" whenPaul Janzen
appropriate when playing "Right of Way".
1999-09-26string.hTheo de Raadt
1999-09-26Correct comment: rogoyski@cs.utexas.edu, PR 928.Paul Janzen
1999-09-26Correct documentation: rogoyski@cs.utexas.edu in PR 927.Paul Janzen
1999-09-25Merge NetBSD changes (use const where appropriate; allow alternate wordlists).Paul Janzen
Add some code beyond that so the game doesn't hang if it gets a badly formatted alternate wordlist.
1999-09-25Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling ofPaul Janzen
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict with <sys/param.h>.
1999-09-25gcc optimization bug appears gone since 2.8.1 became history.Paul Janzen
1999-09-25Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thePaul Janzen
Linux bsd-games package and NetBSD. Mainly using 'const'.
1999-09-23Typo fixes.Alex Feldman
1999-09-03unbreak brakeHugh Graham
1999-09-01Make sure screen is big enough for the selected game; also a little tidyingPaul Janzen
1999-09-01List (some) confirmed standards; jsm28@cam.ac.ukPaul Janzen
1999-08-30socklen_tDavid Leonard
1999-08-30Mention that chance values are percentages.David Leonard
Add my name to authors! (pjanzen@ thinks that I made sufficient changes)
1999-08-30 -WallDavid Leonard
1999-08-30Kill comment about driving up the load average.David Leonard
Captilize statistics names to match program output. Mention that hunt historically started huntd, but that this is no longer the case.
1999-08-30No need to have huntd in the .PATH any moreDavid Leonard
1999-08-30check malloc returnDavid Leonard
1999-08-30add semicolon to pacify gcc -WallDavid Leonard
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-16free later; tg@freebsdTheo de Raadt
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1999-07-31use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying.Paul Janzen
1999-07-31- make atc check for calloc() failure; correctly check for redefinition ofPaul Janzen
"width" in game definition files (jsm28@cam.ac.uk) - clean up man page some (based on work of dholland@eecs.harvard.edu)
1999-07-31fix a -Wcast-qual warning: jsm28@cam.ac.ukPaul Janzen
1999-07-31Use const where appropriate: jsm28@cam.ac.ukPaul Janzen
1999-07-310 -> SEEK_SET; jsm28@cam.ac.uk.Paul Janzen
1999-07-31spellingPaul Janzen
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08spurious words and misc fixesHugh Graham
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-13Don't barf on ^D during initial questionsPaul Janzen
1999-06-10Fix a couple typos and remove a few duplications while I'm at it.Paul Janzen
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).
1999-05-30Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-05-30use standard isalpha() and isdigit(); check that screen is big enough;Paul Janzen
correct a typo, and fix up some man page paths.
1999-05-26Tweak for egcs -fwrite-strings oddityMarc Espie
1999-05-26need string.hTheo de Raadt
1999-05-24your -> you're; d@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-20bcd, morse, and ppt are not playable games and so don't need to be runPaul Janzen
via dm.
1999-04-20jsm28@cam.ac.uk: place cursor on player, not one over.Paul Janzen
1999-04-20Don't allow guessed letters to wrap; closes PR800. Based on fix fromPaul Janzen
krw@tcn.net. Also, check to make sure the screen is big enough.
1999-04-20Spelling and accuracyPaul Janzen
1999-03-27Fix rev 1.4Paul Janzen
1999-03-27use const where appropriate; jsm28@cam.ac.ukPaul Janzen
1999-03-27Disable the log file by default (logging, as opposed to scoring, should bePaul Janzen
done through dm).