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