empserver/src/lib/update
Markus Armbruster 7f4e59fb8d (new_work, do_feed, prod, newe): Factor out calculation of work into
new_work().

(ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options,
rollover_avail_max, configkeys, vers, new_work): Replace option
ROLLOVER_AVAIL by configuration parameter rollover_avail_max.
2004-05-10 20:30:38 +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 (i_packing): New. Use where appropriate. 2004-04-09 06:30:21 +00:00
finish.c (dodeliver): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 18:25:05 +00:00
human.c (new_work, do_feed, prod, newe): Factor out calculation of work into 2004-05-10 20:30:38 +00:00
land.c (upd_ship, upd_land, do_plague): Work directly on item arrays instead 2004-03-11 18:10:25 +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 (build_ship, orde, qorde, nav_loadship, load_it, unload_it): Store 2004-04-08 19:14:09 +00:00
nav_util.c (build_ship, orde, qorde, nav_loadship, load_it, unload_it): Store 2004-04-08 19:14:09 +00:00
nxtitemp.c Use CANT_HAPPEN() rather than logerror() for some internal errors. 2004-04-06 18:33:40 +00:00
nxtsctp.c Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
plague.c (upd_ship, upd_land, do_plague): Work directly on item arrays instead 2004-03-11 18:10:25 +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 (produce): Fix consumed materials when production hits the 999 limit. 2004-03-16 19:25:13 +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 (prod, upd_buildeff): Truncated work to even before sector building. 2004-04-08 16:31:31 +00:00
ship.c (opt_SHIP_DECAY, Options, shiprepair): Remove option SHIP_DECAY. 2004-05-09 19:06:48 +00:00