summaryrefslogtreecommitdiffstats
path: root/games/adventure (follow)
Commit message (Expand)AuthorAgeFilesLines
* satisfy -fno-common by duplicating deck chairs as requiredderaadt2021-01-272-39/+112
* Remove unused confirm() and datime() functions.fcambus2017-06-233-43/+3
* Silence a whole slew of clang warnings by doing a no-op in the crazytb2017-05-192-8/+8
* Clean up disabled declaration in the text struct.fcambus2017-04-101-4/+1
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-214-8/+8
* gcc says "if you define labels and don't use them, I will whine."krw2016-12-251-6/+6
* Eliminate another 'calculated, not used' warning by nuking a spuriouskrw2016-12-211-2/+2
* Headers cleanup with and OK tb@mestre2016-03-0810-24/+26
* Some basic code maintenance in games/tb2016-01-072-5/+13
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-032-7/+6
* don't declar main. from Michal Mazurektedu2016-01-011-4/+1
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* Straightforward pledge "stdio rpath wpath cpath" for adventure.tb2015-11-301-1/+4
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-221-2/+2
* adventure requires deterministic random for its internal datatedu2014-12-313-7/+11
* For now, these games still contain deterministic randomization (forderaadt2014-12-085-13/+7
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-162-7/+6
* obvious cases of missing .An;schwarze2014-09-081-4/+9
* calling this "encryption" makes me cringe. "slightly obfuscated" is better.tedu2014-07-135-22/+22
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2710-103/+10
* Mask crcval in the right place, avoiding segfault during savesthen2008-10-031-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* .Ar for arguments; from Igor Sobradojmc2007-04-021-2/+2
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-273-11/+14
* ansi; khalek@linuxgamers.netderaadt2004-07-0911-149/+119
* Fix a couple obvious off-by-one writes. No objections from anyone.aaron2003-09-251-4/+4
* add missing includesdavid2003-07-103-6/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0312-82/+34
* NetBSD: remove redundant declpjanzen2003-05-121-2/+2
* Change remaining strcpy -> strlcpy; noticed by Theomillert2003-04-081-3/+3
* Change wd1 and wd2 from pointers to arrays. This removes the needmillert2003-04-076-51/+51
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-064-13/+13
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-4/+3
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-2/+1
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
* someone should read compiler messages on the powerpcderaadt2002-02-182-7/+10
* Part 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.millert2002-02-161-75/+75
* better usage message. From jsm@netbsd.org's NetBSD changes.pjanzen2001-09-031-5/+7
* Formattingpjanzen2001-08-181-4/+3
* Nothing but comments after #endif and #else; heko@iki.fipjanzen2001-08-062-5/+5
* Don't FLUSHLINE unnecessarilypjanzen2001-03-221-5/+7
* File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoidpjanzen2001-03-221-5/+10
* Use err() rather than errx() immediately after alloc failure.pjanzen2001-02-172-8/+8
* Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Youngpjanzen2001-02-045-10/+14
* - remove all trailing whitespaceaaron1999-07-091-3/+3
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* Minor changes from NetBSDpjanzen1998-11-293-27/+17
* check for malloc() failure; jsm28@cam.ac.ukpjanzen1998-09-122-7/+15