]> git.pond.sub.org Git - empserver/blob - src/lib/global/options.c
Disable LOANS and enable RAILWAYS by default
[empserver] / src / lib / global / options.c
1 /*
2  *  Empire - A multi-player, client/server Internet based war game.
3  *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
4  *                           Ken Stevens, Steve McClure
5  *
6  *  This program is free software; you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation; either version 2 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  *  ---
21  *
22  *  See files README, COPYING and CREDITS in the root of the source
23  *  tree for related information and legal notices.  It is expected
24  *  that future projects/authors will amend these files as needed.
25  *
26  *  ---
27  *
28  *  options.c: Options definitions
29  *
30  *  Known contributors to this file:
31  *       Steve McClure, 1998
32  *       Markus Armbruster, 2005-2008
33  */
34
35 #include <config.h>
36
37 #include "optlist.h"
38
39 int opt_ALL_BLEED = 1;
40 int opt_AUTO_POWER = 0;
41 int opt_BLITZ = 1;
42 int opt_BRIDGETOWERS = 1;
43 int opt_EASY_BRIDGES = 1;
44 int opt_FALLOUT = 1;
45 int opt_GODNEWS = 1;
46 int opt_GO_RENEW = 0;
47 int opt_GUINEA_PIGS = 0;
48 int opt_HIDDEN = 0;
49 int opt_INTERDICT_ATT = 1;
50 int opt_LANDSPIES = 1;
51 int opt_LOANS = 0;
52 int opt_LOSE_CONTACT = 0;
53 int opt_MARKET = 0;
54 int opt_MOB_ACCESS = 0;
55 int opt_NOFOOD = 1;
56 int opt_NOMOBCOST = 1;
57 int opt_NO_FORT_FIRE = 0;
58 int opt_NO_PLAGUE = 1;
59 int opt_PINPOINTMISSILE = 1;
60 int opt_RAILWAYS = 1;
61 int opt_RES_POP = 0;
62 int opt_SAIL = 1;
63 int opt_SLOW_WAR = 0;
64 int opt_SUPER_BARS = 0;
65 int opt_TECH_POP = 0;
66 int opt_TRADESHIPS = 0;
67 int opt_TREATIES = 1;