empserver/src/lib/global
Markus Armbruster 19953e6c22 (prd_maxno): Variable's value is well-known constant P_MDUST + 2.
Useless, remove.  Users changed to check pchr's sentinel, because
that's clearer than comparing the index to P_MDUST or sizeof(pchr) /
sizeof(*pchr).

(pchr): Change sentinel's p_name and p_sname to NULL.  Sentinel
checks changed.
2005-11-06 18:06:38 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
constants.c (START_UNITS, start_unit_type, deity_build_land, new): Remove 2005-10-23 20:52:46 +00:00
dir.c (diroff, dirch, routech): Declare with array size. Define without. 2005-10-30 16:46:46 +00:00
file.c (empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table. 2005-11-06 13:43:09 +00:00
init.c (prd_maxno): Variable's value is well-known constant P_MDUST + 2. 2005-11-06 18:06:38 +00:00
item.c (ichr): Define without array size, like the other characteristics 2005-10-30 16:51:21 +00:00
land.c Update copyright notice. 2005-03-16 22:03:16 +00:00
Makefile Update copyright notice. 2005-03-16 22:03:16 +00:00
news.c (buy, check_market, trad, check_trade): Remove the following virtually 2005-10-30 14:33:44 +00:00
nsc.c (empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table. 2005-11-06 13:43:09 +00:00
nuke.c (nchr): Move the array size to nuke.h. Add rows for configurable units. 2005-10-28 13:23:08 +00:00
options.c (SNEAK_ATTACK, opt_SNEAK_ATTACK, Options, do_sneak, att_abort) 2005-10-02 14:35:18 +00:00
path.c (listen_addr): New econfig key. 2005-09-23 18:41:24 +00:00
plane.c Update copyright notice. 2005-03-16 22:03:16 +00:00
product.c (prd_maxno): Variable's value is well-known constant P_MDUST + 2. 2005-11-06 18:06:38 +00:00
sect.c (dchr): Remove second sentinel. 2005-10-29 06:34:21 +00:00
ship.c Update copyright notice. 2005-03-16 22:03:16 +00:00
treaty.c (tchrstr, tchr_ca): Remove, use struct symbol and symbol_ca. Users 2005-10-29 14:10:23 +00:00