Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Joseph Myers <jsm@netbsd.org>
List: source-changes
Date: 09/25/2000 22:37:59
Module Name:	basesrc
Committed By:	jsm
Date:		Mon Sep 25 19:37:59 UTC 2000

Modified Files:
	basesrc/games/battlestar: com2.c com4.c cypher.c extern.h words.c

Log Message:
In cypher(), don't attempt to make sense of words other than VERBs or
KNIFE when a verb is required.  Add AUXVERB for "make", "move",
"climb" (as in "make love", "climb up") and ignore AUXVERB as a verb,
going on to the next word, instead of treating these words as
adjectives.  When creating new verbs from "put on", "put down", "take
off", mark them as type VERB.  Mostly from Paul Janzen
<pjanzen@foatdi.harvard.edu>.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/games/battlestar/com2.c \
    basesrc/games/battlestar/cypher.c
cvs rdiff -r1.18 -r1.19 basesrc/games/battlestar/com4.c
cvs rdiff -r1.27 -r1.28 basesrc/games/battlestar/extern.h
cvs rdiff -r1.9 -r1.10 basesrc/games/battlestar/words.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.