summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2013-10-25start_time should be time_t, not int since it holds the reasult ofTodd C. Miller
2013-10-25Use arc4random_uniform() insead of rand() and modulus.Todd C. Miller
2013-10-15remove conditionals for ELF; prodding by patrick keshishianTheo de Raadt
2013-10-15no more a.out support hereTheo de Raadt
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2013-08-29Tournament mode uses a deterministic random seed for reproducible games.Christian Weisgerber
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-17add missing .An and .Mt macro; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-02Correct obviously exchanged labels in the "computer warpcost" output andIngo Schwarze
2013-05-09teenagers from *outer* space ("they blast the flesh off hunmans!");Jason McIntyre
2013-04-05this doesn't need to be time_t ok deraadtTed Unangst
2013-02-18typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively;Jason McIntyre
2013-02-10typo; fix from patrick keshishianJason McIntyre
2013-01-17macro fixes;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-24grammar fix; from Chris Petrik, freebsd pr 173868Jason McIntyre
2012-11-17pjanzen spotted that my previous commit mistakenly omitted anotherJason McIntyre
2012-11-16two spelling fixes; from John-Mark Gurney (freebsd -r243048);Jason McIntyre
2012-06-20typo; netbsd -r1.10Jason McIntyre
2012-05-27make both -d options format the same, and zap that annoying full stopJason McIntyre
2012-05-27Use an en-dash for 20-200, escape - used as arithmetic symbol.Stuart Henderson
2012-05-27Update for new -d default; tweaks+ok jmc@Stuart Henderson
2012-05-27Teach rain(6) to calculate terminal delays in the same way as worms(6),Stuart Henderson
2012-05-24typosMiod Vallat
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2011-12-28Add HISTORY section and more information regarding AUTHORS.Ingo Schwarze
2011-12-04Fix grammar and spelling in a Latin fortune.Pascal Stumpf
2011-11-20grammar fix, from jnemeth@netbsd (-r1.48);Jason McIntyre
2011-11-19+Cn:112:(285):CoperniciumJason McIntyre
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2011-10-06some presidential updates, from pjanzen;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-07-03no more rogue(6);Jason McIntyre
2011-07-03Remove rogue. Its license is not acceptable for our tree; beenMartynas Venckus
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23delete unused stupid code; Daniel DickmanTheo de Raadt
2011-06-20Do not compare a `char' variable to EOF, which does not fit if `char' defaultsMiod Vallat
2011-06-10typo; from Doug Barton (freebsd r222890)Jason McIntyre
2011-05-16some spelling fixes from Lucas De Marchi, via freebsd;Jason McIntyre
2011-04-25Fix "-d delay" option and convert to use strtonum()Todd C. Miller
2011-04-03Hide the cursor during game. From NetBSD.David Coppa
2011-03-16Use the help pager code, but repair it in various ways.Theo de Raadt
2011-01-24In roff, the escape sequence \: is an optional line break,Ingo Schwarze
2011-01-03- plug mem leak.Jasper Lievisse Adriaanse
2010-12-15as of 1989, fread/fwrite take void *, so there's no need to cast to char *.Ted Unangst
2010-11-03fix errx() usage.David Coppa