tUpdate latest stable version - 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 a753431091844969421ebd08e95b4bc8d074eaa9
 (DIR) parent cb0ce7dfc2cd15cbe027542610cd899318b1d690
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 11 Dec 2020 18:02:00 -0800
       
       Update latest stable version
       
       Diffstat:
         M NEWS                                |       5 +++++
         M README.md                           |      12 ++++++------
         M doc/index.html                      |       4 ++--
         M doc/installation.html               |      18 +++++++++---------
         M doc/windows.html                    |       2 +-
       
       5 files changed, 23 insertions(+), 18 deletions(-)
       ---
 (DIR) diff --git a/NEWS b/NEWS
       t@@ -1,3 +1,8 @@
       +11th December 2020
       +     dopewars-1.6.1 released. This improves the appearance of the text-mode
       +client, adds a British English translation, and fixes a bug selecting sounds
       +from the options dialog of the Windows client.
       +
        6th December 2020
             dopewars-1.6.0 released. The metaserver, broken since SourceForge moved
        to HTTPS, should work again. This release also adds support for modern 64-bit
 (DIR) diff --git a/README.md b/README.md
       t@@ -1,15 +1,15 @@
        [![Build Status](https://travis-ci.com/benmwebb/dopewars.svg?branch=develop)](https://travis-ci.com/benmwebb/dopewars)
        
       -This is dopewars 1.6.0, a game simulating the life of a drug dealer in
       +This is dopewars 1.6.1, a game simulating the life of a drug dealer in
        New York. The aim of the game is to make lots and lots of money...
        unfortunately, you start the game with a hefty debt, accumulating interest,
        and the cops take a rather dim view of drug dealing...
        
        These are brief instructions; see the HTML documentation for full information.
        
       -dopewars 1.6.0 servers should handle clients as old as version 1.4.3 with
       +dopewars 1.6.1 servers should handle clients as old as version 1.4.3 with
        hardly any visible problems (the reverse is also true). However, it is
       -recommended that both clients and servers are upgraded to 1.6.0!
       +recommended that both clients and servers are upgraded to 1.6.1!
        
        ## Installation
        
       t@@ -19,10 +19,10 @@ Either...
           
        Or...
        
       -1. Get the tarball `dopewars-1.6.0.tar.gz` from the same URL
       -2. Extract it via `tar -xvzf dopewars-1.6.0.tar.gz`
       +1. Get the tarball `dopewars-1.6.1.tar.gz` from the same URL
       +2. Extract it via `tar -xvzf dopewars-1.6.1.tar.gz`
        3. Follow the instructions in the `INSTALL` file in the newly-created
       -   `dopewars-1.6.0` directory
       +   `dopewars-1.6.1` directory
        
        Once you're done, you can safely delete the RPM, tarball and dopewars
        directory. The dopewars binary is all you need!
 (DIR) diff --git a/doc/index.html b/doc/index.html
       t@@ -12,11 +12,11 @@ col.linklist    { width: 35% }
        td.linklist     { vertical-align: top }
        -->
        </style>
       -<title>dopewars 1.6.0: Main Index</title>
       +<title>dopewars 1.6.1: Main Index</title>
        </head>
        
        <body>
       -<h1>dopewars 1.6.0: Main Index</h1>
       +<h1>dopewars 1.6.1: Main Index</h1>
        
        <table>
        <col class="linklist" />
 (DIR) diff --git a/doc/installation.html b/doc/installation.html
       t@@ -56,7 +56,7 @@ crash with mysterious segmentation faults due to library conflicts.</p>
        
        <ol>
        <li>Download the 
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.0-1.el7.x86_64.rpm">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.1-1.el7.x86_64.rpm">
        x86_64 (64-bit Intel for RedHat Enterprise 7)</a> RPM with your web browser.</li>
        
        <li>Become root on your Unix box (if you cannot become root, then you will
       t@@ -65,7 +65,7 @@ up).</li>
        
        <li>Change to the directory containing the dopewars rpm, and install it with
        the command<br />
       -<tt><b>rpm -Uvh dopewars-1.6.0-1.el7.x86_64.rpm</b></tt><br /> This will replace any
       +<tt><b>rpm -Uvh dopewars-1.6.1-1.el7.x86_64.rpm</b></tt><br /> This will replace any
        already-installed earlier version.</li>
        </ol>
        
       t@@ -77,13 +77,13 @@ building the binaries from it on your system.</p>
        
        <ol>
        <li>Download the
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.0-1.el7.src.rpm">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.1-1.el7.src.rpm">
        source code RPM</a>.</li>
        
        <li>Become root and change to the directory containing the new rpm.</li>
        
        <li>Build a binary rpm with the command<br />
       -<tt><b>rpmbuild --rebuild dopewars-1.6.0-1.el7.src.rpm</b></tt></li>
       +<tt><b>rpmbuild --rebuild dopewars-1.6.1-1.el7.src.rpm</b></tt></li>
        
        <li>Change to the directory which the binary rpm has been written to (check
        the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
       t@@ -91,7 +91,7 @@ the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
        "alpha" on Alphas, "x86_64" on AMD64 or EM64T machines)</li>
        
        <li>Install the binary rpm with the command<br />
       -<tt><b>rpm -Uvh dopewars-1.6.0-1.el7.<i>xxx</i>.rpm</b></tt></li>
       +<tt><b>rpm -Uvh dopewars-1.6.1-1.el7.<i>xxx</i>.rpm</b></tt></li>
        </ol>
        
        <h2><a id="tarball">Tarball installation</a></h2>
       t@@ -109,15 +109,15 @@ build page</a> for more information.
        
        <ol>
        <li>Download the
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.0.tar.gz">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.6.1.tar.gz">
        source code tarball</a>.</li>
        
        <li>Change to the directory containing the tarball and extract the contents
        with the command <br />
       -<tt><b>tar -xvzf dopewars-1.6.0.tar.gz</b></tt><br />
       +<tt><b>tar -xvzf dopewars-1.6.1.tar.gz</b></tt><br />
        (or similar).</li>
        
       -<li>Change into the dopewars-1.6.0 directory, and read all the important
       +<li>Change into the dopewars-1.6.1 directory, and read all the important
        documentation in there ;) Most notably, the INSTALL file gives more details
        on setup and installation.</li>
        
       t@@ -130,7 +130,7 @@ on setup and installation.</li>
        <p>The configure script will test your system and set up dopewars so that it
        should compile cleanly.  The configure script supports a number of
        configurable options; for more details, read the INSTALL file in the
       -dopewars-1.6.0 directory.</p>
       +dopewars-1.6.1 directory.</p>
        
        <p>If you cannot become root, run the configure script specifying directories
        for which you have write access for the dopewars files, with a command
 (DIR) diff --git a/doc/windows.html b/doc/windows.html
       t@@ -40,7 +40,7 @@ the same name in the AppData directory.</p>
        the <tt>-N</tt> flag. One way to set this up is to use the
        <a href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/sc-create">sc create</a> utility from a command prompt, e.g.</p>
        
       -<p><tt>sc create dopewars binpath= "C:\Program Files\dopewars-1.6.0\dopewars.exe -N"</tt></p>
       +<p><tt>sc create dopewars binpath= "C:\Program Files\dopewars-1.6.1\dopewars.exe -N"</tt></p>
        
        <p>Note that this will run dopewars as the Local System user, so will look for
        high score/config files (and create a log file) in the corresponding AppData