summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Prototype atof() so that the -speed option works. Closes bin/733.asami1995-09-231-1/+4
| | | | Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
* Make morse(6) realling playing the characters on the speaker.joerg1995-08-273-76/+365
| | | | | | Minor additions by me, mostly taken from the suggestion in PR # bin/709. Submitted by: lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-1/+1
| | | | which is no longer bogusly installed in /usr/include.
* Add missing ospeed initializationache1995-08-041-1/+5
|
* Add missing ospeed settingache1995-08-041-0/+5
|
* Add missing entries to speedtableache1995-08-041-1/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-2511-24/+24
| | | | specified in the top level Makefiles.
* Change `install' to `${INSTALL}' as usual.bde1995-07-241-2/+2
| | | | Install the `built' files with flag ${COPY}.
* Use correct spelling of ``knew''.rgrimes1995-07-171-1/+1
| | | | Obtained from: netbsd-bugs@NetBSD.ORG, Peter Seebach <seebs@solon.com>
* Remove bogus references to /usr/ucb.bde1995-06-261-3/+1
|
* Remove trailing whitespace.rgrimes1995-05-30101-521/+521
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-0912-83/+83
|
* Add piano.jkh1995-04-281-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r8136,jkh1995-04-284-0/+243
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the piano program again, except this time in the right location.jkh1995-04-284-0/+243
| | | | | | | | Submitted by: Toshihiro Kanda <candy@kgc.co.jp>
* | If possible, pick up the caesar program inside in the compilation tree.phk1995-03-261-1/+1
| |
* | Create /usr/share/games/quiz.db via mtree and remove private mkdir commandrgrimes1995-03-181-3/+0
| | | | | | | | from Makefile.
* | Include <limits.h> to get LONG_MAX - don't depend on namespace pollutionbde1995-02-031-0/+1
| | | | | | | | in <time.h>.
* | Add missing "noflush" option from standard rogueache1995-01-043-6/+14
| |
* | gdc -> grdcache1994-12-052-6/+6
| |
* | gdc -> grdcache1994-12-041-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r4974,ache1994-12-043-0/+232
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Re-import with new name, old name conflicts with gatedache1994-12-043-0/+232
| |
* | Add bs/gdcache1994-12-031-2/+2
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r4922,ache1994-12-036-0/+1534
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| | * Move ncurses test here (also nice game)ache1994-12-033-0/+232
| | |
| * | Move ncurses test here (also nice game)ache1994-12-033-0/+1302
| | |
* | | Prevent core dump for rootache1994-12-031-8/+11
| | | | | | | | | | | | Obtained from: partially from 1.1.5.1
* | | Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, voidats1994-11-281-0/+1
| | | | | | | | | | | | that are created from a setup program to the CLEANFILES list.
* | | Add a -fwritable-strings to the CFLAGS. hack need it :-).ats1994-11-261-0/+1
| | |
* | | Make the "games" dist the hard way.phk1994-11-201-2/+0
| | |
* | | "distribute" games into their own distribution.phk1994-11-142-1/+3
| | | | | | | | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | | "dm" must be owned by "games" to do it's stunt.phk1994-11-081-0/+1
| | |
* | | Allow to save/restore files (was games user suid problem)ache1994-10-031-2/+12
| | |
* | | Close security hole: all games linked with dm started as suid binache1994-10-031-4/+4
| | |
* | | Change setup.c so that game files are generated into obj dir,swallace1994-09-193-17/+32
| | | | | | | | | | | | then Makefile installs into ${DESTDIR}/var/games/phantasia
* | | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-1118-25/+25
| | |
* | | Yow! Something highly bogus happened with the previous commit orjkh1994-09-113-4/+2
| | | | | | | | | | | | patch and I only just noticed. Fix things to include Makefile.inc correctly.
* | | More properly include ../../Makefile.inc from Makefiles.jkh1994-09-101-0/+4
| | | | | | | | | | | | | | | Reviewed by: jkh Submitted by: rgrimes
* | | How embarassing. I totally forgot to cvs add this thing. Thanks, Rod!jkh1994-09-091-0/+5
| | | | | | | | | | | | Submitted by: jkh
* | | Nuke monop - we don't need any grief from Parker Brothers on their copyrightedjkh1994-09-081-2/+2
| | | | | | | | | | | | | | | | | | and trademarked game. Reviewed by: jkh Submitted by: sef
* | | Remove the conditional mkdir of /var/games/phantasia - done by mtree now.jkh1994-09-081-3/+0
| | | | | | | | | | | | Submitted by: jkh
* | | Sigh. Ok, now that these have been uncovered by fixing the Makefile,jkh1994-09-082-1/+2
| | | | | | | | | | | | | | | make them work! :-) Just include ${X11BASE}/include in the CFLAGS, basically. Submitted by: jkh
* | | Gack - this was totally broken.jkh1994-09-081-1/+1
| | | | | | | | | | | | | | | Reviewed by: Submitted by:
* | | Add datfiles to SUBDIR for obj target too. "make install" wrote to thebde1994-09-081-1/+1
| | | | | | | | | | | | | | | source directory and failed when the source directory was nfs mounted. This was fixed in 1.1.5. Sigh.
* | | Make this work with missing dirs.jkh1994-09-081-0/+3
| | | | | | | | | | | | Submitted by: jkh
* | | Woo, naughty! It just occurred to me that this guy wasn't usingjkh1994-09-081-3/+3
| | | | | | | | | | | | | | | ${DESTDIR} - fixed. Submitted by: jkh
* | | More preventive medicine on making directories before installation.jkh1994-09-081-0/+3
| | | | | | | | | | | | Submitted by: jkh
* | | Nuke the ching port - it's highly bogus and I'm sure we can find anotherjkh1994-09-081-2/+2
| | | | | | | | | | | | | | | (better) one if we ever get overwhelmed by requests. Submitted by: jkh
* | | Fixup the .if exists() stuff I messed up the first time.jkh1994-09-081-1/+1
| | | | | | | | | | | | Submitted by: jkh
OpenPOWER on IntegriCloud