Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-23 | Remove another useless machine/endian.h include | Todd C. Miller | |
2001-01-23 | Don't include machine/endian.h, closes PR 1642 | Todd C. Miller | |
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen | |
version of gcc. | |||
2001-01-08 | Remove description of removed code. | Paul Janzen | |
2001-01-05 | correct incorrect correction; Paul Janzen <pjanzen@foatdi.harvard.edu> | Todd T. Fries | |
2001-01-04 | spelling; $OpenBSD$ | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | comment grammar | Todd T. Fries | |
2001-01-04 | grammar | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2000-12-21 | Eliminate tbl and groff warnings: ru@freebsd. | Paul Janzen | |
2000-12-21 | grammar and accuracy | Paul Janzen | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-09-26 | Improve handling of multiple commands on one line. Tidy fight parser. | Paul Janzen | |
Handle "all" in one place (almost). Add AUXVERB category and OBJ_PERSON/ OBJ_NONOBJ flags. Most was discussed with jsm@netbsd.org, and some is from him. | |||
2000-09-26 | No shell escape | Paul Janzen | |
2000-09-24 | hyphenate | Paul Janzen | |
2000-09-24 | numerous 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-23 | drop 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-23 | die() if stdin disappears, rather than just exiting; jsm@netbsd.org. | Paul Janzen | |
dump the end of the buffer if an input line was too long. | |||
2000-09-23 | off by one; jsm@netbsd.org | Paul Janzen | |
2000-09-21 | formatting; from NetBSD | Paul Janzen | |
2000-09-21 | Fix -W warnings and add room number comments; jsm@netbsd.org | Paul Janzen | |
2000-09-17 | Fewer segfaults ("take all and all", "wear wear"), better parsing | Paul Janzen | |
(e.g. disambiguation of "drop body"). Also, use "a" or "an" correctly, don't overflow the words array, and don't kick items you're wearing. | |||
2000-09-08 | bools should only be TRUE or FALSE. Negative numbers are right out. | Paul Janzen | |
2000-08-20 | correct Bloom County quote | Paul Janzen | |
2000-08-05 | Remove a little redundant and slightly wrong code | Paul Janzen | |
2000-08-05 | typo; cheddar@yakko.cs.wmich.edu | Theo de Raadt | |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-24 | Rename move() to moveplayer() to avoid clashing with curses; | Paul Janzen | |
from mycroft@netbsd.org | |||
2000-07-24 | printf() and %s pedantry, from itojun channelling kris@freebsd | Paul Janzen | |
2000-07-23 | Handle EOF on stdin. | Paul Janzen | |
2000-07-23 | curses.c is all ifdef'ed out, so there's no reason to compile it. | Paul Janzen | |
2000-07-23 | oops | Paul Janzen | |
2000-07-23 | Die more cleanly if stdin can't be read from. | Paul Janzen | |
2000-07-23 | Code cleanups (some from NetBSD), typo fix. | Paul Janzen | |
Don't barf if stdin hits EOF. Install cfscores in /var/games if one isn't already there. | |||
2000-07-23 | Avoid calling functions that can call the exit-on-error handler from the | Paul Janzen | |
handler; use STD*_FILENO rather than 0-2. | |||
2000-07-05 | nanosleep() no longer returns early | Paul Janzen | |
2000-07-03 | Remove duplicate and correct original: Anton Berezin <tobez@tobez.org> | Paul Janzen | |
and Martin J. Laubach <mjl@netbsd.org> | |||
2000-07-03 | A little more select() reinitialization. | Paul Janzen | |
2000-07-03 | Finding 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... | |||
2000-06-30 | re-initialize timeout before each invocation of select() | Paul Janzen | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-29 | Prune some obsolete defines, in particular VT100. Eventually curses will | Paul Janzen | |
replace termios. Use system-defined limits for path lengths and usernames. Use strlcpy() for convenience and to avoid a possible buffer overflow or two. Various small tweaks. | |||
2000-06-29 | use SEEK_SET; improve an error message. | Paul Janzen | |
2000-06-29 | use errx(), tabify, and add -o option for original, old dodecahedron play. | Paul Janzen | |
(Last feature requested vehemently by Darren Leigh.) | |||
2000-04-25 | Missing MLINKS | Marc Espie | |
2000-04-21 | documentation: refer to terminfo, not termcap, where appropriate. | Paul Janzen | |
2000-04-11 | tidying, accuracy, and duplicate removal | Paul Janzen | |
2000-04-11 | the the; some occurrences found by soren@NetBSD.org | Paul Janzen | |