summaryrefslogtreecommitdiffstats
path: root/hunt/huntd
Commit message (Collapse)AuthorAgeFilesLines
* RCS Id Police.perry1998-01-094-0/+8
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-202-4/+6
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* use err/warn instead of perrorlukem1997-10-114-22/+22
|
* Yet Another Monster Commit:lukem1997-10-1016-291/+573
| | | | | | | | | | | - 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()
* fix compiler warnings on the alpha.mrg1997-10-042-2/+2
|
* note that huntd lives in /usr/games.mrg1997-10-041-3/+3
|
* build hunt.mrg1997-10-041-0/+8
|
* hunt version 1993-07-17mrg1997-10-0418-0/+5061