summaryrefslogtreecommitdiff
path: root/games/battlestar/com6.c
AgeCommit message (Collapse)Author
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2001-02-04Format for long usernamesPaul Janzen
2000-09-24numerous changes from jsm@netbsd.org:Paul Janzen
static where appropriate, add a few comments, format a bit better, and deal with WEIGHT/CUMBER being zero (and not less).
2000-09-23drop adjectives in parse(), since they're never used.Paul Janzen
tidy a little. fix love() a bit. From conversations with jsm@netbsd.org: Add objflags[] to deal with plurals and a/an usage. Commas don't mean AND if followed by a verb. Check for object presence before trying to lift or eat it.
2000-09-21formatting; from NetBSDPaul Janzen
2000-07-03Finding bugs in battlestar is like shooting fish in a barrel.Paul Janzen
Don't overflow beenthere[]. Add "verbose" option. Fix spelling (including embedded hyphens in descriptions) and grammar. "Kill" will now use the laser if you have no cutting implements. Formatting. You can do more things to the bathing goddess. A little less guess-the-word. Occasionally better error messages, particularly with "all" when nothing applies. "kick door" no longer segfaults. Nor does "kill door". More bugs remain...
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-07-31spellingPaul Janzen
1998-09-13NetBSD merge, numerous patches from jsm28@cam.ac.uk, spelling fixes, andPaul Janzen
correct gid revoke.
1997-12-16Fix annoying warnings.Angelos D. Keromytis
1997-09-01Don't try to write to a NULL file pointer whne updating high score listTodd C. Miller
(happens if scores file is not writable).
1997-09-01Remove trailing spaces on lines, use sane pathname sizes, andTodd C. Miller
use warn instead of perror.
1997-08-24various linux-based patches; from linux people; sent by jsm@octomino.demon.co.ukTheo de Raadt
1997-06-30tagkstailey
1997-06-30fix highscorekstailey
1997-01-27Fallout from signal.h's inclusion of sys/time.h...Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt