Home | History | Annotate | Download | only in huntd
History log of /src/games/hunt/huntd/shots.c
RevisionDateAuthorComments
 1.16  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.15  13-Oct-2019  mrg adjust a fallthru comment and add a missing break.
 1.14  29-Mar-2014  dholland branches: 1.14.26;
be consistent about whether functions are static
 1.13  29-Mar-2014  dholland don't declare own boolean type
 1.12  31-Aug-2011  plunky branches: 1.12.2; 1.12.8;
NULL does not need a cast
 1.11  04-Jul-2009  dholland more whitespace
 1.10  04-Jul-2009  dholland Whitespace.
 1.9  04-Jul-2009  dholland ANSIfy function declarations.
 1.8  04-Jul-2009  dholland Remove a pile of bogus casts. One object file diff, crosschecked and
found harmless.
 1.7  28-Jun-2009  dholland sprintf -> snprintf
 1.6  17-Mar-2006  abs Add a missing bp->b_score not null check - addresses Coverity CID 1003
 1.5  27-Jan-2004  jsm Remove uses of __P.
 1.4  11-Jun-2003  wiz Merge with v20030416.
 1.3  11-Oct-1997  lukem use err/warn instead of perror
 1.2  10-Oct-1997  lukem Yet Another Monster Commit:
- WARNSify
- getopt returns -1 not EOF
- select() uses an fd_set, not int/long; modify code to use FD_* et al
instead of direct bitwise operations
- in otto.c::look (renamed to ottolook() to prevent name clash), the
case WEST section had a 'goto cont_east', instead of 'goto cont_west'.
(picked up by WARNS=1, because cont_west was an unused label because
of this typo). probably meant that otto got lost in the maze :-/
- deprecate register, convert bcmp() -> memcmp()
 1.1  04-Oct-1997  mrg branches: 1.1.1;
Initial revision
 1.1.1.2  11-Jun-2003  wiz Import of hunt as of 2003-04-16 from ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z,
with files moved to proper subdirs.
Changes since 19930717: BSD licensed, and minimal fixes.
 1.1.1.1  04-Oct-1997  mrg hunt version 1993-07-17
 1.12.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.12.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.14.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed