summaryrefslogtreecommitdiffstats
path: root/games/trek (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+9
* satisfy -fno-commonderaadt2021-01-272-29/+21
* The game is playable without the need to access any files therefore we canmestre2018-08-091-2/+2
* forgot to remove mention of deleted dump/restart.tedu2017-05-264-185/+4
* save and restore hasn't worked for some time, not since -fPIE, since ittedu2017-05-265-191/+8
* - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it somestre2016-03-081-2/+4
* Structural integrity hasn't improved in over twenty years.tb2016-01-081-62/+0
* Some basic code maintenance in games/tb2016-01-071-2/+2
* ANSIfy trek(6)mestre2016-01-0747-209/+133
* Remove unnecessary headers and sort the remaining alphabeticallymestre2016-01-0743-84/+121
* pledge "stdio rpath wpath cpath" for this one.tb2015-11-301-1/+4
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-2/+2
* For now, these games still contain deterministic randomization (forderaadt2014-12-082-4/+3
* Tournament mode uses a deterministic random seed for reproducible games.naddy2013-08-291-2/+2
* Correct obviously exchanged labels in the "computer warpcost" output andschwarze2013-06-022-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-6/+2
* Add HISTORY section and more information regarding AUTHORS.schwarze2011-12-281-3/+14
* shuffle some things around to deal with incomplete typesjsg2010-04-302-5/+5
* remove references to docs we no longer install;jmc2010-01-101-5/+2
* Stop installing many of the incredibly dated and un-authoritative share/docderaadt2010-01-041-5/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2748-438/+48
* convert to new .Dd format;jmc2007-05-311-2/+2
* signed char fixes need to avoid infinite loops; pr5284 fromderaadt2006-11-062-4/+6
* Don't access buf[strlen(buf) - 1] on empty strings.ray2006-11-021-3/+3
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-272-7/+8
* More typos (especially indicies -> indices), checked with jmc@miod2005-11-151-2/+2
* tweaks to sync w/ trek usd;jmc2004-08-211-9/+14
* - add margin when formatting w/ -Tasciijmc2004-08-211-16/+20
* cats ld showed that there was a common size mismatch...deraadt2004-05-231-2/+2
* add paper.txt target;jmc2004-02-011-1/+4
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* add missing includesdavid2003-07-105-10/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0352-360/+152
* section reorder;jmc2003-05-301-5/+5
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-062-9/+11
* double words and spelling fixesdavid2003-03-111-2/+2
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-5/+3
* \a rather than embedded ^Gpjanzen2002-07-262-7/+7
* no more err(3) newlines in games; ok pjanzen@jsyn2002-06-111-3/+3
* de-registerpjanzen2002-05-3140-277/+252
* 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
* fix buffer overflow in scanf; found by pjanzenpvalchev2002-02-251-3/+3
* handle EOF gracefully; ok pjanzenpvalchev2002-02-251-3/+3
* getchar fixes; ok pjanzenpvalchev2002-02-241-7/+7
* 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-167-86/+86
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.pjanzen2001-09-191-3/+3
* recieve -> receiveaaron2001-08-231-3/+3
* Formattingpjanzen2001-08-181-2/+3