empserver/include
Ron Koenderink e89fb0bb17 (close_files, finish_server, panic):
Rename close_files() to ef_close_srv() and move to fileinit.c.
Replace calls to close_files() with ef_fin_srv().
Call ef_close_srv() from ef_fin_srv().

(ef_close_srv, ef_fin_srv): New.

(init_files, init_server, ef_init_srv):
Rename init_files() to ef_open_srv() and move to fileinit.c.
Remove call to init_files() from init_server() and replace
with a call to ef_open_srv() from ef_init_srv().

(ef_open_srv): New.

(ef_load, init_server, ef_init_srv):
Move the call to ef_load() from init_server() to ef_init_srv().

(global_init, init_server, ef_init_srv):
Move the call to global_init() from init_server() to ef_init_srv().

(nullify_objects, global_init, init_server):
Split nullify_objects() into init_lchr() and init_dchr().
Locate init_lchr() and init_dchr() in init.c.
Add calls to init_lchr() and to init_dchr() from global_init().

(init_lchr(), init_dchr()): New.
2005-11-29 03:57:44 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
budg.h Update copyright notice. 2005-03-16 22:03:16 +00:00
com.h New doc & doc fixes. Remove s_char on the way. 2005-06-25 17:22:45 +00:00
combat.h Update copyright notice. 2005-03-16 22:03:16 +00:00
commands.h Update copyright notice. 2005-03-16 22:03:16 +00:00
commodity.h Update copyright notice. 2005-03-16 22:03:16 +00:00
common.h Update copyright notice. 2005-03-16 22:03:16 +00:00
damage.h Update copyright notice. 2005-03-16 22:03:16 +00:00
distribute.h Update copyright notice. 2005-03-16 22:03:16 +00:00
econfig-spec.h (listen_addr): New econfig key. 2005-09-23 18:41:24 +00:00
empio.h (IO_CONN, io_conn, IOQ_BUFSIZE, MAXIOV, LND_NOTANY, plur) 2005-09-30 19:51:32 +00:00
empthread.h (empth_start, empth_init) [_EMPTH_POSIX]: Do not handle SIGALRM. We 2005-10-26 16:30:00 +00:00
file.h (dchr_ca, packing, empfile): Add packing symbol table. 2005-11-13 12:27:02 +00:00
gen.h Update copyright notice. 2005-03-16 22:03:16 +00:00
genitem.h Update copyright notice. 2005-03-16 22:03:16 +00:00
ioqueue.h (IO_CONN, io_conn, IOQ_BUFSIZE, MAXIOV, LND_NOTANY, plur) 2005-09-30 19:51:32 +00:00
item.h (nchr): Move the array size to nuke.h. Add rows for configurable units. 2005-10-28 13:23:08 +00:00
land.h (lnd_maxno): Variable's value is well-known constant N_MAXLAND + 1. 2005-11-06 20:59:38 +00:00
loan.h (dchr_ca, packing, empfile): Add packing symbol table. 2005-11-13 12:27:02 +00:00
lost.h (EFF_OWNER): The assertion that EFF_OWNER implies ef_read() sets 2005-05-29 14:14:33 +00:00
lwp.h (lwpReschedule): Internal function, move declaration from lwp.h to 2005-07-24 10:00:52 +00:00
map.h (diroff, dirch, routech): Declare with array size. Define without. 2005-10-30 16:46:46 +00:00
match.h Update copyright notice. 2005-03-16 22:03:16 +00:00
misc.h (plurize): Fix the strncat() len parameter to prevent an overflow of buf. 2005-11-13 23:18:37 +00:00
mission.h Update copyright notice. 2005-03-16 22:03:16 +00:00
nat.h (getcontact,putcontact): Generalize the interface back to an int. 2005-11-19 14:55:03 +00:00
news.h (dchrstr, pchrstr, rptstr): New member d_uid, p_uid, r_uid. 2005-11-19 17:37:43 +00:00
nsc.h (lookup): Rename lookup() to symbol_by_value(), make it public 2005-11-22 22:57:06 +00:00
nuke.h (nuk_maxno): Variable's value is well-known constant N_MAXNUKE + 1. 2005-11-06 20:37:07 +00:00
options.h The previous revision accidentally deleted commented out code. 2005-11-19 09:53:22 +00:00
optlist.h (opt_NO_LCMS, opt_NO_HCMS, opt_NO_OIL, Options, 2005-11-13 16:39:27 +00:00
path.h (diroff, dirch, routech): Declare with array size. Define without. 2005-10-30 16:46:46 +00:00
plague.h Update copyright notice. 2005-03-16 22:03:16 +00:00
plane.h (pln_maxno): Variable's value is well-known constant N_MAXPLANE + 1. 2005-11-06 21:12:24 +00:00
player.h (lndstr, natstr, shpstr): Fix string types from s_char[] to char[]. 2005-10-03 10:35:44 +00:00
power.h Update copyright notice. 2005-03-16 22:03:16 +00:00
product.h (dchrstr, pchrstr, rptstr): New member d_uid, p_uid, r_uid. 2005-11-19 17:37:43 +00:00
proto.h (sendcmd): Change argument cmd to string. Callers changed. 2005-05-26 13:18:58 +00:00
prototypes.h (close_files, finish_server, panic): 2005-11-29 03:57:44 +00:00
queue.h Update copyright notice. 2005-03-16 22:03:16 +00:00
retreat.h Update copyright notice. 2005-03-16 22:03:16 +00:00
sect.h (dchrstr, pchrstr, rptstr): New member d_uid, p_uid, r_uid. 2005-11-19 17:37:43 +00:00
server.h (force): Change to create update thread instead of calling 2005-08-20 19:16:56 +00:00
service.h Update copyright notice. 2005-03-16 22:03:16 +00:00
ship.h (mchr[],m_flags,m_nland): Remove M_UNIT from m_flags in mchr[]. 2005-11-22 23:19:59 +00:00
subs.h Update copyright notice. 2005-03-16 22:03:16 +00:00
tel.h Update copyright notice. 2005-03-16 22:03:16 +00:00
trade.h Update copyright notice. 2005-03-16 22:03:16 +00:00
treaty.h (dchr_ca, packing, empfile): Add packing symbol table. 2005-11-13 12:27:02 +00:00
update.h Update copyright notice. 2005-03-16 22:03:16 +00:00
version.h Update for 4.2.23. 2005-10-21 05:58:30 +00:00
wantupd.h (IO_CONN, io_conn, IOQ_BUFSIZE, MAXIOV, LND_NOTANY, plur) 2005-09-30 19:51:32 +00:00
xy.h Update copyright notice. 2005-03-16 22:03:16 +00:00