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: skrll
Date: Sun Mar 30 09:11:50 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
Remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/games/hunt/hunt/hunt.c
Please note that diffs are not public
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 05:48:36 UTC 2014
Modified Files:
src/games/hunt/hunt: playit.c
Log Message:
Use the curses beep function instead of writing a beep to stdout.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/games/
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:46:54 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
curses has printw, use it.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/games/hunt/hunt/hunt.c
Please note that diffs
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:44:56 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c playit.c
Log Message:
don't use the preprocessor to rename curses functions, just call them
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:41:50 UTC 2014
Modified Files:
src/games/hunt/hunt: playit.c
Log Message:
fix off-by-one
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/hunt/hunt/playit.c
Please note that diffs are not
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:38:13 UTC 2014
Modified Files:
src/games/hunt/hunt: playit.c
Log Message:
Instead of #define STDIN 0, use STDIN_FILENO.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/games/hunt/hunt/playit.c
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:30:28 UTC 2014
Modified Files:
src/games/hunt/hunt: connect.c hunt.c hunt_private.h playit.c
src/games/hunt/huntd: answer.c hunt.h
src/games/hunt/include: hunt_common.h
Log Message:
Remove SHORTLEN
Module Name:src
Committed By: dholland
Date: Sun Mar 30 05:14:47 UTC 2014
Modified Files:
src/games/hunt/hunt: connect.c hunt.c hunt_private.h otto.c playit.c
Log Message:
Naming reform for socket pieces, akin to what I did in huntd earlier.
(but not as comprehensive)
To
Module Name:src
Committed By: dholland
Date: Sun Mar 30 04:57:37 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c server.c
Log Message:
I wish the socket API didn't require casts. Easy to mess them up.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src
Module Name:src
Committed By: dholland
Date: Sun Mar 30 04:40:50 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
fix obvious mistake (seems to have been there since 4.4)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/games/hunt/hunt/h
Module Name:src
Committed By: dholland
Date: Sun Mar 30 04:39:40 UTC 2014
Modified Files:
src/games/hunt/hunt: server.c
Log Message:
Tidy up list of broadcast addresses.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/games/hunt/hunt/server.c
Please note
Module Name:src
Committed By: dholland
Date: Sun Mar 30 04:31:21 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c hunt_private.h server.c
Log Message:
Clean up the handling of the list of hunt daemons.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src
Module Name:src
Committed By: dholland
Date: Sun Mar 30 03:35:26 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c hunt_private.h
Log Message:
use fewer globals
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/games/hunt/hunt/hunt.c
cvs rdiff -u -r1.5
Module Name:src
Committed By: dholland
Date: Sun Mar 30 03:26:19 UTC 2014
Modified Files:
src/games/hunt/hunt: server.c
Log Message:
more cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/hunt/hunt/server.c
Please note that diffs are not publ
Module Name:src
Committed By: dholland
Date: Sun Mar 30 02:58:25 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c hunt_private.h server.c
Log Message:
unexpose some globals that server.c previously required
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.4
Module Name:src
Committed By: dholland
Date: Sun Mar 30 02:53:11 UTC 2014
Modified Files:
src/games/hunt/hunt: server.c
Log Message:
name reform, fewer file statics
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/hunt/hunt/server.c
Please note that
Module Name:src
Committed By: dholland
Date: Sun Mar 30 02:46:57 UTC 2014
Modified Files:
src/games/hunt/hunt: server.c
Log Message:
goto considered harmful
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/hunt/hunt/server.c
Please note that diffs a
Module Name:src
Committed By: dholland
Date: Sun Mar 30 02:26:09 UTC 2014
Modified Files:
src/games/hunt/hunt: Makefile hunt.c hunt_private.h
Added Files:
src/games/hunt/hunt: server.c
Log Message:
split off a bunch of the nastier network code into its own file
T
Module Name:src
Committed By: dholland
Date: Sun Mar 30 02:11:25 UTC 2014
Modified Files:
src/games/hunt/hunt: playit.c
Log Message:
When indexing an array with a char, cast it to unsigned char, not int,
to not only silence the compiler warning but also get the correct
beh
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 22:15:26 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt_private.h
Log Message:
group external functions by where they come from
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/hunt/hunt/hun
Module Name:src
Committed By: dholland
Date: Sat Mar 29 22:15:13 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
be consistent about whether functions are static
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/games/hunt/hunt/hunt.c
P
Module Name:src
Committed By: dholland
Date: Sat Mar 29 22:11:19 UTC 2014
Modified Files:
src/games/hunt: Makefile.inc
src/games/hunt/hunt: hunt.c
src/games/hunt/huntd: driver.c
Added Files:
src/games/hunt/include: pathnames.h
Log Message:
handle co
Module Name:src
Committed By: dholland
Date: Sat Mar 29 22:05:44 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c hunt_private.h
Log Message:
make some globals static
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/games/hunt/hunt/hunt.c
cvs rdiff -
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:56:00 UTC 2014
Modified Files:
src/games/hunt/huntd: driver.c extern.c hunt.h
src/games/hunt/include: hunt_common.h
Log Message:
Additional minor cleanup and remove a straggler data declaration
from hunt_co
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:25:35 UTC 2014
Modified Files:
src/games/hunt/huntd: pathname.c
src/games/hunt/include: hunt_common.h
Log Message:
move a comment that should have gone with its symbol
To generate a diff of this commit:
c
Module Name:src
Committed By: dholland
Date: Sat Mar 29 21:24:27 UTC 2014
Modified Files:
src/games/hunt/hunt: Makefile connect.c hunt.c otto.c playit.c
src/games/hunt/huntd: Makefile hunt.h pathname.c
Added Files:
src/games/hunt/hunt: hunt_private.h
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:53:55 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
Remove unsafe and unnecessary pointer casts.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/games/hunt/hunt/hunt.c
Pleas
Module Name:src
Committed By: dholland
Date: Sat Mar 29 20:52:13 UTC 2014
Modified Files:
src/games/hunt/hunt: hunt.c otto.c playit.c
Log Message:
catch up to huntd changes.
XXX: this needs to stop promiscuously sharing .h files.
To generate a diff of this commit:
cvs rd
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
Module Name:src
Committed By: joerg
Date: Mon May 23 22:56:11 UTC 2011
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
Don't use variables as format string.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/games/hunt/hunt/hunt.c
Please note tha
Module Name:src
Committed By: dholland
Date: Wed Jan 5 15:52:20 UTC 2011
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
avoid unnecessary cast (hi wiz)
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/games/hunt/hunt/hunt.c
Please note that d
Module Name:src
Committed By: wiz
Date: Wed Jan 5 15:40:55 UTC 2011
Modified Files:
src/games/hunt/hunt: hunt.c
Log Message:
Fix realloc error. Found by cppcheck.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/games/hunt/hunt/hunt.c
Please note that
60 matches
Mail list logo