summaryrefslogtreecommitdiff
path: root/games/adventure
AgeCommit message (Expand)Author
2017-06-23Remove unused confirm() and datime() functions.Frederic Cambus
2017-05-19Silence a whole slew of clang warnings by doing a no-op in the crazyTheo Buehler
2017-04-10Clean up disabled declaration in the text struct.Frederic Cambus
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-21Eliminate another 'calculated, not used' warning by nuking a spuriousKenneth R Westerback
2016-03-08Headers cleanup with and OK tb@mestre
2016-01-07Some basic code maintenance in games/tb
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2016-01-01don't declar main. from Michal MazurekTed Unangst
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-11-30Straightforward pledge "stdio rpath wpath cpath" for adventure.tb
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
2014-12-08For now, these games still contain deterministic randomization (forTheo de Raadt
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-07-13calling this "encryption" makes me cringe. "slightly obfuscated" is better.Ted Unangst
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-03Mask crcval in the right place, avoiding segfault during saveStuart Henderson
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02.Ar for arguments; from Igor SobradoJason McIntyre
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.Aaron Campbell
2003-07-10add missing includesDavid Krause
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12NetBSD: remove redundant declPaul Janzen
2003-04-08Change remaining strcpy -> strlcpy; noticed by TheoTodd C. Miller
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needTodd C. Miller
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18someone should read compiler messages on the powerpcTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-03better usage message. From jsm@netbsd.org's NetBSD changes.Paul Janzen
2001-08-18FormattingPaul Janzen
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-03-22Don't FLUSHLINE unnecessarilyPaul Janzen
2001-03-22File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoidPaul Janzen
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
2001-02-04Remove -traditional-cpp and do some -Wall cleanups; from Chris K. YoungPaul Janzen
1999-07-09- remove all trailing whitespaceAaron Campbell
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Minor changes from NetBSDPaul Janzen
1998-09-12check for malloc() failure; jsm28@cam.ac.ukPaul Janzen
1998-09-02More changes from jsm28@cam.ac.ukPaul Janzen