From a388cc7f85dfc06438111d21eed4358f4d958c05 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Jul 2010 17:45:34 +0000 Subject: [PATCH] (svn r20177) [1.0] -Prepare: for 1.0.3-RC1 --- changelog.txt | 36 +++++++++++++++++++++++++++++ known-bugs.txt | 7 +++--- os/debian/changelog | 6 +++++ os/os2/installer/make_installer.cmd | 2 +- os/rpm/openttd.spec | 2 +- os/windows/installer/install.nsi | 2 +- readme.txt | 4 ++-- 7 files changed, 51 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 212f4245dd..07a59250d4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,39 @@ +1.0.3-RC1 (2010-07-17) +------------------------------------------------------------------------ +- Feature: [NewGRF] Textstack support for CB 38 (r20086) +- Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype (r20049) +- Change: Improve desync debugging, crash log data and the Debian packaging (by making a debug symbols package) (r20138, r20136, r20129) +- Fix: Do not scan /data and ~/data (if they happen to be your working directory). If it is the directory where your binary is located it will still scan them [FS#3949] (r20166) +- Fix: Integer comparison failed in case the difference was more than 'MAX_UINT'/2 [FS#3954] (r20162) +- Fix: [YAPP] Converting a one-way block to a path signal with trains on both sides could lead to a train crash [FS#3937] (r20156) +- Fix: [NewGRF] Improve handling of snowing of railtypes and (infra)structures on foundations [FS#3883] (r20153, r20132, r20126, r20125) +- Fix: Ships were not marked as dirty when stopping inside a depot [FS#3880] (r20142) +- Fix: Some windows ignored all hotkeys [FS#3902] (r20141, r20140, r20139) +- Fix: Do not allow building a rail track to the water using a tree-tile [FS#3695] (r20110) +- Fix: [NoAI] AITown::GetRating() returned wrong values [FS#3934] (r20103) +- Fix: Reading deleted memory when selecting a NewGRF in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another [FS#3899] (r20089, r20082) +- Fix: If after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it could not open the file for writing all pointers would be converted to NULLs which then causes corrupted game states [FS#3876, FS#3887, FS#3920, FS#3923] (r20087) +- Fix: gitignore and hgignore had more missing/wrong entries (r20078, r20033, r20031) +- Fix: Remove the space between 'open' and 'ttd' in the title screen (r20077) +- Fix: Road vehicles could get crashed twice in a tick [FS#3896] (r20053, r20034) +- Fix: Coloured_news_year was stored in savegames while it should be a client setting [FS#3916] (r20051) +- Fix: Crash when spectator tried to open a vehicle list without selecting any company [FS#3892] (r20041) +- Fix: Instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game [FS#3907] (r20039) +- Fix: Tram tracks did not show at level crossing with the new railtypes [FS#3911] (r20036) +- Fix: Under some circumstances you could get into an infinite loop [FS#3909] (r20035) +- Fix: The 64 bits TortoiseSVN was not always properly detected (r20029) +- Fix: Do not close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the 'actions' dropdown [FS#3881] (r20014) +- Fix: When joining a company with a password you could only enter 20 characters of the password (r20012) +- Fix: Sign sorting was unstable [FS#3893] (r20009) +- Fix: Trains should also have running cost while slowing down for stop (r20006) +- Fix: [NewGRF] Stringcodes 82, 83 and 84 were not properly converted to openttd codes so they did not work (r20004) +- Fix: Clear force_proceed when entering depots and when loading, resetting of force_proceed on manual stopping did not work [FS#3878] (r19992) +- Fix: Do not show an error message when trying to start/stop a crashed plane [FS#3874] (r19953) +- Fix: Allow turning of roadvehicles while waiting in a queue (r19945) +- Fix: Disallow moving of vehicle news window [FS#3865] (r19943) +- Fix: Under some (unlucky) circumstances the wrong company would be 'current company' when changing company colour or orders [FS#3903] + + 1.0.2 (2010-06-19) ------------------------------------------------------------------------ - Fix: Owner of the Waypoint View window was not properly set (r19990) diff --git a/known-bugs.txt b/known-bugs.txt index 6a31283bb7..90474d314f 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,6 +1,6 @@ OpenTTD's known bugs -Last updated: 2010-06-19 -Release version: 1.0.2 +Last updated: 2010-07-17 +Release version: 1.0.3-RC1 ------------------------------------------------------------------------ @@ -34,10 +34,11 @@ that you can find at: http://bugs.openttd.org If the bugs are closed but still listed here it means that the bug is fixed and that the nightlies and next major release will not have that bug. +- 3938 DirectMusic not properly resetting state causing music to sound wrong +- 3935 Under some circumstances two road vehicles can leave road stop simultaniously - 3816 Console text does not always fit at 640x480 - 3746 Console output with right-to-left texts in left-to-right texts is not correct - 3714 Some corrupted savegames can cause crashes -- 3695 Behaviour inconsistency building railway/road down towards water - 3651 [OSX] Crash when selecting full screen - 3648 [OSX] Crash when selecting music - 3637 Second highest competing station gets penalised twice diff --git a/os/debian/changelog b/os/debian/changelog index 212c8d108b..9b9f314840 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,3 +1,9 @@ +openttd (1.0.3~rc1-0) unstable; urgency=low + + * New upstream release 1.0.3-RC1 + + -- Matthijs Kooijman Sat, 05 Jun 2010 17:37:21 +0000 + openttd (1.0.2-0) unstable; urgency=low * New upstream release 1.0.2 diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index b87751b1cb..04e1e058ad 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.0.2 +set OPENTTD_VERSION=1.0.3 set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=0.7.0 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 0f381e17dd..4cca94215b 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -13,7 +13,7 @@ #------------------------------------------------------------------------------- Name: openttd -Version: 1.0.0 +Version: 1.0.3 Release: 1%{?dist} Group: Amusements/Games diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 97d107d8f7..3dc27ba71c 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define APPV_MAJOR 1 !define APPV_MINOR 0 -!define APPV_MAINT 2 +!define APPV_MAINT 3 !define APPV_BUILD 0 !define APPV_EXTRA "-RC1" diff --git a/readme.txt b/readme.txt index 4dc8bb0d19..cf92f36b0b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2010-06-19 -Release version: 1.0.2 +Last updated: 2010-07-17 +Release version: 1.0.3-RC1 ------------------------------------------------------------------------