summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/shots.c
Commit message (Collapse)AuthorAgeFilesLines
* adjust a fallthru comment and add a missing break.mrg2019-10-131-3/+5
|
* be consistent about whether functions are staticdholland2014-03-291-4/+4
|
* don't declare own boolean typedholland2014-03-291-29/+29
|
* NULL does not need a castplunky2011-08-311-4/+4
|
* more whitespacedholland2009-07-041-3/+3
|
* Whitespace.dholland2009-07-041-130/+130
|
* ANSIfy function declarations.dholland2009-07-041-44/+20
|
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-041-9/+9
| | | found harmless.
* sprintf -> snprintfdholland2009-06-281-4/+5
|
* Add a missing bp->b_score not null check - addresses Coverity CID 1003abs2006-03-171-3/+3
|
* Remove uses of __P.jsm2004-01-271-15/+15
|
* Merge with v20030416.wiz2003-06-111-5/+30
|
* use err/warn instead of perrorlukem1997-10-111-4/+4
|
* Yet Another Monster Commit:lukem1997-10-101-53/+93
| | | | | | | | | | | - 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()
* hunt version 1993-07-17mrg1997-10-041-0/+1096