summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1999-11-29Kill BOOLEAN, just use the curses/c++ bool type instead.Todd C. Miller
1999-11-29Make this actually compile; doesn't anyone do a test build after makingJason Downs
changes anymore?
1999-11-25Allow arguments to games and be more selective when checking for valid games.Paul Janzen
Idea from recent NetBSD change by abs@netbsd.
1999-11-25Fix an obscure bug involving misidentified coup fourres.Paul Janzen
1999-11-25More spellingPaul Janzen
1999-11-25Spelling (confirmed with Webster and OED).Paul Janzen
1999-10-29correct snake description: cgd@netbsd.orgPaul Janzen
1999-10-29srandom() for variety.Paul Janzen
1999-10-02Taken from NetBSD. See NetBSD PR#645 for far more than I ever cared to knowPaul Janzen
about locomotive names and numbers. The mind boggles.
1999-10-02Clean up the string handling to avoid segfaults when the regexp routinesPaul Janzen
pass each other (char *)NULLs, which used to happen on suitably invalid data files.
1999-09-30Add Nunavut, and flower/bird/tree categories as appropriate.Paul Janzen
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.