summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Second half of static-ization of local funcs.jwise2001-01-0412-42/+104
|
* G/C undocumented and unimplemented `-D' (debug) option.jwise2001-01-043-11/+6
|
* First half of static-ization of local funcs.jwise2001-01-049-40/+69
|
* De-`register'jwise2001-01-041-5/+5
|
* Fix getopt usage (again) in case where user does not choose a scenario onjwise2001-01-011-2/+5
| | | the command line.
* Missed commit -- ANSIfy in preparation for further work.jwise2001-01-011-27/+27
|
* Fix getopt() usage.jwise2001-01-011-3/+3
|
* ANSIfy in preparation for further work.jwise2001-01-0121-481/+328
|
* ${PRINTOBJDIR}ifysommerfeld2000-12-303-12/+11
|
* Another one that really belongs here...mycroft2000-12-171-0/+4
|
* Compress the other entries vertically.mycroft2000-12-171-31/+19
|
* Reformat one entry for vertical space.mycroft2000-12-171-34/+19
|
* Yes, it's about damn time fortune(6) got some new material.mycroft2000-12-171-0/+92
|
* CNN, BSD declare Bush winner.tsarna2000-12-141-1/+4
|
* Fix warning.jwise2000-11-301-3/+3
|
* Use random() instead of rand(), and seed from time(3) instead of from getpid().jwise2000-11-302-5/+5
|
* Change the macro to roll a six-sided die from die() to dieroll() (forjwise2000-11-308-33/+32
| | | obvious reasons of convention).
* ANSIfy in preparation for changes.jwise2000-11-301-99/+99
|
* Use getopt(3) for flag processing.jwise2000-11-301-5/+11
|
* Fix style nit.jwise2000-11-301-3/+3
|
* ANSIfy in preparation for other changes.jwise2000-11-301-6/+4
|
* Just print basename in usage string.soren2000-11-211-2/+2
|
* remove unnecessary command name after .Nmlukem2000-11-075-17/+17
|
* use lowercase with .Nm to match actual command namelukem2000-11-071-2/+2
|
* fix a bug in the call to srandom(): xor time() with getpid(), don't add them!mrg2000-10-311-3/+3
| | | | now fortune(6) run in an unending loop does not appear to show the same fortunes over and over and over.
* NetBSD will put hair on a UNIX admin's chesthubertf2000-10-091-0/+3
| | | -- Jason R. Fink
* Removed duplicate entry. Fixes FreeBSD PR/21629.mjl2000-09-291-3/+0
|
* In cypher(), don't attempt to make sense of words other than VERBs orjsm2000-09-255-12/+31
| | | | | | | | 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>.
* Add new flags OBJ_PERSON and OBJ_NONOBJ to the objflags array.jsm2000-09-252-12/+29
|
* Add OBJ_AN flag to objflags so as to use "a" or "an" appropriately injsm2000-09-254-30/+38
| | | | messages; avoids "a amulet", "a Elf". Define and use macros to use "a", "an", "the", "is", "are" appropriately. Partly based on OpenBSD.
* Remove excess blank lines. From OpenBSD.jsm2000-09-251-14/+2
|
* Fix loving already loved goddess; avoid fallthrough after lovingjsm2000-09-251-3/+10
| | | goddess; give error on "love amulet". From OpenBSD.
* Use defined constant FINAL instead of hardcoded 275. From OpenBSD.jsm2000-09-251-3/+3
|
* Fix logic error in use of n and wordnumber in murder() when usingjsm2000-09-251-7/+7
| | | laser. From OpenBSD.
* Discard any part of a line of input that goes beyond our buffer ratherjsm2000-09-241-2/+8
| | | than treating it as our next line of input. From OpenBSD.
* Give less cryptic messages than "-1%" when WEIGHT or CUMBER are zero.jsm2000-09-241-5/+17
|
* Add explicit no-ops to empty loops following the NetBSD style guide.jsm2000-09-244-14/+20
|
* Make hash table static in parse.c.jsm2000-09-243-11/+11
|
* Use NULL instead of 0 (from OpenBSD). Also add or adjust comments.jsm2000-09-241-18/+18
|
* Correct spelling "dont" to "don't". From OpenBSD.jsm2000-09-243-9/+9
|
* Make functions local to parse.c static.jsm2000-09-242-9/+10
|
* Give a better message for trying to eat things it doesn't make sensejsm2000-09-241-7/+11
| | | | | | to eat. For something eatable, check first whether you're holding it, then whether you have a knife, then whether you're stuffed (gives better message for "eat coconuts" when you don't have any). From OpenBSD.
* Clean up fly.c by making local variables and functions static andjsm2000-09-242-23/+23
| | | removing abs() macro.
* Prevent CUMBER from going negative; avoid division by zero if it isjsm2000-09-242-7/+14
| | | zero.
* Attempt to disambiguate BODY for kicking. Avoid crashing or nonsensejsm2000-09-241-30/+55
| | | messages on "kick door" and "kick man". From OpenBSD.
* Allow for bathing goddess in love(); give better message for a loverjsm2000-09-231-13/+24
| | | that isn't present and for certain choices of lover. From OpenBSD.
* Allow for the bathing goddess in ravage(). From OpenBSD.jsm2000-09-231-4/+8
|
* Use a lookup table to identify whether objects are plural or singular,jsm2000-09-235-26/+41
| | | | instead of testing the final character against 's' in each place. Avoids oddities about "pot of jewels" and "compass".
* Use ${COPY} instead of -c for ${INSTALL} commands.simonb2000-09-231-3/+3
|
* Correct descriptions of "marked" vs. "ignored" -- they were swapped.jhawk2000-09-231-4/+5
|