summaryrefslogtreecommitdiffstats
path: root/games/wump/wump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move a badly positioned parenthesis that caused nonsensical movementschwarze2018-12-201-3/+3
* - General changes:mestre2016-03-071-4/+3
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-3/+1
* Some basic code maintenance in games/tb2016-01-071-2/+2
* More cleanup and sorting on header sectionmestre2016-01-041-2/+1
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+3
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* last but not least: add pledge for wump(6)tb2015-11-301-1/+8
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-23/+26
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* provide some missing arguments and tidy up usage(); from Igor Sobradojmc2007-04-021-3/+4
* more ansi; khalek@linuxgamers.netderaadt2004-07-101-26/+25
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* double words and spelling fixesdavid2003-03-111-4/+4
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-5/+3
* ansi wump, plus a more accurate commentpjanzen2002-07-301-18/+11
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* 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-30/+30
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* Ensure caves are connected; afghan@afghanhound.org.ukpjanzen2001-05-021-4/+21
* use errx(), tabify, and add -o option for original, old dodecahedron play.pjanzen2000-06-291-52/+133
* the the; some occurrences found by soren@NetBSD.orgpjanzen2000-04-111-3/+3
* Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen1999-09-251-11/+11
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
* fix a -Wcast-qual warning: jsm28@cam.ac.ukpjanzen1999-07-311-3/+3
* jsm28@cam.ac.uk : handle PAGER in a manner consistent with thepjanzen1999-06-101-11/+34
* tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen1998-08-191-31/+32
* OpenBSD ID (changed from NetBSD)pjanzen1998-03-121-2/+2
* further fixes from pjanzen@foatdi.harvard.eduderaadt1998-02-141-1/+1
* tweaks and cleanup; pjanzen@foatdi.harvard.eduderaadt1998-01-311-112/+251
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* proper gid revokederaadt1996-12-221-0/+2
* setgid games, not setuid games. closes a neat set of holesderaadt1996-12-191-0/+2
* initial import of NetBSD treederaadt1995-10-181-0/+785