Module Name:src
Committed By: mrg
Date: Thu Apr 15 01:55:21 UTC 2021
Modified Files:
src/games/hunt/huntd: Makefile
Log Message:
one port complains about string overflow here that i can't see.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/games/hunt/hu
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:53:12 UTC 2014
Modified Files:
src/games/hunt/huntd: answer.c hunt.h
Log Message:
Use bool (not int) for a boolean return type.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/a
Module Name:src
Committed By: dholland
Date: Sun Mar 30 01:44:37 UTC 2014
Modified Files:
src/games/hunt/huntd: answer.c driver.c hunt.h huntd.6
Log Message:
Remove all the conditional compilation for INTERNET. Now you can run
this on either a local or internet socket (inc
Module Name:src
Committed By: dholland
Date: Sun Mar 30 00:26:58 UTC 2014
Modified Files:
src/games/hunt/huntd: answer.c driver.c extern.c hunt.h
Log Message:
Clean up the names of the various pieces of socket apparatus.
Systematic naming is easier to follow...
To genera
Module Name:src
Committed By: dholland
Date: Sat Mar 29 23:44:38 UTC 2014
Modified Files:
src/games/hunt/huntd: answer.c driver.c
Log Message:
fix non-INTERNET build
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/answer.c
cvs rdiff -u
Module Name:src
Committed By: dholland
Date: Sat Mar 29 22:30:28 UTC 2014
Modified Files:
src/games/hunt/huntd: support.c
Log Message:
Er oops, fix previous.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/support.c
Please note that diff
Module Name:src
Committed By: dholland
Date: Sat Mar 29 22:29:55 UTC 2014
Modified Files:
src/games/hunt/huntd: Makefile answer.c driver.c hunt.h
Added Files:
src/games/hunt/huntd: support.c
Log Message:
Reduce ifdefs by making a common function to talk to either s
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:43:46 UTC 2014
Modified Files:
src/games/hunt/huntd: hunt.h
Log Message:
Group function declarations by which source file they come from, and
delete several that don't actually exist.
To generate a diff of this c
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:43:19 UTC 2014
Modified Files:
src/games/hunt/huntd: shots.c
Log Message:
be consistent about whether functions are static
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/shots.
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:38:54 UTC 2014
Modified Files:
src/games/hunt/huntd: execute.c
Log Message:
be consistent about whether functions are static
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/exec
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:33:41 UTC 2014
Modified Files:
src/games/hunt/huntd: driver.c expl.c extern.c hunt.h
Log Message:
sprinkle static
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/driver.c
cvs rd
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:27:40 UTC 2014
Modified Files:
src/games/hunt/huntd: Makefile
Removed Files:
src/games/hunt/huntd: pathname.c
Log Message:
Flush unwanted file.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:27:08 UTC 2014
Modified Files:
src/games/hunt/huntd: driver.c pathname.c
Log Message:
Move definitions to the file they're used in.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/hunt/hun
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:24:56 UTC 2014
Modified Files:
src/games/hunt/huntd: pathname.c
Log Message:
Remove tautological #if DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/pathname.c
Please note
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:44:20 UTC 2014
Modified Files:
src/games/hunt/huntd: makemaze.c
Log Message:
tsort contents of file
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/makemaze.c
Please note that
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:41:57 UTC 2014
Modified Files:
src/games/hunt/huntd: makemaze.c
Log Message:
const in unused code
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/makemaze.c
Please note that dif
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:35:30 UTC 2014
Modified Files:
src/games/hunt/huntd: Makefile driver.c
Removed Files:
src/games/hunt/huntd: faketalk.c
Log Message:
remove stubbed-out function
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:32:04 UTC 2014
Modified Files:
src/games/hunt/huntd: Makefile faketalk.c huntd.6
Removed Files:
src/games/hunt/huntd: ctl.c ctl_transact.c get_names.c talk_ctl.h
Log Message:
Rip out the code that broadcast
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:16:09 UTC 2014
Modified Files:
src/games/hunt/huntd: ctl.c ctl_transact.c faketalk.c get_names.c
hunt.h
Removed Files:
src/games/hunt/huntd: bsd.h
Log Message:
Remove empty header file.
To gen
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:12:12 UTC 2014
Modified Files:
src/games/hunt/huntd: driver.c faketalk.c
Log Message:
Use setproctitle() instead of handrolled version.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/hunt
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:10:10 UTC 2014
Modified Files:
src/games/hunt/huntd: ctl.c ctl_transact.c driver.c faketalk.c
get_names.c hunt.h
Log Message:
Make the code for issuing talk requests to find players actually build.
To
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:41:11 UTC 2014
Modified Files:
src/games/hunt/huntd: answer.c draw.c driver.c execute.c extern.c
faketalk.c hunt.h makemaze.c shots.c
Log Message:
don't declare own boolean type
To generate a diff of
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:33:03 UTC 2014
Modified Files:
src/games/hunt/huntd: driver.c
Log Message:
use random(), not a handrolled 16-bit generator
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/driver
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:26:28 UTC 2014
Modified Files:
src/games/hunt/huntd: get_names.c
Log Message:
Use getaddrinfo() instead of gethostbyname().
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/get_n
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:03:21 UTC 2014
Modified Files:
src/games/hunt/huntd: faketalk.c
Log Message:
typo in error message
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/faketalk.c
Please note that d
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:02:12 UTC 2014
Modified Files:
src/games/hunt/huntd: get_names.c
Log Message:
const
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/get_names.c
Please note that diffs are not p
Module Name:src
Committed By: dholland
Date: Sat Mar 29 19:01:00 UTC 2014
Modified Files:
src/games/hunt/huntd: get_names.c
Log Message:
simplify silly logic
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/get_names.c
Please note that
Module Name:src
Committed By: apb
Date: Fri Mar 28 17:49:11 UTC 2014
Modified Files:
src/games/hunt/huntd: get_names.c
Log Message:
If you are going to use memcpy instead of struct assignment, then at
least use sizeof(the correct variable). The use of memcmp to test
two p
Module Name:src
Committed By: joerg
Date: Mon May 23 22:58:44 UTC 2011
Modified Files:
src/games/hunt/huntd: makemaze.c
Log Message:
#if 0 some unused code.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/games/hunt/huntd/makemaze.c
Please note that diff
29 matches
Mail list logo