aboutsummaryrefslogtreecommitdiff
path: root/games/rogue
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2129-12606/+0
| | | | Notes: svn path=/head/; revision=105614
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Slightly improve wording in the opening paragraph.Dima Dorfman2001-10-141-1/+1
| | | | | | | | PR: 31202 Submitted by: Jasmin Blanchette <jasmin@troll.no> Notes: svn path=/head/; revision=84944
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* When a game ends that makes the top 10, the function insert_score inPoul-Henning Kamp2001-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 Notes: svn path=/head/; revision=77067
* - 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
* Correct typo.Greg Lehey2001-02-151-1/+2
| | | | | | | | | | | Submitted by: "James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway). Of necessity add $FreeBSD$. Required by: Precommit checks. Notes: svn path=/head/; revision=72507
* mdoc(7) police: fixed a few bogons.Ruslan Ermilov2001-01-251-12/+12
| | | | Notes: svn path=/head/; revision=71641
* man(7) -> mdoc(7)Alexey Zelkin2001-01-251-62/+63
| | | | Notes: svn path=/head/; revision=71630
* Remove never used home-born implementation of curses library from sourceAlexey Zelkin2001-01-254-846/+5
| | | | | | | tree. Notes: svn path=/head/; revision=71628
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+2
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65912
* Fixed bitrot in DPADD.Bruce Evans2000-07-191-1/+1
| | | | Notes: svn path=/head/; revision=63535
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=62868
* -lcompat doesn't seem to be needed anymore.Ollivier Robert2000-07-031-1/+1
| | | | | | | MFC candidate (compile fine on 5.0 and 4.0-STABLE). Notes: svn path=/head/; revision=62442
* 1. Don't overwrite scorefiles if they already exist.Bill Fumerola1999-12-101-0/+3
| | | | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. Notes: svn path=/head/; revision=54416
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-3023-23/+93
| | | | Notes: svn path=/head/; revision=53920
* Fix breakage in previous commit.Marcel Moolenaar1999-11-167-19/+19
| | | | Notes: svn path=/head/; revision=53216
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1611-50/+50
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1611-0/+22
| | | | Notes: svn path=/head/; revision=53209
* $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
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-1920-94/+118
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37309
* Change long variables to time_t if they are passed to time() or localtime()John Birrell1998-05-091-3/+3
| | | | | | | be reference. Notes: svn path=/head/; revision=35880
* Fix longstanding bug: it was impossible to save to the same file twiceAndrey A. Chernov1997-09-241-2/+5
| | | | | | | since it was deleted on exit. Notes: svn path=/head/; revision=29821
* Fix revoke to use setgid instead of setuid,since games uid changed toAndrey A. Chernov1997-09-241-2/+4
| | | | | | | gid and this place overlooked Notes: svn path=/head/; revision=29820
* Revoke privs before shell exitAndrey A. Chernov1997-09-244-14/+16
| | | | | | | | | | Includes cleanup Use getlogin() Fix names in FILES section Convert to random() Notes: svn path=/head/; revision=29819
* Install empty rogue.scores file to prevent it owned byAndrey A. Chernov1997-09-241-0/+4
| | | | | | | first user who run rogue Notes: svn path=/head/; revision=29755
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-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> Notes: svn path=/head/; revision=29573
* If not on a tty, don't do "--more--" processing. Someday, I will getJordan K. Hubbard1996-11-071-0/+2
| | | | | | | rogomatic to work with this version. :) Notes: svn path=/head/; revision=19494
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-12/+12
| | | | Notes: svn path=/head/; revision=8856
* Add missing "noflush" option from standard rogueAndrey A. Chernov1995-01-043-6/+14
| | | | Notes: svn path=/head/; revision=5376
* Allow to save/restore files (was games user suid problem)Andrey A. Chernov1994-10-031-2/+12
| | | | Notes: svn path=/head/; revision=3339
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-2/+2
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490