empserver/src/server
Markus Armbruster 4d154753b8 (pchrstr, MAXPRCON): Simplify variable-style storage of constituents.
Store only up to MAXPRCON constituents, not MAXCHRNV; code doesn't
fully support more than three anyway.  Remove member p_nv, use item
type I_NONE for unused slots.  Rename members p_vtype, p_vamt to
p_ctype, p_camt to avoid confusion with variable-style storage.
(pchr): Initializers adapted.
(nullify_objects, materials_cost, materials_charge, prod,
show_sect_capab, grind): Adapt, simplify where possible, protect
against bad item types in pchr[].
(MAXCHRNV): Unused, remove.
2004-08-17 15:19:46 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
idle.c The (unused) parameter of thread entry points is named `argv', but the 2004-02-20 20:14:53 +00:00
lostitem.c (weekday, daytime, daytime_range): New; replace kw_parse(). Parsing 2004-04-04 15:52:26 +00:00
main.c (pchrstr, MAXPRCON): Simplify variable-style storage of constituents. 2004-08-17 15:19:46 +00:00
Makefile Creating make include files with make doesn't work with many makes out 2004-02-07 00:54:35 +00:00
marketup.c (weekday, daytime, daytime_range): New; replace kw_parse(). Parsing 2004-04-04 15:52:26 +00:00
shutdown.c Indentation fixes; suspect indent-emp is to blame. 2004-02-28 18:06:11 +00:00
timestamp.c (weekday, daytime, daytime_range): New; replace kw_parse(). Parsing 2004-04-04 15:52:26 +00:00
update.c (weekday, daytime, daytime_range): New; replace kw_parse(). Parsing 2004-04-04 15:52:26 +00:00