tBasic help pages added for all the remaining tabs in the 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 b8595f6d1113ac14460a14a483184ae6fe888229
 (DIR) parent 4a67db411d531fb29db3056127c971b49ff72f64
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 29 Sep 2002 16:04:22 +0000
       
       Basic help pages added for all the remaining tabs in the Options dialog.
       
       
       Diffstat:
         A doc/help/cops.html                  |      30 ++++++++++++++++++++++++++++++
         A doc/help/drugs.html                 |      30 ++++++++++++++++++++++++++++++
         A doc/help/guns.html                  |      31 +++++++++++++++++++++++++++++++
         A doc/help/sounds.html                |      16 ++++++++++++++++
         M win32/filelist                      |       4 ++++
       
       5 files changed, 111 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/doc/help/cops.html b/doc/help/cops.html
       t@@ -0,0 +1,30 @@
       +<?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: Cops Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: Cops Options</h1>
       +
       +<ul>
       +<li><b>Cop</b>: A list of all cops in the game. Use the "New"
       +button to create a new cop, or the "Delete", "Up" and "Down" buttons
       +to delete the currently selected cop or to change its position in the
       +list. (If you delete all of the cops, then the cops will never attack
       +you.) Selecting a cop from this list allows the other
       +sections in this window to be filled in.<p /></li>
       +
       +<li><b>Name</b>: The name of the cop.
       +<p /></li>
       +
       +
       +</ul>
       +
       +</body>
       +</html>
 (DIR) diff --git a/doc/help/drugs.html b/doc/help/drugs.html
       t@@ -0,0 +1,30 @@
       +<?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: Drugs Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: Drugs Options</h1>
       +
       +<ul>
       +<li><b>Drug</b>: A list of all drugs in the game. Use the "New"
       +button to create a new drug, or the "Delete", "Up" and "Down" buttons
       +to delete the currently selected drug or to change its position in the
       +list. (You cannot delete all of the drugs, as this would make the
       +game unplayable.) Selecting a drug from this list allows the other
       +sections in this window to be filled in.<p /></li>
       +
       +<li><b>Name</b>: The name of the drug.
       +<p /></li>
       +
       +
       +</ul>
       +
       +</body>
       +</html>
 (DIR) diff --git a/doc/help/guns.html b/doc/help/guns.html
       t@@ -0,0 +1,31 @@
       +<?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: Guns Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: Guns Options</h1>
       +
       +<ul>
       +<li><b>Gun</b>: A list of all guns in the game. Use the "New"
       +button to create a new gun, or the "Delete", "Up" and "Down" buttons
       +to delete the currently selected gun or to change its position in the
       +list. (If you delete all of the guns, then the cops will never attack
       +you, and you cannot attack other players or buy guns in the Gun Shop.)
       +Selecting a gun from this list allows the other
       +sections in this window to be filled in.<p /></li>
       +
       +<li><b>Name</b>: The name of the gun.
       +<p /></li>
       +
       +
       +</ul>
       +
       +</body>
       +</html>
 (DIR) diff --git a/doc/help/sounds.html b/doc/help/sounds.html
       t@@ -0,0 +1,16 @@
       +<?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: Sounds Options</title>
       +</head>
       +
       +<body>
       +<h1>dopewars: Sounds Options</h1>
       +
       +</body>
       +</html>
 (DIR) diff --git a/win32/filelist b/win32/filelist
       t@@ -30,7 +30,11 @@ index.html
        ../doc/windows.html -> windows.html
        ../doc/help/general.html -> help\general.html
        ../doc/help/locations.html -> help\locations.html
       +../doc/help/drugs.html -> help\drugs.html
       +../doc/help/guns.html -> help\guns.html
       +../doc/help/cops.html -> help\cops.html
        ../doc/help/server.html -> help\server.html
       +../doc/help/sounds.html -> help\sounds.html
        ../../auxdope/dopewars-config.txt -> dopewars-config.txt
        ../src/dopewars.exe -> dopewars.exe
        ../../auxdope/iconv.dll -> iconv.dll