empserver/src/lib/player
Markus Armbruster 8cd0160176 Declare all configuration variables in optlist.h. Include that
instead of declaring them all over the place.  This uncovered type
errors:
(s_p_etu, adj_update): Defined long, sometimes declared int.  Kills
big endian machines where sizeof(long) != sizeof(int).  Change to
int.

(set_option, delete_option, optstrset, intset, floatset, doubleset,
longset, optionset, optiondel, worldxset): Change linkage to static.
2004-02-17 22:58:04 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
accept.c Declare all configuration variables in optlist.h. Include that 2004-02-17 22:58:04 +00:00
dispatch.c Declare all configuration variables in optlist.h. Include that 2004-02-17 22:58:04 +00:00
empdis.c (copy, atopi, same): Remove, use strcpy(), atoi(), strcmp(). Callers 2004-01-08 10:20:44 +00:00
empmod.c Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
init_nats.c Declare all configuration variables in optlist.h. Include that 2004-02-17 22:58:04 +00:00
login.c (at_minimum, blocksig, emp_bitinit, filelogerror, iceil, ifloor, 2003-12-17 23:13:50 +00:00
Makefile Creating make include files with make doesn't work with many makes out 2004-02-07 00:54:35 +00:00
nat.c Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
player.c Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
recvclient.c Remove superflous include. 2004-01-08 10:11:38 +00:00