]> git.pond.sub.org Git - empserver/blobdiff - include/econfig-spec.h
Fix trailing whitespace
[empserver] / include / econfig-spec.h
index ee54f82948d4be44f7ccb50faffd7969483838a7..756bed167a5cf87790ccc6fa620484fbcf6d9440 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  econfig-spec.h: Combined include for optlist.h and emp_config.c
- * 
+ *
  *  Known contributors to this file:
  *     Marc Olzheim, 2004
  *     Markus Armbruster, 2004-2008
@@ -90,6 +90,8 @@ EMPCFBOTH("port", loginport, char *, NSC_STRING, KM_INTERNAL,
     "TCP port the server will bind")
 EMPCFBOTH("keep_journal", keep_journal, int, NSC_INT, KM_INTERNAL,
     "Enable journal log file")
+EMPCFBOTH("post_crash_dump_hook", post_crash_dump_hook, char *, NSC_STRING, KM_INTERNAL,
+    "Shell command run right after a crash dump, in the game's data directory")
 EMPCFBOTH("privname", privname, char *, NSC_STRING, 0,
     "Name of the deity")
 EMPCFBOTH("privlog", privlog, char *, NSC_STRING, 0,
@@ -145,8 +147,6 @@ EMPCF_OPT("EASY_BRIDGES", opt_EASY_BRIDGES,
     "Allow bridge building without bridge heads")
 EMPCF_OPT("FALLOUT", opt_FALLOUT,
     "Enable secondary effects caused by radiation")
-EMPCF_OPT("FUEL", opt_FUEL,
-    "Make ships use fuel to move")
 EMPCF_OPT("GODNEWS", opt_GODNEWS,
     "Inform the world when deities give/take away")
 EMPCF_OPT("GO_RENEW", opt_GO_RENEW,
@@ -181,8 +181,6 @@ EMPCF_OPT("RES_POP", opt_RES_POP,
     "Population is limited by research")
 EMPCF_OPT("SAIL", opt_SAIL,
     "Enable sail command")
-EMPCF_OPT("SHOWPLANE", opt_SHOWPLANE,
-    "Show planes and land units embarked on ships or land units up for trade")
 EMPCF_OPT("SLOW_WAR", opt_SLOW_WAR,
     "Declaring war takes time")
 EMPCF_OPT("SUPER_BARS", opt_SUPER_BARS,
@@ -384,15 +382,13 @@ EMPCFBOTH("trade_ally_cut", trade_ally_cut, float, NSC_FLOAT, 0,
 
 EMPCF_COMMENT("\n\n### Miscellaneous")
 EMPCFBOTH("disabled_commands", disabled_commands, char *, NSC_STRING, KM_INTERNAL,
-         "Disabled commands, separated by space")
+    "Disabled commands, separated by space")
 EMPCFBOTH("anno_keep_days", anno_keep_days, int, NSC_INT, KM_INTERNAL,
-         "How long until announcements expire (<0 means never)")
+    "How long until announcements expire (<0 means never)")
 EMPCFBOTH("news_keep_days", news_keep_days, int, NSC_INT, KM_INTERNAL,
-         "How long until news expire")
-EMPCFBOTH("fuel_mult", fuel_mult, int, NSC_INT, 0,
-    "Multiplier for fuel to mobility calculation")
-EMPCFBOTH("lost_items_timeout", lost_items_timeout, int, NSC_INT, KM_INTERNAL,
-    "Seconds before a lost item is timed out of the database")
+    "How long until news expire")
+EMPCFBOTH("lost_keep_hours", lost_keep_hours, int, NSC_INT, KM_INTERNAL,
+    "How long until lost items expire")
 
 /* Sentinel */
 EMPCFONLYC(NULL, emp_config_dummy, NULL, NSC_NOTYPE, 0, NULL)