summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2003-01-17Typos, two from Michael Knudsen <e at molioner.dk>Camiel Dobbelaar
2002-12-16support ppt decoding w/ lots of help from pjanzen@Michael Shalayeff
2002-12-09fix va_end; openbsd@davidkrause.comTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-11-10SEE ALSO reordering; pjanzen ok.Federico G. Schwindt
2002-10-23Remove redefinition of NULL; pjanzen@ OKTodd C. Miller
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-08-09Only target in the playing field when using mouse.Paul Janzen
2002-08-09Fix an error in the CPU random fire routine that could cause a segfault.Paul Janzen
2002-08-09Bug fix in random placement code from Erik Sigra.Paul Janzen
2002-07-30Replace the "blows chunks" algorithm with pubeval, a public domain algorithmPaul Janzen
2002-07-30ansi wump, plus a more accurate commentPaul Janzen
2002-07-30Kill buffer overflow.Paul Janzen
2002-07-28Tidy the code, follow the rules more closely (and document where we diverge),Paul Janzen
2002-07-26give it some healthy dosage of vitamin constMichael Shalayeff
2002-07-26put to the -Wall an unused variableMichael Shalayeff
2002-07-26The elusive original author of this program and man page surfaced long enoughPaul Janzen
2002-07-26add classic mode, closer to the way tetris felt a couple decades ago; pjanzen...Michael Shalayeff
2002-07-26\a rather than embedded ^GPaul Janzen
2002-07-26Theo pointed out a vsnprintf() whose return value was being usedPaul Janzen
2002-07-26A few better buffer sizes (from Ian McWilliam, long ago); functions localPaul Janzen
2002-07-26indentPaul Janzen
2002-07-26We're in curses, so use getch() rather than getchar().Paul Janzen
2002-07-18- string handling patch from David Holland, minimally modified. HighlightsPaul Janzen
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11no more err(3) newlines in games; ok pjanzen@Jason Peel
2002-05-31de-autoPaul Janzen
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31de-registerPaul Janzen
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-24fix name, ok deraadtPeter Stromberg
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2002-04-20machine/limits.h is not userland. Use limits.hMarc Espie
2002-04-02sync with reality; Sam Smith <S@mSmith.net>Paul Janzen
2002-02-25fix buffer overflow in scanf; found by pjanzenPeter Valchev
2002-02-25handle EOF gracefully; ok pjanzenPeter Valchev
2002-02-24getchar fixes; ok pjanzenPeter Valchev
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18more signed char issuesTheo de Raadt
2002-02-18someone should read compiler messages on the powerpcTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16abs() is defined by ANSI C -- don't use a macro for itTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller