summaryrefslogtreecommitdiff
path: root/games/rogue
AgeCommit message (Collapse)Author
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-12From NetBSD: remove more duplicate declarations.Paul Janzen
2003-05-11Remove duplicate prototype.Paul Janzen
2003-04-27strcpy -> strlcpyThierry Deval
2003-04-23some typos, and clarification of game rules;Jason McIntyre
help, suggestions and ok pjanzen@
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2003-03-11double words and spelling fixesDavid Krause
ok pjanzen@
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
ok millert@, rogue ok pjanzen@
2002-07-26A few better buffer sizes (from Ian McWilliam, long ago); functions localPaul Janzen
to save.c are no longer in rogue.h; use write() to save files rather than fwrite() since this can end up being called in a signal handler (it's still not clean though).
2002-07-26indentPaul Janzen
2002-07-26We're in curses, so use getch() rather than getchar().Paul Janzen
2002-07-18- string handling patch from David Holland, minimally modified. HighlightsPaul Janzen
are fewer magic constants, sprintf->snprintf, and better scorefile handling. Also, won't hang if forking a subshell fails. - a few needless functions have been trimmed, and a few extra defaults have been added to a few switches, just in case.
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-18FormattingPaul Janzen
2001-08-17'y' and 'Y' both mean yes.Paul Janzen
2001-08-12WhoopsPaul Janzen
2001-08-12make get_input_line more general (only affects wizard mode)Paul Janzen
make special attacks a bit less likely in wizard mode remove declarations of a few nonexistant functions
2001-08-10Minor -WallPaul Janzen
2001-08-10Remove local curses implementation which was never used.Paul Janzen
2001-08-08Pasto found by jhar2gthr@yahoo.com in FreeBSDPaul Janzen
2001-08-08FreeBSD PR 13278: killed by fire corrupts score file; from Mark W. KrentelPaul Janzen
<krentel@dreamscape.com>
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2000-07-24printf() and %s pedantry, from itojun channelling kris@freebsdPaul Janzen
2000-07-23Handle EOF on stdin.Paul Janzen
2000-07-23curses.c is all ifdef'ed out, so there's no reason to compile it.Paul Janzen
2000-04-07typoPaul Janzen
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-05-26Tweak for egcs -fwrite-strings oddityMarc Espie
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-09-16Make sure malloc() succeedsPaul Janzen
1998-08-22More largely NetBSD-inspired code cleanupPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-07-23tabifykstailey
1997-04-10their is -> there iskstailey
1997-04-09the theTheo de Raadt
1996-12-29Fix typoThorsten Lockert
1996-12-21Deal correctly with being SGIDThorsten Lockert
1996-10-28Safe $HOME handling.Todd C. Miller
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate