summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-13Don't barf on ^D during initial questionsPaul Janzen
1999-06-10Fix a couple typos and remove a few duplications while I'm at it.Paul Janzen
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).
1999-05-30Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-05-30use standard isalpha() and isdigit(); check that screen is big enough;Paul Janzen
correct a typo, and fix up some man page paths.
1999-05-26Tweak for egcs -fwrite-strings oddityMarc Espie
1999-05-26need string.hTheo de Raadt
1999-05-24your -> you're; d@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-20bcd, morse, and ppt are not playable games and so don't need to be runPaul Janzen
via dm.
1999-04-20jsm28@cam.ac.uk: place cursor on player, not one over.Paul Janzen
1999-04-20Don't allow guessed letters to wrap; closes PR800. Based on fix fromPaul Janzen
krw@tcn.net. Also, check to make sure the screen is big enough.
1999-04-20Spelling and accuracyPaul Janzen
1999-03-27Fix rev 1.4Paul Janzen
1999-03-27use const where appropriate; jsm28@cam.ac.ukPaul Janzen
1999-03-27Disable the log file by default (logging, as opposed to scoring, should bePaul Janzen
done through dm).
1999-03-27Changes from FreeBSD: install score files, use random(), and be more carefulPaul Janzen
on exec.
1999-03-26Buffer overflow fix (from FreeBSD)Paul Janzen
1999-03-26fix sizeof/strlen typo and limit scanf length; from FreeBSDPaul Janzen
1999-03-22Many fixes, most either from or based on NetBSD changes:Paul Janzen
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks.
1999-03-22use M_PIPaul Janzen
1999-03-22cosmetic changes from soren@t.dkPaul Janzen
1999-03-22More accurate man page; more informative logging; use random() instead ofPaul Janzen
old internal routine (seems to minimize instant death on re-entry).
1999-03-21-lcurses, not termcap/termlibPaul Janzen
1999-03-20Add some .El 's at the end of lists. From NetBSDPaul Janzen
1999-03-20typoPaul Janzen
1999-03-14Access control works now; also, some minor tidying and man page fixes.Paul Janzen
1999-03-13Fix a few bugs (e.g. snake used to miss turns); use usleep() so displayPaul Janzen
speed is correct on xterms; put snscore functionality inside snake and make snscore a symbolic link (to be phased out); clean up formatting; install score file properly; disable the log file by default (logging should be done through dm).
1999-03-12Bats shouldn't fall into pits.Paul Janzen
1999-03-12Correct documentation, remove useless code, remove duplicate documentation,Paul Janzen
don't compile with xTRACE defined, and trim things.
1999-03-10spellingPaul Janzen
1999-02-12kill old mips compiler hack; simonb@netbsdTheo de Raadt
1999-02-01enable huntDavid Leonard
1999-02-01avoid denial of service attacks on server port; extra conf vars; fix ottoDavid Leonard
1999-01-29major changes: security, curses, configDavid Leonard
1999-01-24disable hunt until all its security problems have been fixedDavid Leonard
1999-01-21enable huntDavid Leonard
1999-01-21identDavid Leonard
1999-01-21ident for OpenBSDDavid Leonard
mandoc-ify manual pages use -locurses
1999-01-21hunt (from NetBSD)David Leonard
1999-01-18Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-01-18Whoops, this should be in there tooPaul Janzen
1999-01-18NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game stillPaul Janzen
needs much more work.
1999-01-08Fix a display bug that popped up in the termcap/curses switchover.Paul Janzen
1999-01-01typoTodd C. Miller
1998-12-31Add ${PIPE}; evanc@concer.toTodd C. Miller
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-12-13document new -d option for morsePaul Janzen