empserver/src/lib/update
Markus Armbruster 902a1c9f17 (feed_ship): Work directly on land item arrays instead of copies made
by getvec().  This is safe, because the new code changes the item
array precisely when the old code writes back a changed copy.
2004-03-11 13:04:58 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
age.c Declare all configuration variables in optlist.h. Include that 2004-02-17 22:58:04 +00:00
anno.c Don't declare things in more than one place. Move some declarations 2004-02-20 20:45:18 +00:00
bp.c Replace getvec() by direct, read-only item access in some cases where 2004-03-05 10:38:58 +00:00
deliver.c (ITEM_MAX): New, value 9999. 2004-03-05 06:34:34 +00:00
distribute.c (dodistribute): Work directly on item arrays instead of copies made by 2004-03-10 18:32:42 +00:00
finish.c (dodeliver): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 18:25:05 +00:00
human.c (opt_NEWPOWER, Options, gen_power): Remove nooption NEWPOWER. 2004-03-11 10:36:55 +00:00
land.c (landrepair): Remove unused parameter `vec'. Caller changed. 2004-03-11 12:57:33 +00:00
main.c Don't declare things in more than one place. Move some declarations 2004-02-20 20:45:18 +00:00
Makefile Creating make include files with make doesn't work with many makes out 2004-02-07 00:54:35 +00:00
material.c (get_materials): Work directly on item arrays instead of copies made 2004-03-11 09:04:44 +00:00
mobility.c New server.h for server startup, control and shutdown, i.e. stuff in 2004-02-19 19:02:30 +00:00
move_sat.c deity.h is redundant, remove it. 2004-02-20 20:34:43 +00:00
nat.c Use gcc function attribute `format' to catch bad format strings. Fix 2004-03-09 12:27:40 +00:00
nav_ship.c Sectors need space for items, deliveries and distribution thresholds. 2004-03-03 16:54:22 +00:00
nav_util.c (ITEM_MAX): New, value 9999. 2004-03-05 06:34:34 +00:00
nxtitemp.c Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
nxtsctp.c Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
plague.c Sectors need space for items, deliveries and distribution thresholds. 2004-03-03 16:54:22 +00:00
plane.c Replace getvec() by direct, read-only item access in some cases where 2004-03-05 10:38:58 +00:00
populace.c (populace): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 17:59:37 +00:00
prepare.c (populace): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 17:59:37 +00:00
produce.c (nameofitem, produce, check, fire_dchrg, send_reacting_units_home, 2004-03-03 09:39:50 +00:00
removewants.c Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
revolt.c Replace getvec() by direct, read-only item access in some cases where 2004-03-05 10:38:58 +00:00
sail.c Replace getvec() by direct, read-only item access in some cases where 2004-03-05 10:38:58 +00:00
sect.c (dodeliver): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 18:25:05 +00:00
ship.c (feed_ship): Work directly on land item arrays instead of copies made 2004-03-11 13:04:58 +00:00