tVersion number increased to 1.5.4 - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 5b3cdda7f0a2baccb735d95c91dc408ce426011b
parent d98efd380deaeec9e57bc9d28797da60ee4a324d
Author: Ben Webb 
Date:   Sat,  2 Mar 2002 18:48:56 +0000

Version number increased to 1.5.4


Diffstat:
  M README                              |      16 +++++++++-------
  M doc/index.html                      |       6 +++---
  M doc/installation.html               |      22 +++++++++++-----------
  M win32/dialogs.rc                    |       4 ++--
  M win32/filelist                      |       6 +++---

5 files changed, 28 insertions(+), 26 deletions(-)
---
diff --git a/README b/README
t@@ -1,13 +1,13 @@
-This is dopewars 1.5.3, a game simulating the life of a drug dealer in 
+This is dopewars 1.5.4, 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.5.3 servers should handle clients as old as version 1.4.3 with
+dopewars 1.5.4 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.5.3!
+recommended that both clients and servers are upgraded to 1.5.4!
 
 INSTALLATION
 
t@@ -17,10 +17,10 @@ Either...
    
 Or...
 
-2. Get the tarball dopewars-1.5.3.tar.gz from the same URL
-   Extract it via. tar -xvzf dopewars-1.5.3.tar.gz
+2. Get the tarball dopewars-1.5.4.tar.gz from the same URL
+   Extract it via. tar -xvzf dopewars-1.5.4.tar.gz
    Follow the instructions in the INSTALL file in the newly-created
-      dopewars-1.5.3 directory
+      dopewars-1.5.4 directory
 
 Once you're done, you can safely delete the RPM, tarball and dopewars
 directory. The dopewars binary is all you need!
t@@ -75,7 +75,9 @@ global file /etc/dopewars is read first, and can then be overridden by the local
 settings in ~/.dopewars. All of the settings here can also be set on the command
 line of an interactive dopewars server when no players are logged on. See the
 file "example-cfg" for an example configuration file, and for a brief
-explanation of each option, type "help" in an interactive server.
+explanation of each option, type "help" in an interactive server. A subset of
+the configuration options can also be tweaked via. the "Options" menu item
+in the GTK+/Win32 client.
 
 PLAYING
 
diff --git a/doc/index.html b/doc/index.html
t@@ -6,11 +6,11 @@
 
 
 
-dopewars 1.5.3: Main Index
+dopewars 1.5.4: Main Index
 
 
 
-

dopewars 1.5.3: Main Index

+

dopewars 1.5.4: Main Index

t@@ -54,6 +54,6 @@ freely available under the GNU General Public License.


-

Last update: 17-06-2001

+

Last update: 02-03-2002

diff --git a/doc/installation.html b/doc/installation.html
t@@ -58,9 +58,9 @@ faults due to library conflicts.

  1. Download the - + Alpha or - + i386 (Intel) RPM with your web browser. (If your browser is incorrectly set up, it may try and display the file, in which case tell it explicitly to save the file - Shift+Mouse button 1 in Netscape.)
  2. t@@ -71,7 +71,7 @@ up).
  3. Change to the directory containing the dopewars rpm, and install it with the command
    -rpm -Uvh dopewars-1.5.3-1.xxx.rpm
    +rpm -Uvh dopewars-1.5.4-1.xxx.rpm
    (where xxx is i386 or alpha). This will replace any already-installed earlier version.
t@@ -84,13 +84,13 @@ building the binaries from it on your system.

  1. Download the - + source code RPM.
  2. Become root and change to the directory containing the new rpm.
  3. Build a binary rpm with the command
    -rpm --rebuild dopewars-1.5.3-1.src.rpm
  4. +rpm --rebuild dopewars-1.5.4-1.src.rpm
  5. Change to the directory which the binary rpm has been written to (check the output of the above - usually /usr/src/redhat/RPMS/xxx, where t@@ -98,7 +98,7 @@ the output of the above - usually /usr/src/redhat/RPMS/xxx, where "alpha" on Alphas)
  6. Install the binary rpm with the command
    -rpm -Uvh dopewars-1.5.3-1.xxx.rpm
  7. +rpm -Uvh dopewars-1.5.4-1.xxx.rpm

Tarball installation

t@@ -118,15 +118,15 @@ Unix here or for Windows
  1. Download the - + source code tarball.
  2. Change to the directory containing the tarball and extract the contents with the command
    -tar -xvzf dopewars-1.5.3.tar.gz
    +tar -xvzf dopewars-1.5.4.tar.gz
    (or similar).
  3. -
  4. Change into the dopewars-1.5.3 directory, and read all the important +
  5. Change into the dopewars-1.5.4 directory, and read all the important documentation in there ;)
  6. Build the binary with the commands
    t@@ -140,7 +140,7 @@ should compile cleanly. If you are running the Cygwin tools under Microsoft Windows, the script should detect this and allow you to build a native Windows binary; this will then run on any Win32 system, even one without Cygwin installed. The configure script supports a number of configurable options; for -more details, read the INSTALL file in the dopewars-1.5.3 directory.

    +more details, read the INSTALL file in the dopewars-1.5.4 directory.

    If you cannot become root, run the configure script specifying directories for which you have write access for both the dopewars binary and high score file t@@ -153,6 +153,6 @@ with a command such as

    -

    Last update: 14-10-2001

    +

    Last update: 02-03-2002

diff --git a/win32/dialogs.rc b/win32/dialogs.rc
t@@ -1,13 +1,13 @@
 #include "contid.h"
 1 DIALOG 17, 40, 239, 162
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "dopewars-1.5.3 installation"
+CAPTION "dopewars-1.5.4 installation"
 BEGIN
         CONTROL "", 101, "WC_GTKSEP", 2 | WS_CHILD | WS_VISIBLE, 7, 135, 225, 2
         CONTROL "< &Back", BT_BACK, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 105, 143, 39, 13
         PUSHBUTTON "&Next >", BT_NEXT, 144, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
         PUSHBUTTON "Cancel", BT_CANCEL, 191, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
-        LTEXT "Welcome to the dopewars-1.5.3 installation program.\nThis program will install dopewars-1.5.3 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
+        LTEXT "Welcome to the dopewars-1.5.4 installation program.\nThis program will install dopewars-1.5.4 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
         LTEXT "Use the ""Back"" and ""Next"" buttons at the bottom of the dialog to control the installation. You can quit at any time using the ""Cancel"" button.", -1, 22, 50, 195, 25, WS_CHILD | WS_VISIBLE | WS_GROUP
         LTEXT "Newer versions of this program, when available, can be obtained from the dopewars website, http://dopewars.sf.net/", -1, 22, 84, 195, 18, WS_CHILD | WS_VISIBLE | WS_GROUP
         CONTROL "Install for &all users (requires admin rights)", RB_ALLUSERS, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 28, 108, 110, 8
diff --git a/win32/filelist b/win32/filelist
t@@ -1,8 +1,8 @@
 [product]
-dopewars-1.5.3
+dopewars-1.5.4
 
 [instdir]
-C:\Program Files\dopewars-1.5.3
+C:\Program Files\dopewars-1.5.4
 
 [NT Service]
 dopewars-server
t@@ -47,7 +47,7 @@ dopewars-log.txt
 dopewars.sco
 
 [startmenudir]
-dopewars-1.5.3
+dopewars-1.5.4
 
 [startmenu]
 dopewars.lnk