summaryrefslogtreecommitdiff
path: root/games/battlestar
AgeCommit message (Expand)Author
2012-10-13Pass -Wstrict-overflow.dholland
2012-06-19WARNS=5, and make WARNS=5 the default for src/games.dholland
2012-01-16PR/45842: Henning Petersen: compare fgets with NULL not 0christos
2011-08-26Use __dead and __printflike instead of __attribute__.dholland
2011-05-23Don't use return value of a function as format string.joerg
2010-04-24fflush the score file while signals are blocked to decrease the chance ofdholland
2010-04-02fix typo.christos
2010-04-02handle ctime returning NULL.christos
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-08-12sprinkle staticdholland
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-07-01KNF and WARNS=3jmc
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-01-27Remove uses of __P.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-26Grammar fixes, from jmc@openbsd.wiz
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
2001-12-04Convert old deprecated curses call to new equivalent.blymn
2001-10-19Rename com#.c to command#.c to avoid conflicts with those file basenamestv
2001-06-19`existent', not `existant'wiz
2001-06-02don't deref -1.christos
2001-04-02Whitespace and/or punctuation fixes.wiz
2000-09-25In cypher(), don't attempt to make sense of words other than VERBs orjsm
2000-09-25Add new flags OBJ_PERSON and OBJ_NONOBJ to the objflags array.jsm
2000-09-25Add OBJ_AN flag to objflags so as to use "a" or "an" appropriately injsm
2000-09-25Remove excess blank lines. From OpenBSD.jsm
2000-09-25Fix loving already loved goddess; avoid fallthrough after lovingjsm
2000-09-25Use defined constant FINAL instead of hardcoded 275. From OpenBSD.jsm
2000-09-25Fix logic error in use of n and wordnumber in murder() when usingjsm
2000-09-24Discard any part of a line of input that goes beyond our buffer ratherjsm
2000-09-24Give less cryptic messages than "-1%" when WEIGHT or CUMBER are zero.jsm
2000-09-24Add explicit no-ops to empty loops following the NetBSD style guide.jsm
2000-09-24Make hash table static in parse.c.jsm
2000-09-24Use NULL instead of 0 (from OpenBSD). Also add or adjust comments.jsm
2000-09-24Correct spelling "dont" to "don't". From OpenBSD.jsm
2000-09-24Make functions local to parse.c static.jsm
2000-09-24Give a better message for trying to eat things it doesn't make sensejsm
2000-09-24Clean up fly.c by making local variables and functions static andjsm
2000-09-24Prevent CUMBER from going negative; avoid division by zero if it isjsm
2000-09-24Attempt to disambiguate BODY for kicking. Avoid crashing or nonsensejsm
2000-09-23Allow for bathing goddess in love(); give better message for a loverjsm
2000-09-23Allow for the bathing goddess in ravage(). From OpenBSD.jsm
2000-09-23Use a lookup table to identify whether objects are plural or singular,jsm
2000-09-22Don't say "Kicked." of an object not present; give sensible messages.jsm
2000-09-22Check for an object being taken not being there before checking forjsm
2000-09-22Give appropriate messages (rather than saying nothing) if an verb isjsm