tUpdate copyright and version info. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit c9fc299767990f27d2486f76fd51866a1c6c8589
parent 0e0565d306f88f70f9f35f02edec4911d4ffcacf
Author: Ben Webb 
Date:   Mon, 25 Oct 2004 06:58:22 +0000

Update copyright and version info.


Diffstat:
  M ChangeLog                           |       2 +-
  M NEWS                                |       4 ++++
  M README                              |      12 ++++++------
  M doc/index.html                      |       4 ++--
  M doc/installation.html               |      18 +++++++++---------
  M po/de.po                            |      16 ++++++++--------
  M po/es.po                            |      16 ++++++++--------
  M po/es_ES.po                         |      16 ++++++++--------
  M po/fr.po                            |      16 ++++++++--------
  M po/nn.po                            |      16 ++++++++--------
  M po/pl.po                            |      12 ++++++------
  M po/pt_BR.po                         |      12 ++++++------
  M src/AIPlayer.c                      |       2 +-
  M src/AIPlayer.h                      |       2 +-
  M src/admin.c                         |       2 +-
  M src/admin.h                         |       2 +-
  M src/configfile.c                    |       2 +-
  M src/configfile.h                    |       2 +-
  M src/convert.c                       |       2 +-
  M src/convert.h                       |       2 +-
  M src/curses_client/curses_client.c   |       4 ++--
  M src/curses_client/curses_client.h   |       2 +-
  M src/cursesport/cursesport.c         |       2 +-
  M src/cursesport/cursesport.h         |       2 +-
  M src/dopewars.c                      |       6 +++---
  M src/dopewars.h                      |       2 +-
  M src/error.c                         |       2 +-
  M src/error.h                         |       2 +-
  M src/gtkport/clist.c                 |       2 +-
  M src/gtkport/clist.h                 |       2 +-
  M src/gtkport/gtkenums.h              |       2 +-
  M src/gtkport/gtkport.c               |       2 +-
  M src/gtkport/gtkport.h               |       2 +-
  M src/gtkport/unicodewrap.c           |       2 +-
  M src/gtkport/unicodewrap.h           |       2 +-
  M src/gui_client/gtk_client.c         |       4 ++--
  M src/gui_client/gtk_client.h         |       2 +-
  M src/gui_client/newgamedia.c         |       2 +-
  M src/gui_client/newgamedia.h         |       2 +-
  M src/gui_client/optdialog.c          |       2 +-
  M src/gui_client/optdialog.h          |       2 +-
  M src/log.c                           |       2 +-
  M src/log.h                           |       2 +-
  M src/message.c                       |       2 +-
  M src/message.h                       |       2 +-
  M src/network.c                       |       2 +-
  M src/network.h                       |       2 +-
  M src/nls.h                           |       2 +-
  M src/plugins/sound_esd.c             |       2 +-
  M src/plugins/sound_esd.h             |       2 +-
  M src/plugins/sound_sdl.c             |       2 +-
  M src/plugins/sound_sdl.h             |       2 +-
  M src/plugins/sound_winmm.c           |       2 +-
  M src/plugins/sound_winmm.h           |       2 +-
  M src/serverside.c                    |       2 +-
  M src/serverside.h                    |       2 +-
  M src/sound.c                         |       2 +-
  M src/sound.h                         |       2 +-
  M src/tstring.c                       |       2 +-
  M src/tstring.h                       |       2 +-
  M src/util.c                          |       2 +-
  M src/util.h                          |       2 +-
  M src/winmain.c                       |       2 +-
  M src/winmain.h                       |       2 +-
  M win32/dialogs.rc                    |       4 ++--
  M win32/filelist                      |       6 +++---
  M win32/guifunc.c                     |       2 +-
  M win32/guifunc.h                     |       2 +-
  M win32/makeinstall.c                 |       2 +-
  M win32/setup.c                       |       2 +-
  M win32/uninstall.c                   |       2 +-
  M win32/util.c                        |       2 +-
  M win32/util.h                        |       2 +-

73 files changed, 142 insertions(+), 138 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
t@@ -1,4 +1,4 @@
-cvs
+1.5.10  24-10-2004
     - High score file is now installed in ${localstatedir} rather than
       ${datadir}, to allow proper Filesystem Hierarchy Standard compliance
     - Fix for a curses client crash if the D key is pressed during attacks
diff --git a/NEWS b/NEWS
t@@ -1,3 +1,7 @@
+24th October 2004
+     dopewars-1.5.10 released. This is largely a bugfix release, fixing a
+server DOS and some minor bugs in the text-mode client.
+
 7th June 2003
      dopewars-1.5.9 released. This is largely a bugfix release, fixing a
 crash on pressing the "drop drugs" button, and adding minor improvements
diff --git a/README b/README
t@@ -1,13 +1,13 @@
-This is dopewars 1.5.9, a game simulating the life of a drug dealer in 
+This is dopewars 1.5.10, 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.9 servers should handle clients as old as version 1.4.3 with
+dopewars 1.5.10 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.9!
+recommended that both clients and servers are upgraded to 1.5.10!
 
 INSTALLATION
 
t@@ -17,10 +17,10 @@ Either...
    
 Or...
 
-2. Get the tarball dopewars-1.5.9.tar.gz from the same URL
-   Extract it via tar -xvzf dopewars-1.5.9.tar.gz
+2. Get the tarball dopewars-1.5.10.tar.gz from the same URL
+   Extract it via tar -xvzf dopewars-1.5.10.tar.gz
    Follow the instructions in the INSTALL file in the newly-created
-      dopewars-1.5.9 directory
+      dopewars-1.5.10 directory
 
 Once you're done, you can safely delete the RPM, tarball and dopewars
 directory. The dopewars binary is all you need!
diff --git a/doc/index.html b/doc/index.html
t@@ -12,11 +12,11 @@ col.linklist    { width: 35% }
 td.linklist     { vertical-align: top }
 -->
 
-dopewars 1.5.9: Main Index
+dopewars 1.5.10: Main Index
 
 
 
-

dopewars 1.5.9: Main Index

+

dopewars 1.5.10: Main Index

diff --git a/doc/installation.html b/doc/installation.html
t@@ -57,7 +57,7 @@ segmentation faults due to library conflicts.

  1. Download the - + 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@@ -68,7 +68,7 @@ up).
  3. Change to the directory containing the dopewars rpm, and install it with the command
    -rpm -Uvh dopewars-1.5.9-1.i386.rpm
    This will replace any +rpm -Uvh dopewars-1.5.10-1.i386.rpm
    This will replace any already-installed earlier version.
t@@ -80,13 +80,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.9-1.src.rpm
  4. +rpm --rebuild dopewars-1.5.10-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@@ -94,7 +94,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.9-1.xxx.rpm
  7. +rpm -Uvh dopewars-1.5.10-1.xxx.rpm

Tarball installation

t@@ -114,15 +114,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.9.tar.gz
    +tar -xvzf dopewars-1.5.10.tar.gz
    (or similar).
  3. -
  4. Change into the dopewars-1.5.9 directory, and read all the important +
  5. Change into the dopewars-1.5.10 directory, and read all the important documentation in there ;) Most notably, the INSTALL file gives more details on setup and installation on Windows systems.
  6. t@@ -137,7 +137,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.9 directory.

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

    If you cannot become root, run the configure script specifying directories for which you have write access for the dopewars files, with a command

diff --git a/po/de.po b/po/de.po
t@@ -1195,7 +1195,7 @@ msgstr ""
 "  -h       Zeige diese Hilfe an\n"
 "  -v       Zeige Version und beende\n"
 "\n"