diff options
author | rubidium <rubidium@openttd.org> | 2012-02-04 11:58:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-02-04 11:58:05 +0000 |
commit | 1b0bd457589383f8f5755c5edb66a1498bb125ef (patch) | |
tree | b64ae08ef7e63de7e6fbbdbf971acd7cd94bc7ad | |
parent | a66246671f8d418c094b92367553a93f1ea9560c (diff) | |
download | openttd-1b0bd457589383f8f5755c5edb66a1498bb125ef.tar.xz |
(svn r23878) -Prepare: 1.2.0-beta4
-rw-r--r-- | changelog.txt | 24 | ||||
-rw-r--r-- | known-bugs.txt | 4 | ||||
-rw-r--r-- | os/debian/changelog | 6 | ||||
-rw-r--r-- | os/os2/installer/make_installer.cmd | 2 | ||||
-rw-r--r-- | os/windows/installer/install.nsi | 4 | ||||
-rw-r--r-- | readme.txt | 4 |
6 files changed, 37 insertions, 7 deletions
diff --git a/changelog.txt b/changelog.txt index a3787c0c7..9e718a9be 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,27 @@ +1.2.0-beta4 (2012-02-04) +------------------------------------------------------------------------ +- Feature: [NewGRF] Give NewGRF defined level crossings and rail depots access to the townzone (r23866) +- Feature: [NewGRF] New algorithm (activated via an engine flag) to determine the capacity of vehicles. This allows vehicles to better control the capacity for cargotypes which they know; and let cargo NewGRFs influence the capacity for cargos the vehicle NewGRF does not know, but which the vehicle is refittable to due to cargo classes (r23861) +- Feature: [NewGRF] Add cargo property 1D to set the capacity multipliers when refitting vehicles, which do not use callback 15 (r23860) +- Feature: Allow command line options -e and -g to be combined to load saves/scenarios directly into SE (r23839) +- Feature: [NoGo] Allow querying orders of vehicles [FS#4994] (r23837) +- Change: Do not let towns (ever) remove objects [FS#5001, FS#5002] (r23842) +- Change: Make signs placed in scenario editor belong to the GS. That way they are always shown in game and are not editable [FS#4999] (r23835) +- Fix: Generate industry subsidies again [FS#5039] (r23876) +- Fix: [NoGo/NoAI] Scripts with a bad comparator could lock up OpenTTD [FS#5004] (r23870) +- Fix: Make the colour of the dropdown items for opening the vehicle list for which the company has no vehicles looking less horrid [FS#5020] (r23867) +- Fix: Railtype overlays were drawn 'only transparent' on invisible bridges (r23864) +- Fix: Inserting conditional orders for ships checked the wrong orders wrt. maximum distance (r23859) +- Fix: Out of bounds read for slowdown parameter caused desync when railtype >= 4, vehicles were fast, and the original acceleration model was used [FS#5007] (r23855) +- Fix: Infrastructure cache could get out of sync when overbuilding a drive through road stop (r23851) +- Fix: When the network is lagging, you try to copy a vehicle's order but accidentally create a station order and then copy the vehicle's order (before the first command is executed) one could trigger an assertion from the pool [FS#5008] (r23849) +- Fix: When removing road or tram from a tram+road stop, the owner of the road stop's cache was updated instead of the owner of the removed infrastructure (r23847) +- Fix: Infrastructure count for stations was not updated properly on company takeover. And do not count buoys while loading a game either (r23844) +- Fix: Clear NewGRF vehicle cache when their owner changes (r23841) +- Fix: Assertion got hit when destroing a dock when a ship was loading [FS#5000] (r23838) +- Fix: If a vehicle is not refittable to any cargo in the CTT, then pick the first refittable cargoslot (r23836) + + 1.2.0-beta3 (2012-01-21) ------------------------------------------------------------------------ - Feature: [NoGo] Allow to chose the goal question window's title from a (small) set of options [FS#4992] (r23827) diff --git a/known-bugs.txt b/known-bugs.txt index 5a7f2b56b..156babf8e 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2012-01-07 -Release version: 1.2.0-beta2 +Last updated: 2012-02-04 +Release version: 1.2.0-beta4 ------------------------------------------------------------------------ diff --git a/os/debian/changelog b/os/debian/changelog index e97038bf2..a2e7be1f9 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.2.0~beta4) unstable; urgency=low + + * New upstream release 1.2.0-beta4 + + -- Matthijs Kooijman <matthijs@stdin.nl> Sat, 04 Feb 2012 16:00:00 +0100 + openttd (1.2.0~beta3) unstable; urgency=low * New upstream release 1.2.0-beta3 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index e357c3031..198f85927 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -1,6 +1,6 @@ @echo off -set OPENTTD_VERSION=1.2.0-beta3 +set OPENTTD_VERSION=1.2.0-beta4 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=1.2.0 diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 51f61efe4..f4a3ec955 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -2,8 +2,8 @@ !define APPV_MAJOR 1 !define APPV_MINOR 2 !define APPV_MAINT 0 -!define APPV_BUILD 2 -!define APPV_EXTRA "-beta3" +!define APPV_BUILD 3 +!define APPV_EXTRA "-beta4" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version diff --git a/readme.txt b/readme.txt index 03cc4e9d4..ac4f8ca51 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD readme -Last updated: 2012-01-21 -Release version: 1.2.0-beta3 +Last updated: 2012-02-04 +Release version: 1.2.0-beta4 ------------------------------------------------------------------------ |