summaryrefslogtreecommitdiff
path: root/games/robots
AgeCommit message (Expand)Author
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-08-12sprinkle staticdholland
2009-08-05don't use char values for functions that can return -1; chars are not alwayschristos
2009-08-05Use getopt instead of hand-rolled options code. Document all the argumentsdholland
2009-08-03don't ignore errors from read(); found by lintdholland
2009-07-20Use random() instead of rand(), and seed with time instead of pid.dholland
2009-07-20Assorted minor cleanups, no functional change:dholland
2009-07-20A bit more whitespace.dholland
2009-07-20Whitespace.dholland
2009-07-20ANSIfy. Use __dead. Object diffs checked.dholland
2009-04-09\@ is not a valid escape sequence.joerg
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-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-03-17If getpwuid() returns null, its not usually a good idea to dereferenceabs
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-08-27- sleep a little in autobot mode so that we can see what is happening.christos
2004-08-27describe the algorithm better.christos
2004-01-27Remove uses of __P.jsm
2004-01-27Include <sys/endian.h>.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26New sentences begin on new lines.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31Be more verbose about teleports, and fix a minor problem in autobot mode.christos
2001-12-06Change deprecated curses function to new equivalent.blymn
2001-04-02Whitespace and/or punctuation fixes.wiz
2001-02-05fix nested externschristos
2001-01-16comment or delete text after CPP directives.cgd
2000-05-08Use setgid(), not setregid().mycroft
2000-04-27Cast pointer diffs to long for printing with %ld.thorpej
2000-04-27Fix arguments to *printw().jdc
2000-04-09Don't insert leading 0s in the score display. (HI CHRISTOS!)mycroft
2000-01-20Report scores as auto-bot or not correctly.jsm
2000-01-19Ensure correct prompt asking about another game is given at the end ofjsm
2000-01-19Typo fix in unknown option message (from Malcolm Parsonsjsm
2000-01-19Remove definition of __cputchar.jsm
1999-10-04update after change to return value of tputs() third argumentlukem
1999-09-30Fix uses of namespaces reserved by ISO C or POSIX.1.jsm
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-12Security improvements for games (largely from or inspired by OpenBSD).jsm
1999-09-08Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-05-16Fixi uninit vars warnings.christos
1999-05-16Add missing prototypeschristos
1999-05-15Add -A for automatic playing mode.christos
1998-09-13mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf