aboutsummaryrefslogtreecommitdiff
path: root/games/atc
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2125-4008/+0
| | | | Notes: svn path=/head/; revision=105614
* It is not clear if "#endif FOO" is allowed by ANSI.David E. O'Brien2002-05-083-3/+3
| | | | | | | Gcc 3.1 complains loudly, so don't do it. Notes: svn path=/head/; revision=96231
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Install files via FILES.Ruslan Ermilov2001-12-171-4/+3
| | | | Notes: svn path=/head/; revision=88058
* Remove whitespace at EOL.Dima Dorfman2001-07-151-47/+47
| | | | Notes: svn path=/head/; revision=79754
* Eliminate troff(1) warnings.Ruslan Ermilov2001-07-121-6/+8
| | | | Notes: svn path=/head/; revision=79626
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* Games ownership cleanup.Ruslan Ermilov2001-06-131-2/+2
| | | | | | | Urged by: bde Notes: svn path=/head/; revision=78174
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65912
* Change RETTOKEN from '\n' to '\r'; it didn't work under some or allMatthew Hunt2000-02-271-1/+1
| | | | | | | | terminals before. This change tested on FreeBSD syscons, XFree86 xterm, and Solaris xterm. Notes: svn path=/head/; revision=57543
* Install the game files mode 444, so atc(6) can load them.Matthew Hunt2000-02-251-1/+2
| | | | | | | Little interest shown by: jkh Notes: svn path=/head/; revision=57478
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-308-3/+33
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-161-1/+1
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
| | | | Notes: svn path=/head/; revision=53209
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-4/+4
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48793
* Round two of MetBSD games merges.Steve Price1999-05-034-27/+72
| | | | | | | Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=46351
* Forgot to remove these files with the NetBSD games cleanups.Steve Price1999-04-201-5/+0
| | | | Notes: svn path=/head/; revision=45877
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-199-56/+73
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Fix discrepancy between sources and manual page for the 'c' command.Joseph Koshy1998-07-201-11/+1
| | | | | | | PR: docs/6003 Notes: svn path=/head/; revision=37764
* Fixed printf format errors.Bruce Evans1998-06-301-2/+1
| | | | Notes: svn path=/head/; revision=37309
* Fixed the type of yyerror() (1970's style).Bruce Evans1998-06-301-0/+1
| | | | Notes: svn path=/head/; revision=37306
* Add #include string.h to get prototypes.John Birrell1998-05-094-0/+4
| | | | Notes: svn path=/head/; revision=35860
* Add #include stdlib.h to get prototypes.John Birrell1998-05-091-0/+1
| | | | Notes: svn path=/head/; revision=35859
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-051-1/+1
| | | | | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. Notes: svn path=/head/; revision=35745
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-2/+1
| | | | Notes: svn path=/head/; revision=35708
* Fix turn rightAndrey A. Chernov1997-09-241-2/+2
| | | | | | | Submitted by: "Klaus-J. Wolf" <Yanestra@t-online.de> Notes: svn path=/head/; revision=29835
* Oops, miss one rand() lcation...Andrey A. Chernov1997-09-241-1/+1
| | | | Notes: svn path=/head/; revision=29834
* Revoke properly by setgid, not by setuid, overlooked in gamesAndrey A. Chernov1997-09-241-2/+5
| | | | | | | uid->gid change Notes: svn path=/head/; revision=29825
* Installed scenarios was unreadable with change games uid->gid, fix itAndrey A. Chernov1997-09-244-15/+13
| | | | | | | | | | Beforeinstall score file to the right place Use srandomdev Remove revoke, it broke scores and scenarios Fix names in FILES manpage section Notes: svn path=/head/; revision=29761
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* 444 -> ${NOBINMODE}Wolfram Schneider1997-02-091-1/+1
| | | | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} Notes: svn path=/head/; revision=22449
* Fixed DPADD.Bruce Evans1996-09-051-1/+1
| | | | Notes: svn path=/head/; revision=18050
* Backed out yacc changes.Bruce Evans1996-06-032-3/+3
| | | | Notes: svn path=/head/; revision=16082
* Use new yacc rule.Poul-Henning Kamp1996-05-302-3/+3
| | | | Notes: svn path=/head/; revision=16014
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-41/+41
| | | | Notes: svn path=/head/; revision=8856
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0426-0/+3917
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490