summaryrefslogtreecommitdiff
path: root/games/battlestar
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-26Grammar fixes, from jmc@openbsd.wiz
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26New sentences begin on new lines.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-04Convert old deprecated curses call to new equivalent.blymn
2001-10-19Rename com#.c to command#.c to avoid conflicts with those file basenamestv
2001-06-19`existent', not `existant'wiz
2001-06-02don't deref -1.christos
2001-04-02Whitespace and/or punctuation fixes.wiz
2000-09-25In cypher(), don't attempt to make sense of words other than VERBs orjsm
2000-09-25Add new flags OBJ_PERSON and OBJ_NONOBJ to the objflags array.jsm
2000-09-25Add OBJ_AN flag to objflags so as to use "a" or "an" appropriately injsm
2000-09-25Remove excess blank lines. From OpenBSD.jsm
2000-09-25Fix loving already loved goddess; avoid fallthrough after lovingjsm
2000-09-25Use defined constant FINAL instead of hardcoded 275. From OpenBSD.jsm
2000-09-25Fix logic error in use of n and wordnumber in murder() when usingjsm
2000-09-24Discard any part of a line of input that goes beyond our buffer ratherjsm
2000-09-24Give less cryptic messages than "-1%" when WEIGHT or CUMBER are zero.jsm
2000-09-24Add explicit no-ops to empty loops following the NetBSD style guide.jsm
2000-09-24Make hash table static in parse.c.jsm
2000-09-24Use NULL instead of 0 (from OpenBSD). Also add or adjust comments.jsm
2000-09-24Correct spelling "dont" to "don't". From OpenBSD.jsm
2000-09-24Make functions local to parse.c static.jsm
2000-09-24Give a better message for trying to eat things it doesn't make sensejsm
2000-09-24Clean up fly.c by making local variables and functions static andjsm
2000-09-24Prevent CUMBER from going negative; avoid division by zero if it isjsm
2000-09-24Attempt to disambiguate BODY for kicking. Avoid crashing or nonsensejsm
2000-09-23Allow for bathing goddess in love(); give better message for a loverjsm
2000-09-23Allow for the bathing goddess in ravage(). From OpenBSD.jsm
2000-09-23Use a lookup table to identify whether objects are plural or singular,jsm
2000-09-22Don't say "Kicked." of an object not present; give sensible messages.jsm
2000-09-22Check for an object being taken not being there before checking forjsm
2000-09-22Give appropriate messages (rather than saying nothing) if an verb isjsm
2000-09-22Remove all adjectives in parse(), since they are nowhere used. Fixesjsm
2000-09-22Give an appropriate error on "kill all" rather than a crash orjsm
2000-09-21Various improvements to parsing in battlestar, mostly from OpenBSD.jsm
2000-09-21Don't try to wear anything that isn't OBJECT or NOUNS. Don't try tojsm
2000-09-21If no hand-to-hand weapons are available, try using the laser to killjsm
2000-09-21die() on EOF; based on OpenBSD.jsm
2000-09-21From OpenBSD: in kiss(), "take" the bathing goddess if required, andjsm
2000-09-18Add missing initialisers (avoid gcc -W warnings) and comments givingjsm
2000-09-17Clean up formatting; partly from OpenBSD.jsm
2000-09-17Patches from OpenBSD: add verbs "open"/"unlock" (essentially a no-op),jsm
2000-09-10Based on OpenBSD: spelling, punctuation, grammar and line lengthjsm
2000-09-10Wording, punctuation and line length improvements. Also adjust testjsm
2000-09-09Make spacing nicer and add explicit NULL initializers.jsm
2000-09-09Store copy of username with strdup rather than using a fixed lengthjsm
2000-09-09Put prototypes in alphabetical order.jsm
2000-09-08Spelling and punctuation corrections or improvements from OpenBSD.jsm