summaryrefslogtreecommitdiffstats
path: root/games/rogue
Commit message (Collapse)AuthorAgeFilesLines
* 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