summaryrefslogtreecommitdiffstats
path: root/games/rogue
Commit message (Collapse)AuthorAgeFilesLines
* Slightly improve wording in the opening paragraph.dd2001-10-141-1/+1
| | | | | PR: 31202 Submitted by: Jasmin Blanchette <jasmin@troll.no>
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* When a game ends that makes the top 10, the function insert_score inphk2001-05-231-1/+1
| | | | | | | | | | score.c is called to make the new score file. But the case for KFIRE (killed by fire) incorrectly uses strcpy instead of strcat (all the other cases use strcat). This puts the string in the wrong place and corrupts the score file. PR: 13278 Submitted by: Mark W. Krentel krentel@dreamscape.com
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* Correct typo.grog2001-02-151-1/+2
| | | | | | | | Submitted by: "James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway). Of necessity add $FreeBSD$. Required by: Precommit checks.
* mdoc(7) police: fixed a few bogons.ru2001-01-251-12/+12
|
* man(7) -> mdoc(7)phantom2001-01-251-62/+63
|
* Remove never used home-born implementation of curses library from sourcephantom2001-01-254-846/+5
| | | | tree.
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+2
| | | | <time.h>).
* Remove unneded -ltermcap or -lmytinfoache2000-09-161-2/+2
|
* Fixed bitrot in DPADD.bde2000-07-191-1/+1
|
* Don't call printf with no format string.kris2000-07-101-1/+1
|
* -lcompat doesn't seem to be needed anymore.roberto2000-07-031-1/+1
| | | | MFC candidate (compile fine on 5.0 and 4.0-STABLE).
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-0/+3
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* copyright/sccsid/rcsid cleanup.billf1999-11-3023-23/+93
|
* Fix breakage in previous commit.marcel1999-11-167-19/+19
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-1611-50/+50
|
* Add $FreeBSD$billf1999-11-1611-0/+22
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Merge a bunch of cleanups from NetBSD.steve1999-04-1920-94/+118
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Fixed printf format errors.bde1998-06-301-1/+1
|
* Change long variables to time_t if they are passed to time() or localtime()jb1998-05-091-3/+3
| | | | be reference.
* Fix longstanding bug: it was impossible to save to the same file twiceache1997-09-241-2/+5
| | | | since it was deleted on exit.
* Fix revoke to use setgid instead of setuid,since games uid changed toache1997-09-241-2/+4
| | | | gid and this place overlooked
* Revoke privs before shell exitache1997-09-244-14/+16
| | | | | | | Includes cleanup Use getlogin() Fix names in FILES section Convert to random()
* Install empty rogue.scores file to prevent it owned byache1997-09-241-0/+4
| | | | first user who run rogue
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* If not on a tty, don't do "--more--" processing. Someday, I will getjkh1996-11-071-0/+2
| | | | rogomatic to work with this version. :)
* Remove trailing whitespace.rgrimes1995-05-306-12/+12
|
* Add missing "noflush" option from standard rogueache1995-01-043-6/+14
|
* Allow to save/restore files (was games user suid problem)ache1994-10-031-2/+12
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-2/+2
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0430-0/+13292
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
OpenPOWER on IntegriCloud