summaryrefslogtreecommitdiffstats
path: root/games/battlestar
AgeCommit message (Expand)AuthorFilesLines
2020-12-15the names com1 to com9 are reserved filenames on windowsdaniel8-9/+10
2019-05-09rm lists of hereditary wizards and bad users to ensure level playing fieldtedu7-79/+16
2018-02-07slightly reduce the difficulty of the adventure game that is readingtedu7-20/+27
2017-05-31late game space battles require tty pledge to clear screen, etc.tedu1-2/+2
2016-09-11Callers of time(3) should #include <time.h>.tb1-1/+2
2016-08-27Pull in <stdio.h> for NULLguenther2-2/+4
2016-01-01don't declar main. from Michal Mazurektedu1-3/+1
2015-12-31Include only needed header files per each source filemestre16-29/+78
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-3/+3
2015-12-04cleanup: remove pwd.h, delete a stray comment and a const qualifiertb3-7/+4
2015-11-29tidy here too;jmc1-3/+3
2015-11-29Move score file to $HOME and add pledge "stdio rpath wpath cpath".tb4-16/+41
2015-11-25Remove operations that "touch" scorefiles at install time.deraadt1-9/+1
2015-11-24In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt1-3/+1
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc2-13/+14
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt1-4/+4
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can usejmc1-4/+4
2015-02-17Mark up email addresses semantically with Mt.bentley1-4/+6
2014-11-16Remove a bogotified commentguenther1-2/+1
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-2/+1
2014-10-26Add a format specifier for the printf.brad1-2/+2
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy2-4/+3
2013-07-17add missing .An and .Mt macro; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-4/+3
2013-04-05this doesn't need to be time_t ok deraadttedu2-4/+4
2010-09-19put HISTORY in the right place;jmc1-8/+8
2009-12-10fix potential bugs spotted by parfaitbeck1-2/+2
2009-11-22Typo fixed.tobias1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt22-204/+22
2007-11-24some spelling fixes from Martynas Venckusjmc1-3/+3
2007-09-09Move redundant prompt/fgets/sscanf lines into a function withray1-38/+45
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makescloder1-3/+3
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;djm1-5/+6
2004-07-10more ansi; khalek@linuxgamers.netderaadt16-147/+116
2004-02-03ourtime should match prototype in extern.h 'change globals.h' deraad@drahn1-3/+3
2003-09-26check strdup for error. based on report from Jared Yanovich. ok deraadt@tedu1-3/+5
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert25-172/+72
2003-05-19NetBSD check to make sure not to deref -1.pjanzen1-3/+3
2003-04-23some typos, and clarification of game rules;jmc1-3/+3
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31crmode -> cbreakpjanzen1-3/+3
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.pjanzen1-1/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-3/+3
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.millert5-82/+82
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen1-3/+4
2001-08-18Formattingpjanzen1-15/+18
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen1-7/+7
2001-02-04Format for long usernamespjanzen1-3/+3
2000-09-26Improve handling of multiple commands on one line. Tidy fight parser.pjanzen13-233/+267