summaryrefslogtreecommitdiffstats
path: root/games/adventure
AgeCommit message (Expand)AuthorFilesLines
2021-01-27satisfy -fno-common by duplicating deck chairs as requiredderaadt2-39/+112
2017-06-23Remove unused confirm() and datime() functions.fcambus3-43/+3
2017-05-19Silence a whole slew of clang warnings by doing a no-op in the crazytb2-8/+8
2017-04-10Clean up disabled declaration in the text struct.fcambus1-4/+1
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw4-8/+8
2016-12-25gcc says "if you define labels and don't use them, I will whine."krw1-6/+6
2016-12-21Eliminate another 'calculated, not used' warning by nuking a spuriouskrw1-2/+2
2016-03-08Headers cleanup with and OK tb@mestre10-24/+26
2016-01-07Some basic code maintenance in games/tb2-5/+13
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre2-7/+6
2016-01-01don't declar main. from Michal Mazurektedu1-4/+1
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-11-30Straightforward pledge "stdio rpath wpath cpath" for adventure.tb1-1/+4
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt1-2/+2
2014-12-31adventure requires deterministic random for its internal datatedu3-7/+11
2014-12-08For now, these games still contain deterministic randomization (forderaadt5-13/+7
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2-7/+6
2014-09-08obvious cases of missing .An;schwarze1-4/+9
2014-07-13calling this "encryption" makes me cringe. "slightly obfuscated" is better.tedu5-22/+22
2013-08-22Correct format string mismatches turned up by -Wformat=2guenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt10-103/+10
2008-10-03Mask crcval in the right place, avoiding segfault during savesthen1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-02.Ar for arguments; from Igor Sobradojmc1-2/+2
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu3-11/+14
2004-07-09ansi; khalek@linuxgamers.netderaadt11-149/+119
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.aaron1-4/+4
2003-07-10add missing includesdavid3-6/+9
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert12-82/+34
2003-05-12NetBSD: remove redundant declpjanzen1-2/+2
2003-04-08Change remaining strcpy -> strlcpy; noticed by Theomillert1-3/+3
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needmillert6-50/+50
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt4-13/+13
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-4/+3
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-5/+1
2002-02-18someone should read compiler messages on the powerpcderaadt2-7/+10
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-75/+75
2001-09-03better usage message. From jsm@netbsd.org's NetBSD changes.pjanzen1-5/+7
2001-08-18Formattingpjanzen1-4/+3
2001-08-06Nothing but comments after #endif and #else; heko@iki.fipjanzen2-5/+5
2001-03-22Don't FLUSHLINE unnecessarilypjanzen1-5/+7
2001-03-22File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoidpjanzen1-5/+10
2001-02-17Use err() rather than errx() immediately after alloc failure.pjanzen2-8/+8
2001-02-04Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Youngpjanzen5-10/+14
1999-07-09- remove all trailing whitespaceaaron1-3/+3
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-11-29Minor changes from NetBSDpjanzen3-27/+17
1998-09-12check for malloc() failure; jsm28@cam.ac.ukpjanzen2-7/+15