2014-03-22 |
dholland | Use random(), not rand(). |
tree | commitdiff |
2014-03-22 |
dholland | avoid unnecessary floating point ops |
tree | commitdiff |
2014-03-22 |
dholland | avoid signed left-shift |
tree | commitdiff |
2014-03-22 |
dholland | Use CHAR_BIT, not 8. |
tree | commitdiff |
2012-10-13 |
dholland | Pass -Wstrict-overflow. |
tree | commitdiff |
2012-06-19 |
dholland | WARNS=5, and make WARNS=5 the default for src/games. |
tree | commitdiff |
2012-01-16 |
christos | PR/45842: Henning Petersen: compare fgets with NULL... |
tree | commitdiff |
2011-08-26 |
dholland | Use __dead and __printflike instead of __attribute__. |
tree | commitdiff |
2011-05-23 |
joerg | Don't use return value of a function as format string. |
tree | commitdiff |
2010-04-24 |
dholland | fflush the score file while signals are blocked to... |
tree | commitdiff |
2010-04-02 |
christos | fix typo. |
tree | commitdiff |
2010-04-02 |
christos | handle ctime returning NULL. |
tree | commitdiff |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2008-07-20 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2005-07-01 |
jmc | KNF and WARNS=3 |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-04-26 |
wiz | Grammar fixes, from jmc@openbsd. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-12-04 |
blymn | Convert old deprecated curses call to new equivalent. |
tree | commitdiff |
2001-10-19 |
tv | Rename com#.c to command#.c to avoid conflicts with... |
tree | commitdiff |
2001-06-19 |
wiz | `existent', not `existant' |
tree | commitdiff |
2001-06-02 |
christos | don't deref -1. |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2000-09-25 |
jsm | In cypher(), don't attempt to make sense of words other... |
tree | commitdiff |
2000-09-25 |
jsm | Add new flags OBJ_PERSON and OBJ_NONOBJ to the objflags... |
tree | commitdiff |
2000-09-25 |
jsm | Add OBJ_AN flag to objflags so as to use "a" or "an... |
tree | commitdiff |
2000-09-25 |
jsm | Remove excess blank lines. From OpenBSD. |
tree | commitdiff |
2000-09-25 |
jsm | Fix loving already loved goddess; avoid fallthrough... |
tree | commitdiff |
2000-09-25 |
jsm | Use defined constant FINAL instead of hardcoded 275... |
tree | commitdiff |
2000-09-25 |
jsm | Fix logic error in use of n and wordnumber in murder... |
tree | commitdiff |
2000-09-24 |
jsm | Discard any part of a line of input that goes beyond... |
tree | commitdiff |
2000-09-24 |
jsm | Give less cryptic messages than "-1%" when WEIGHT or... |
tree | commitdiff |
2000-09-24 |
jsm | Add explicit no-ops to empty loops following the NetBSD... |
tree | commitdiff |
2000-09-24 |
jsm | Make hash table static in parse.c. |
tree | commitdiff |
2000-09-24 |
jsm | Use NULL instead of 0 (from OpenBSD). Also add or... |
tree | commitdiff |
2000-09-24 |
jsm | Correct spelling "dont" to "don't". From OpenBSD. |
tree | commitdiff |
2000-09-24 |
jsm | Make functions local to parse.c static. |
tree | commitdiff |
2000-09-24 |
jsm | Give a better message for trying to eat things it doesn... |
tree | commitdiff |
2000-09-24 |
jsm | Clean up fly.c by making local variables and functions... |
tree | commitdiff |
2000-09-24 |
jsm | Prevent CUMBER from going negative; avoid division... |
tree | commitdiff |
2000-09-24 |
jsm | Attempt to disambiguate BODY for kicking. Avoid crashi... |
tree | commitdiff |
2000-09-23 |
jsm | Allow for bathing goddess in love(); give better messag... |
tree | commitdiff |
2000-09-23 |
jsm | Allow for the bathing goddess in ravage(). From OpenBSD. |
tree | commitdiff |
2000-09-23 |
jsm | Use a lookup table to identify whether objects are... |
tree | commitdiff |
2000-09-22 |
jsm | Don't say "Kicked." of an object not present; give... |
tree | commitdiff |
2000-09-22 |
jsm | Check for an object being taken not being there before... |
tree | commitdiff |
2000-09-22 |
jsm | Give appropriate messages (rather than saying nothing... |
tree | commitdiff |
2000-09-22 |
jsm | Remove all adjectives in parse(), since they are nowher... |
tree | commitdiff |
2000-09-22 |
jsm | Give an appropriate error on "kill all" rather than... |
tree | commitdiff |
2000-09-21 |
jsm | Various improvements to parsing in battlestar, mostly... |
tree | commitdiff |
2000-09-21 |
jsm | Don't try to wear anything that isn't OBJECT or NOUNS... |
tree | commitdiff |
2000-09-21 |
jsm | If no hand-to-hand weapons are available, try using... |
tree | commitdiff |
2000-09-21 |
jsm | die() on EOF; based on OpenBSD. |
tree | commitdiff |
2000-09-21 |
jsm | From OpenBSD: in kiss(), "take" the bathing goddess... |
tree | commitdiff |
2000-09-18 |
jsm | Add missing initialisers (avoid gcc -W warnings) and... |
tree | commitdiff |
2000-09-17 |
jsm | Clean up formatting; partly from OpenBSD. |
tree | commitdiff |
2000-09-17 |
jsm | Patches from OpenBSD: add verbs "open"/"unlock" (essent... |
tree | commitdiff |
2000-09-10 |
jsm | Based on OpenBSD: spelling, punctuation, grammar and... |
tree | commitdiff |
2000-09-10 |
jsm | Wording, punctuation and line length improvements.... |
tree | commitdiff |
2000-09-09 |
jsm | Make spacing nicer and add explicit NULL initializers. |
tree | commitdiff |
2000-09-09 |
jsm | Store copy of username with strdup rather than using... |
tree | commitdiff |
2000-09-09 |
jsm | Put prototypes in alphabetical order. |
tree | commitdiff |
2000-09-08 |
jsm | Spelling and punctuation corrections or improvements... |
tree | commitdiff |
2000-09-08 |
jsm | Make code clearer; add a macro ROOMDESC for the number... |
tree | commitdiff |
2000-09-08 |
jsm | Manpage improvements based on OpenBSD. |
tree | commitdiff |
2000-07-23 |
mycroft | Rename move() to moveplayer() to avoid clashing with... |
tree | commitdiff |
2000-05-08 |
mycroft | Use setgid(), not setregid(). |
tree | commitdiff |
2000-01-09 |
jsm | Use err(1, NULL) and warn(NULL) for `out of memory... |
tree | commitdiff |
1999-09-18 |
jsm | Fix -Wsign-compare warnings. |
tree | commitdiff |
1999-09-18 |
jsm | Use strncpy() rather than strcpy() with fixed size... |
tree | commitdiff |
1999-09-18 |
jsm | Add missing initialisers. |
tree | commitdiff |
1999-09-18 |
jsm | Add FALLTHROUGH comment. |
tree | commitdiff |
1999-09-18 |
jsm | Give sensible error message in a shouldn't happen case. |
tree | commitdiff |
1999-09-14 |
jsm | Declare variables in extern.h as extern, and add non... |
tree | commitdiff |
1999-09-14 |
jsm | Use time() instead of gettimeofday(). |
tree | commitdiff |
1999-09-13 |
jsm | Fix uses of names of library functions for other purposes. |
tree | commitdiff |
1999-09-13 |
jsm | A couple more checks for file descriptor < 3 missed... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-07-28 |
hubertf | This patch improves the handling of save files in battl... |
tree | commitdiff |
1999-07-21 |
hubertf | Drop setgid privileges early. Derived from OpenBSD... |
tree | commitdiff |
1999-07-14 |
hubertf | From PR 7987 by Joseph Myers <jsm28@cam.ac.uk>: |
tree | commitdiff |
1999-04-18 |
simonb | initscr() returns a pointer, compare return value with... |
tree | commitdiff |
1999-03-25 |
hubertf | Fix object recognition, per PR 6048 by Joseph S. Myers... |
tree | commitdiff |
1999-02-10 |
hubertf | Const poisoning, per PR 6660 by Joseph Myers <jsm28... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-13 |
hubertf | add sanity checks when saving/restoring games (PR#6138... |
tree | commitdiff |
1998-09-10 |
frueauf | Fix typo, closes pr 6137 by Joseph Myers. |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
1998-08-29 |
hubertf | DTRT if "give" is invoked without arguments. Fix contri... |
tree | commitdiff |
1998-08-28 |
hubertf | Don't allow empty "give" command (without arguments). |
tree | commitdiff |
1998-08-24 |
hubertf | Untakable objects are marked with NULL pointers, not... |
tree | commitdiff |
1998-08-24 |
hubertf | Propperly note place-change, as reported in PR 6008... |
tree | commitdiff |
1998-08-24 |
hubertf | Initialize return-value correctly as pointed out in... |
tree | commitdiff |
next |