]> git.cameronkatri.com Git - bsdgames-darwin.git/history - battlestar
cgram: sort includes
[bsdgames-darwin.git] / battlestar /
2021-03-28 Cameron KatriUse PREFIX now
2021-02-22 Cameron KatriGet all the games compiling for iOS
2020-12-06 dhollandspeed limit 80
2020-02-06 foxgames/battlestar: Replace snprintf(3) with strlcpy...
2020-02-05 foxgames/battlestar: Fix the -Werror=restrict warning.
2019-10-29 christosGcc-8 bug confusion with restrict on sh3
2019-10-05 mrgexpand the internal consistency checks in truedirec...
2019-02-03 mrg- add or adjust /* FALLTHROUGH */ where appropriate
2018-02-04 mrgfix issues found by GCC 6.4:
2014-03-22 dhollandUse random(), not rand().
2014-03-22 dhollandavoid unnecessary floating point ops
2014-03-22 dhollandavoid signed left-shift
2014-03-22 dhollandUse CHAR_BIT, not 8.
2012-10-13 dhollandPass -Wstrict-overflow.
2012-06-19 dhollandWARNS=5, and make WARNS=5 the default for src/games.
2012-01-16 christosPR/45842: Henning Petersen: compare fgets with NULL...
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2011-05-23 joergDon't use return value of a function as format string.
2010-04-24 dhollandfflush the score file while signals are blocked to...
2010-04-02 christosfix typo.
2010-04-02 christoshandle ctime returning NULL.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2009-08-12 dhollandsprinkle static
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2005-07-01 jmcKNF and WARNS=3
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2003-04-26 wizGrammar fixes, from jmc@openbsd.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-12-04 blymnConvert old deprecated curses call to new equivalent.
2001-10-19 tvRename com#.c to command#.c to avoid conflicts with...
2001-06-19 wiz`existent', not `existant'
2001-06-02 christosdon't deref -1.
2001-04-02 wizWhitespace and/or punctuation fixes.
2000-09-25 jsmIn cypher(), don't attempt to make sense of words other...
2000-09-25 jsmAdd new flags OBJ_PERSON and OBJ_NONOBJ to the objflags...
2000-09-25 jsmAdd OBJ_AN flag to objflags so as to use "a" or "an...
2000-09-25 jsmRemove excess blank lines. From OpenBSD.
2000-09-25 jsmFix loving already loved goddess; avoid fallthrough...
2000-09-25 jsmUse defined constant FINAL instead of hardcoded 275...
2000-09-25 jsmFix logic error in use of n and wordnumber in murder...
2000-09-24 jsmDiscard any part of a line of input that goes beyond...
2000-09-24 jsmGive less cryptic messages than "-1%" when WEIGHT or...
2000-09-24 jsmAdd explicit no-ops to empty loops following the NetBSD...
2000-09-24 jsmMake hash table static in parse.c.
2000-09-24 jsmUse NULL instead of 0 (from OpenBSD). Also add or...
2000-09-24 jsmCorrect spelling "dont" to "don't". From OpenBSD.
2000-09-24 jsmMake functions local to parse.c static.
2000-09-24 jsmGive a better message for trying to eat things it doesn...
2000-09-24 jsmClean up fly.c by making local variables and functions...
2000-09-24 jsmPrevent CUMBER from going negative; avoid division...
2000-09-24 jsmAttempt to disambiguate BODY for kicking. Avoid crashi...
2000-09-23 jsmAllow for bathing goddess in love(); give better messag...
2000-09-23 jsmAllow for the bathing goddess in ravage(). From OpenBSD.
2000-09-23 jsmUse a lookup table to identify whether objects are...
2000-09-22 jsmDon't say "Kicked." of an object not present; give...
2000-09-22 jsmCheck for an object being taken not being there before...
2000-09-22 jsmGive appropriate messages (rather than saying nothing...
2000-09-22 jsmRemove all adjectives in parse(), since they are nowher...
2000-09-22 jsmGive an appropriate error on "kill all" rather than...
2000-09-21 jsmVarious improvements to parsing in battlestar, mostly...
2000-09-21 jsmDon't try to wear anything that isn't OBJECT or NOUNS...
2000-09-21 jsmIf no hand-to-hand weapons are available, try using...
2000-09-21 jsmdie() on EOF; based on OpenBSD.
2000-09-21 jsmFrom OpenBSD: in kiss(), "take" the bathing goddess...
2000-09-18 jsmAdd missing initialisers (avoid gcc -W warnings) and...
2000-09-17 jsmClean up formatting; partly from OpenBSD.
2000-09-17 jsmPatches from OpenBSD: add verbs "open"/"unlock" (essent...
2000-09-10 jsmBased on OpenBSD: spelling, punctuation, grammar and...
2000-09-10 jsmWording, punctuation and line length improvements....
2000-09-09 jsmMake spacing nicer and add explicit NULL initializers.
2000-09-09 jsmStore copy of username with strdup rather than using...
2000-09-09 jsmPut prototypes in alphabetical order.
2000-09-08 jsmSpelling and punctuation corrections or improvements...
2000-09-08 jsmMake code clearer; add a macro ROOMDESC for the number...
2000-09-08 jsmManpage improvements based on OpenBSD.
2000-07-23 mycroftRename move() to moveplayer() to avoid clashing with...
2000-05-08 mycroftUse setgid(), not setregid().
2000-01-09 jsmUse err(1, NULL) and warn(NULL) for `out of memory...
1999-09-18 jsmFix -Wsign-compare warnings.
1999-09-18 jsmUse strncpy() rather than strcpy() with fixed size...
1999-09-18 jsmAdd missing initialisers.
1999-09-18 jsmAdd FALLTHROUGH comment.
1999-09-18 jsmGive sensible error message in a shouldn't happen case.
1999-09-14 jsmDeclare variables in extern.h as extern, and add non...
1999-09-14 jsmUse time() instead of gettimeofday().
1999-09-13 jsmFix uses of names of library functions for other purposes.
1999-09-13 jsmA couple more checks for file descriptor < 3 missed...
1999-09-08 jsmAdd `__noreturn__' and `__unused__' attributes where...
1999-07-28 hubertfThis patch improves the handling of save files in battl...
1999-07-21 hubertfDrop setgid privileges early. Derived from OpenBSD...
1999-07-14 hubertfFrom PR 7987 by Joseph Myers <jsm28@cam.ac.uk>:
1999-04-18 simonbinitscr() returns a pointer, compare return value with...
1999-03-25 hubertfFix object recognition, per PR 6048 by Joseph S. Myers...
1999-02-10 hubertfConst poisoning, per PR 6660 by Joseph Myers <jsm28...
next