summaryrefslogtreecommitdiff
path: root/games/rogue
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
tweaked by mickey/krw ok deraadt
2006-03-08Ansify; from Alexey Dobriyan; hope the license gets cleared up, so weOtto Moerbeek
can include this in the build again.
2006-03-07Fix prototype of is_digit(). From Alexey Dobriyan.Otto Moerbeek
2006-03-06open(2) returns -1 on error, not NULLHenning Brauer
From: Alexey Dobriyan <adobriyan@gmail.com>
2006-03-06fixes from adobriyan@gmailTheo de Raadt
2004-02-20uppercase CRT;Jason McIntyre
2004-01-21make rogue const-correct, and fix one write-strings issue.Marc Espie
ok miod@
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