]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/constants.c
Update copyright notice.
[empserver] / src / lib / global / constants.c
index c66ca23d10ab7233efb53693d91f8c9012ca7661..5ffd430ca559adabf1929d83053a54e9d9ab421a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  Known contributors to this file:
  *     Ken Stevens, 1995
  *     Steve McClure, 1996
- *     
  */
 
 #include <config.h>
 
 #include "wantupd.h"
 
-char *privname = "Deity forgot to edit econfig"; /* name of priv user */
-char *privlog = "careless@invalid"; /* logname of priv user */
-char *privip = "127.0.0.1 ::1";        /* divine hosts and networks */
+/* Name of the deity */
+char *privname = "Deity forgot to edit econfig";
+/* E-mail of the deity */
+char *privlog = "careless@invalid";
+/* Divine hosts and networks */
+char *privip = "127.0.0.1 ::1 ::ffff:127.0.0.1";
+
+char *disabled_commands = "";
+
+int keep_journal = 0;          /* journal log file enabled */
 
 int WORLD_X = 64;              /* World size - x */
 int WORLD_Y = 32;              /* World size - y */
@@ -57,7 +63,7 @@ char *update_times = "";      /* update times for policy UDP_TIMES */
 int update_policy = UDP_DEFAULT; /* update policy for regular updates */
 int update_demandpolicy = UDDEM_DEFAULT; /* update policy for demand updates */
 int update_missed = 999;       /* demand updates missed before veto */
-int update_wantmin = 0;                /* votes required for demand update */
+int update_wantmin = 1;                /* votes required for demand update */
 int blitz_time = 10;           /* number of minutes between blitz updates */
 char *update_demandtimes = ""; /* demand update time ranges */
 char *game_days = "";          /* days game is running */
@@ -110,9 +116,7 @@ float plane_grow_scale = 2.0;       /* how fast eff grows for planes (xETUS) */
 double fgrate = 0.0012;                /* food growth rate (dt * fert) */
 double fcrate = 0.0013;                /* food cultivate rate (dt * workforce) */
 double eatrate = 0.0005;       /* food eating rate (dt * people) */
-/*double   eatrate     = 0.0001;*//* food eating rate (dt * people) */
 double babyeat = 0.0060;       /* food to mature 1 baby into a civilian */
-/*double   babyeat     = 0.0000;*//* food to mature 1 baby into a civilian */
 
 double obrate = 0.005;         /* other sectors birth rate */
 double uwbrate = 0.0025;       /* uncompensated worker birth rate */