summaryrefslogtreecommitdiff
path: root/games/atc
AgeCommit message (Expand)Author
2021-10-29atc(6): simplify reallocation logicnia
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2019-03-19Report the users score _after_ the game has ended and the screen haspgoyette
2017-01-10ned stat.hchristos
2015-07-26Use An in AUTHORS section.wiz
2015-07-23Sync descriptive text with actual game definition.pgoyette
2015-06-25Move game logic out of the file with the curses code.dholland
2015-06-19Abolish the foul practice of including every header in existence via adholland
2014-03-22Make the list of place types an enumeration. Use unsigned values fordholland
2014-03-22use a more suitable typedholland
2014-03-22use more suitable typesdholland
2014-03-22woops, more of previous.dholland
2014-03-22Make some things unsigned that should be (why would we need e.g. adholland
2014-03-22Don't cast the return value of malloc.dholland
2012-10-12Don't use ++ to set flags to true. Now passes -Wstrict-overflow.dholland
2011-08-16document non-literal format stringschristos
2011-02-15Bug fix: in a game with 26 planes, the last one to be allocated wouldn'tis
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-10-29use %option noinput nounputchristos
2009-08-12sprinkle staticdholland
2009-05-26sprintf -> snprintfdholland
2009-05-25attribute noreturn -> __deaddholland
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-31Fix y2038 bug: time_t != int.dholland
2008-01-28Make the default WARNS for games 4. The only game that needs to set WARNSdholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-11-24s/exceded/exceeded/, from Zafer.wiz
2006-10-07Input validation, from David A. Holland on #NetBSD-codeelad
2006-06-07Increase username length to match modern systems, and create #defines for ajnemeth
2006-06-07Actually accept "?" argument as documented in the manpage.jnemeth
2006-06-07Don't follow symlinks on systems that have O_NOFOLLOW.jnemeth
2006-06-07prevent "stack" overflowjnemeth
2006-06-07bracket else blockjnemeth
2006-06-07WARNS=4jnemeth
2006-03-22Add missing parens.christos
2006-03-22Simplify (Masao Uebayashi)christos
2006-03-22Coverity CID 692: Another && that should be ||. Boy...christos
2006-03-18Coverity CID 1786: Close file.christos
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-08-10Added a missing '-' in score list output.rpaulo
2005-08-10Pass lint(1).rpaulo
2005-08-10Enable WARNS=3.rpaulo
2005-08-10Fixed an output bug where a new-line was added due the usage of puts(3).rpaulo
2005-07-01KNF and WARNS=3 fixesjmc
2005-02-15Cast last argument of execl to (char *).jsm
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-01-27Remove uses of __P.jsm
2004-01-01Bump date for previous. Remove superfluous .Pp.wiz