summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.grog2000-03-091-1/+1
|
* Change RETTOKEN from '\n' to '\r'; it didn't work under some or allmph2000-02-271-1/+1
| | | | | terminals before. This change tested on FreeBSD syscons, XFree86 xterm, and Solaris xterm.
* Add an eleventh-hour gimick... But since it's only in `games' andjoerg2000-02-272-19/+179
| | | | | | | | | | | | | | | | | | | | | Jordan OK'ed it, i think it's a nice one for those who need it. I once mentioned in Usenet that i've hacked morse(6) so it can control an external device like a tone generator or even a ham radio transceiver, so you could actually use that `game' for really transmitting morse code through the air. A couple of people then bugged be to send them my hack (which it was by that time). So i've now finally found some hours to clean it up (like freaking out with the transmitter no longer keyed in case someone ^c's out of the program...), and to write the man page addition. While i was at it, i also cleaned up some minor nits in Lyndon's /dev/speaker code, mainly #ifdef related stuff like handling getopt() if SPEAKER is not defined etc. enjoy & 73 Approved by: jkh, the restless...
* Install the game files mode 444, so atc(6) can load them.mph2000-02-251-1/+2
| | | | Little interest shown by: jkh
* Fix grammar error (repeated word).`billf2000-02-211-1/+1
| | | | | PR: bin/16810 Submitted by: Will Andrews <andrews@technologist.com>
* The people frobbing this file seem constitutionally unable to do sojkh2000-02-151-1/+1
| | | | | without breaking it. Use ${.CURDIR} properly so that beforeinstall target will actually work in the presence of an obj dir.
* - Properly indent $FreeBSD$chris2000-02-151-2/+1
| | | | | | | - Remove NOOBJ to repair read-only building. Submitted by: bde Approved by: jkh
* - Fix the Makefile so it installs the manual page (properly).chris2000-02-121-3/+1
| | | | | | | - Use ``beforeinstall'' rather than install for the custom installation target used to install the shell script. Approved by: jkh
* Add a manual page for wargames(6).chris2000-02-122-0/+54
| | | | | Obtained from: NetBSD Approved by: jkh
* Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).billf1999-12-251-1/+1
| | | | As wpaul notes, I was trying to fix something that wasn't broke.
* Use tr(1) instead of caesar(6) to perform the rotation. This removesmarcel1999-12-231-2/+1
| | | | | | | | the dependency on caesar which therefore doesn't need to be built by bootstrap-tools. Suggested by: des Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Add the "3 syncs" fortune Jordan has been posting in Usenet years ago.joerg1999-12-221-0/+6
| | | | Found by: Thomas Gellekum <tg@melaten.rwth-aachen.de>
* -Wall fixes.billf1999-12-1911-173/+300
| | | | XXX: This code is sick, and so are some of the "fixes".
* -Wall fixes.billf1999-12-151-105/+104
|
* -Wall fixes.billf1999-12-122-4/+101
|
* -Wall fixes.billf1999-12-121-4/+21
|
* -Wall fixes.billf1999-12-122-3/+4
|
* -Wall fixes.billf1999-12-1213-89/+104
|
* -Wall fixes.billf1999-12-122-5/+4
|
* -Wall fixes.billf1999-12-124-6/+6
|
* -Wall cleanup.billf1999-12-122-4/+6
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-1010-3/+39
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* -Wall cleanup.billf1999-12-101-1/+34
|
* -Wall fixes.billf1999-12-1010-7/+30
|
* -Wall fixes.billf1999-12-101-4/+22
|
* -Wall cleanup / variable correctness.billf1999-12-071-19/+23
| | | | Reviewed by: green
* Change ``.Dq Fl o'' to ``.Dq -o''chris1999-12-071-1/+1
|
* -Wall cleanup.billf1999-12-073-18/+88
| | | | | XXX: The signal handling "fix" for worm(6) is wrong. However, the functions themselves are wrong as well: See sigaction(2).
* - Fix a typo and add a missing file.chris1999-12-061-4/+14
| | | | | | | PR: docs/15286 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org> - Use .Dq where it should be. (This was done by me.)
* Add Matt Fuller's comment about long-standing x86 bug that allows youwes1999-12-021-0/+4
| | | | to install Windows.
* copyright/sccsid/rcsid cleanup.billf1999-11-30229-355/+944
|
* Brucify last commit:grog1999-11-291-3/+3
| | | | | | | - Use consistent capitalization. - Subjects and verbs now agree. Pointed-out-by: sheldonh
* Added definition of 'brucify'.wes1999-11-281-0/+11
| | | | | Submitted by: Eivind Eklund Suggested by: Brian Somers
* Minor typo nit. Also, remove the redundant entry from fortunes2.wes1999-11-272-9/+1
| | | | | PR: bin/14239 Submitted by: Doug Barton <Doug@gorean.org>
* Don't coredump if can't write to the scorefile.joerg1999-11-251-1/+8
|
* Fix breakage in previous commit.marcel1999-11-169-17/+17
|
* Fix breakage in previous commit.marcel1999-11-167-19/+19
|
* Fix breakage by previous commit.marcel1999-11-161-1/+1
|
* Fix breage by previous commitmarcel1999-11-161-1/+1
|
* Add type int to those variables without a type. This is caused by themarcel1999-11-1636-135/+135
| | | | | frequent use of ``register var'' instead of ``register int var'' and the removal of the register hint in the previous commit.
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-16242-2011/+2006
|
* Add $FreeBSD$billf1999-11-16241-0/+416
|
* Curchill --> Churchilljoe1999-11-161-2/+2
| | | | | | | | | | | The submitter also posted a change to 'fortunes.sp.ok', but it looks like this file is no longer needed in our version so I've left the typo in the file. (It also doesn't have a $FreeBSD$ tag, and I couldn't easily find in the code whether it will allow comments within it or not.) PR: 14832 Submitted by: mfisher@parsons.rh.rit.edu
* *blush* Instead of undoing my own change, i clobbered dcs's rev 1.21joerg1999-11-051-1/+1
| | | | | | change. I'll never touch this again...
* Back out rev 1.21. bde and dcs convinced me that all this is messed upjoerg1999-11-051-1/+1
| | | | | | anyway, and there can't be any solution that will universally work in any case (make world, cross-compilation, simple `make' without `make world' after incompatible options have been added to strfile, ...)
* Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since itdcs1999-11-041-1/+1
| | | | | | | | | | | | breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file.
* Reverse the way $PATH is extended, so if the person building that areajoerg1999-11-021-1/+1
| | | | | | has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an option that the newly built one inside /usr/obj would grok, the build process would be able to complete.
* Add $FreeBSD$billf1999-10-311-1/+2
| | | | 'if gets laid once' -> 'it gets laid once'
* Remove my completely un-funny IRC fortune.chris1999-10-291-2/+0
| | | | Reviewed by: jkh
* Self-contradicting commit.des1999-10-281-0/+4
|
OpenPOWER on IntegriCloud