]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/sect.c
Update copyright notice
[empserver] / src / lib / global / sect.c
index b2a166cc01fa097bce21e07eec9e5b635fcf9ae4..e19598431ee8b31f496543c0e2d35e592bde3a1c 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
- *                           Ken Stevens, Steve McClure
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *                Ken Stevens, Steve McClure, Markus Armbruster
  *
- *  This program is free software; you can redistribute it and/or modify
+ *  Empire is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
+ *  the Free Software Foundation, either version 3 of the License, or
  *  (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
  *  sect.c: Sector designation characteristics
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Jeff Bailey
  *     Steve McClure, 1998
  */
 
-/* order must agree with sect.h */
+#include <config.h>
 
-#include "misc.h"
 #include "sect.h"
-#include "product.h"
-
-struct dchrstr bigcity_dchr = {
-  'c', 0,        2, NAV_02, UPKG,1.0, 2.0,  30, 0, 10,  1,  2, "city"
-};
 
-struct  dchrstr dchr[SCT_MAXDEF+2]  = {
 /*
-  mnem prd     mcst  flg    pkg ostr dstr value $ bld lcm hcm   name    */
-{ '.', 0,        0, NAVOK,  NPKG,0.0, 0.0,   0, 0,  0,  0,  0, "sea" },
-{ '^', P_MDUST, 25, 0,      NPKG,1.0, 4.0,   5, 0,  1,  0,  0, "mountain" },
-{ 's', 0,        0, 0,      NPKG,0.0,99.0, 127, 0,  0,  0,  0, "sanctuary" },
-{ '\\',0,        0, 0,      NPKG,0.0,99.0,   0, 0,  0,  0,  0, "wasteland" },
-{ '-', 0,        3, 0,      NPKG,1.0, 2.0,   1, 0,  0,  0,  0, "wilderness" },
-{ 'c', 0,        2, 0,      NPKG,1.0, 2.0,  30, 0,  1,  0,  0, "capital" },
-{ 'u', P_URAN,   2, 0,      NPKG,1.0, 2.0,  15, 0,  1,  0,  0, "uranium mine" },
-{ 'p', P_HLEV,   2, 0,      NPKG,1.0, 1.5,   5, 0,  1,  0,  0, "park" },
-{ 'd', P_GUN,    2, 0,      NPKG,1.0, 1.5,   7, 0,  1,  0,  0, "defense plant" },
-{ 'i', P_SHELL,  2, 0,      NPKG,1.0, 1.5,   6, 0,  1,  0,  0, "shell industry" },
-{ 'm', P_IRON,   2, 0,      NPKG,1.0, 2.0,   5, 0,  1,  0,  0, "mine" },
-{ 'g', P_DUST,   2, 0,      NPKG,1.0, 2.0,   8, 0,  1,  0,  0, "gold mine" },
-{ 'h', 0,        2, NAV_02, WPKG,1.0, 1.5,  12, 0,  1,  0,  0, "harbor" },
-{ 'w', 0,        2, 0,      WPKG,1.0, 1.5,   7, 0,  1,  0,  0, "warehouse" },
-{ '*', 0,        2, 0,      NPKG,1.0,1.25,  12, 0,  1,  0,  0, "airfield" },
-{ 'a', P_FOOD,   2, 0,      NPKG,1.0, 1.5,   2, 0,  1,  0,  0, "agribusiness" },
-{ 'o', P_OIL,    2, 0,      NPKG,1.0, 1.5,   5, 0,  1,  0,  0, "oil field" },
-{ 'j', P_LCM,    2, 0,      NPKG,1.0, 1.5,   3, 0,  1,  0,  0, "light manufacturing" },
-{ 'k', P_HCM,    2, 0,      NPKG,1.0, 1.5,   4, 0,  1,  0,  0, "heavy manufacturing" },
-{ 'f', 0,        2, 0,      NPKG,2.0, 4.0,  10, 0,  5,  0,  1, "fortress" },
-{ 't', P_TLEV,   2, 0,      NPKG,1.0, 1.5,  10, 0,  1,  0,  0, "technical center" },
-{ 'r', P_RLEV,   2, 0,      NPKG,1.0, 1.5,   9, 0,  1,  0,  0, "research lab" },
-{ 'n', 0,        2, 0,      NPKG,1.0, 2.0,  10, 0,  1,  0,  0, "nuclear plant" },
-{ 'l', P_ELEV,   2, 0,      NPKG,1.0, 1.5,   4, 0,  1,  0,  0, "library/school" },
-{ '+', 0,        1, 0,      NPKG,1.0, 1.0,   3, 0,  1,  0,  0, "highway" },
-{ ')', 0,        2, 0,      NPKG,1.0, 1.5,   4, 0,  1,  0,  0, "radar installation" },
-{ '!', 0,        2, 0,      NPKG,1.0, 1.5,  12, 0,  1,  0,  0, "headquarters" },
-{ '#', 0,        1, 0,      NPKG,1.0, 1.5,   4, 0,  1,  0,  0, "bridge head" },
-{ '=', 0,        1, NAV_60, NPKG,1.0, 1.0,   5, 0,  1,  0,  0, "bridge span" },
-{ 'b', P_BAR,    2, 0,      BPKG,1.0,2.25,  10, 0,  1,  0,  0, "bank" },
-{ '%', P_PETROL, 2, 0,      NPKG,1.0, 1.5,   2, 0,  1,  0,  0, "refinery" },
-{ 'e', 0,        2, 0,      NPKG,1.0, 2.0,   7, 0,  1,  0,  0, "enlistment center" },
-{ '~', 0,        2, 0,      NPKG,1.0, 1.5,   1, 0,  1,  0,  0, "plains" },
-{ '@', 0,        1, 0,      NPKG,1.0, 1.5,   4, 0,  1,  0,  0, "bridge tower" },
-{   0, 0,        0, 0,      0,     0,   0,   0, 0,  0,  0,  0, 0 },
-{   0, 0,        0, 0,      0,     0,   0,   0, 0,  0,  0,  0, 0 }
-};
-
-int    sct_maxno = (sizeof(dchr) / sizeof(struct dchrstr)) - 1;
+ * Table of sector designations
+ * Initialized on startup from sect.config and deity custom config (if any).
+ * Terminated by a sentinel with null d_name.
+ */
+struct dchrstr dchr[SCT_TYPE_MAX + 2];
 
-struct sctintrins intrchr[] = {
-/* name              lcm hcm dollars mobility */
-{  "road network",     2,  2,    2,      1 },
-{  "rail network",     1,  1,    1,      1 },
-{  "defense factor",   1,  1,    1,      1 },
-{  0,                  0,  0,    0,      0 }
-};
+/*
+ * Table of infrastructure types
+ * Initialized on startup from infra.config and deity custom config (if any).
+ */
+struct sctintrins intrchr[INT_DEF + 2];