tHelp added for the General and Locations tabs in the GUI Options dialog. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ca595c272b9c117c690dcabafd11ac27156905c9
 (DIR) parent 6838179a5b3e97499b556fd92920815dda89a343
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 12 Aug 2002 11:40:54 +0000
       
       Help added for the General and Locations tabs in the GUI Options dialog.
       
       
       Diffstat:
         A doc/help/general.html               |      56 +++++++++++++++++++++++++++++++
         A doc/help/locations.html             |      41 +++++++++++++++++++++++++++++++
       
       2 files changed, 97 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/doc/help/general.html b/doc/help/general.html
       t@@ -0,0 +1,56 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +
       +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
       + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
       +
       +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
       +
       +<head>
       +<title>dopewars: General Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: General Options</h1>
       +
       +<ul>
       +<li><b>Remove drug references</b>: Do not popup random events during the game
       +that might mention drugs. This also disables the cops and the gun shop.
       +Obviously, if you really want to remove drug references completely, you
       +also need to change all the drug names in the
       +<a href="drugs.html">Drugs tab</a>.<p /></li>
       +
       +<li><b>Put server in System Tray</b>: (Windows only) When running the
       +graphical server, and it is minimized, do not show the window in the normal
       +window list, but in the System Tray (the collection of small icons in the
       +bottom right of the screen). Clicking on the dopewars icon in the Tray will
       +restore the window to its normal state.<p /></li>
       +
       +<li><b>Game length (turns)</b>: The number of days over which the game runs.
       +If this is set to 0 (zero) then the game will only end if you are killed.
       +<p /></li>
       +
       +<li><b>Starting cash</b>: The amount of money that each player in the game
       +gets at the start.<p /></li>
       +
       +<li><b>Starting debt</b>: The amount of money that each player in the game
       +starts out in debt to the Loan Shark.<p /></li>
       +
       +<li><b>Currency symbol</b>: The symbol (e.g. $, &pound;, &euro;, GBP) used
       +to denote all prices in the game.<p /></li>
       +
       +<li><b>Symbol prefixes prices</b>: If checked, then the currency symbol is
       +always printed <b>before</b> prices (e.g. $100). If unchecked, it follows
       +the prices (e.g. 100 EUR).<p /></li>
       +
       +<li><b>Name of one bitch</b>: The word used to refer to a single one of your
       +companions. For example, you may prefer "henchman" to "bitch".<p /></li>
       +
       +<li><b>Name of several bitches</b>: The word used to refer to several of your
       +companions. For example, you may prefer "henchmen" to "bitches".<p /></li>
       +
       +<li><b>Web browser</b>: (Unix only) The full pathname of the program that you
       +use for displaying webpages. For example, <tt>/usr/bin/netscape</tt>.<p /></li>
       +</ul>
       +
       +</body>
       +</html>
 (DIR) diff --git a/doc/help/locations.html b/doc/help/locations.html
       t@@ -0,0 +1,41 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +
       +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
       + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
       +
       +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
       +
       +<head>
       +<title>dopewars: Location Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: Location Options</h1>
       +
       +<ul>
       +<li><b>Location</b>: A list of all locations in the game. Use the "New"
       +button to create a new location, or the "Delete", "Up" and "Down" buttons
       +to delete the currently selected location or to change its position in the
       +list. (You cannot delete all of the locations, as this would make the
       +game unplayable.) Selecting a location from this list allows the other
       +sections in this window to be filled in.<p /></li>
       +
       +<li><b>Name</b>: The name of the region or city that the location represents.
       +<p /></li>
       +
       +<li><b>Police presence</b>: The percentage chance that the police in this
       +location will catch you fighting with other drug dealers or dropping drugs.
       +<p /></li>
       +
       +<li><b>Minimum no. of drugs</b>: Every time you visit this location, a random
       +number of drugs will be available for buying or selling. This allows you to
       +set the minimum number of different types of drug that will be available in
       +this location.<p /></li>
       +
       +<li><b>Maximum no. of drugs</b>: This allows you to set the maximum number of
       +different types of drug that will be available in this location.<p /></li>
       +
       +</ul>
       +
       +</body>
       +</html>