diff options
author | adam <adam@pkgsrc.org> | 2010-12-08 17:47:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-08 17:47:50 +0000 |
commit | 78492d069e5c098360bdb5f906235fe38ea12b96 (patch) | |
tree | 998e7e7c2e7a4338c30136cc1f49180ade6dad86 /games/openttd/MESSAGE | |
parent | 40e201b48e14410df16709436feb50f873ff8bd6 (diff) | |
download | pkgsrc-78492d069e5c098360bdb5f906235fe38ea12b96.tar.gz |
Changes 1.0.5:
* Fix: Reading (very) recently freed memory [CVE-2010-4168]
* Fix: Default service interval for ships/aircraft got switched
* Fix: Size of sort buttons for save/load and build vehicle list gui could be
too small
* Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting
a server)
* Fix: Upper limit for snowline was too low
* Fix: Wrong (maximum) value shown for generation seed in the in-game console
* Fix: [Windows] Make sure to be upgraded openttd is not running when installing
* Fix: Under some circumstances the file handle of the downloaded savegame
would not be closed, and validity of the handled was not checked in all cases
* Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some
'old' style industry tile
Diffstat (limited to 'games/openttd/MESSAGE')
-rw-r--r-- | games/openttd/MESSAGE | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/games/openttd/MESSAGE b/games/openttd/MESSAGE index 56cc59c43d1..786447ccf34 100644 --- a/games/openttd/MESSAGE +++ b/games/openttd/MESSAGE @@ -1,19 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2008/04/07 19:44:19 tnn Exp $ +$NetBSD: MESSAGE,v 1.4 2010/12/08 17:47:50 adam Exp $ To run openttd you need data files provided by the original Transport -Tycoon Deluxe. - -The following files should be copied to ${PREFIX}/share/openttd/data -in order to play: +Tycoon Deluxe, or free data files avaialable in games/openttd-data package. +In order to play, the following files should be copied from the original TTD +to ${PREFIX}/share/openttd/data: sample.cat - trg1r.grf - trgcr.grf - trghr.grf - trgir.grf - trgtr.grf - + trg1r.grf, trgcr.grf, trghr.grf, trgir.grf, trgtr.grf All *.gm files should be copied to ${PREFIX}/share/openttd/gm in order to play original MIDI music. |