diff --git a/changelog.txt b/changelog.txt index 2c6250e6f5..e725c62f37 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,20 @@ +0.5.0-RC2 (2006-12-31) +------------------------------------------------------------------------ +- General Removed support for OSX older than 10.3.9. Either upgrade, or use 0.4.8 (compatible with OSX 10.2) +- Codechange: Drastically reduce the CPU usage in certain cases (AI using CheckStationSpreadOut()) (r7585) +- Fix: Internal bug in updating the animated_tiles table caused desyncs between (different endian) machines in MP (r7631) +- Fix: Signal update got propagated through incompatible railtypes and under certain circumstances tunnels and rail on top (r7620) +- Fix: Remove landscaping toolbar option from road consturction toolbar in scenario editor [FS#473] (r7586) +- Fix: The server could under certain circumstances tell a client too late to start syncing if it has been waiting to join (r7566) +- Fix: Removing towns in scenario editor didn't remove their subsidies causing possible crashes [FS#468] (r7563) +- Fix: Internal and (patches) GUI were disagreeing about autorenew settings [FS#431] (r7561) +- Fix: No new company could be created if more than 8 clients were connected, even if not all 8 companies were used (r7560) +- Fix; Clicking 'full load' could under certain circumstances change the current depot order [FS#456] (r7559) +- Fix: Do not wait till a crashed vehicle is removed before starting to load other vehicles [FS#464] (r7558) +- Fix: MorhpOS compile and install fixes (r7548) +- Fix: Removing rail station cost was calculated on occupied area not on number of tiles with an actual station on (r7547) + + 0.5.0-RC1 (2006-12-21) ------------------------------------------------------------------------ diff --git a/docs/openttd.6 b/docs/openttd.6 index c0ad8a032e..5c5466e6a9 100644 --- a/docs/openttd.6 +++ b/docs/openttd.6 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- .\" Please adjust this date whenever revising the manpage. -.Dd December 21, 2006 +.Dd December 31, 2006 .Dt OPENTTD 6 .Sh NAME .Nm openttd diff --git a/known-bugs.txt b/known-bugs.txt index 39e0bef070..7ee9714bf9 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -19,23 +19,25 @@ Bugs for 0.5.0 ------------------------------------------------------------------------ URL: http://bugs.openttd.org --456 'Fullload' switches between 'stop'/'service' at depot --455 Converting to monorail behaves badly --454 Problem with goods transfer income +-489 [0.5.0rc1] Sound choppy on Vista +-488 Can't build trains after year 2000 +-483 !invalid string id 0 in GetString when trying to host a game after upgrade to 0.5.0-RC1 - workaround +-474 Overtaking car doesn't hit the against-riding car. +-465 Crash in Linux (Debian) +-460 vehicles not avaible - unable to build +-459 Merging is buggy +-458 Crash when changing Resolution on Mac OS X (x86) -450 GUI selecting disabled numbers (newstations) -445 unable to open previously saved game in r7425 -444 Compile issues (networking) on Sun and SGI platforms -442 Alt-tab behaviour flawed whilst full screen (win32) --441 Low Transparent stuff +-441 Transparent stuff -435 Assertion window doesn't show when in fullscreen on Mac OS X -432 Assertion failed: AircraftController in aircraft_cmd.c (line 771) --431 failure to autorenew (core/GUI desync) -423 Improved loading causes high CPU use with long trains --415 Multiplayer Desync Error... (More) -410 Openttd in dedicated mode don't run without data files -404 Cargo never delivered to station after bribe and before first pickup -391 Smth stange with train depots --390 Multiplayer Desync Error... -379 Integer overflow with huge cities -365 Blimp Stuck at airport -362 Changing signal type affects whole square @@ -69,6 +71,7 @@ URL: http://bugs.openttd.org ------------------------------------------------------------------------ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse +-1623073 0.5.0 RC1 gotten money to build bridge -1616411 Game very slow when Xorg color depth is different than 8bpp -1573339 0.4.8.dmg Crash with intel 64bit -1460218 0.4.7 normal industry bug (non_smooth) @@ -86,7 +89,6 @@ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse -1197116 Some stations are cargo-less -1116638 "More, but smaller changes" deficiency -1106356 re-offered prototypes --1085486 Subsidies: Only count when station is in right suburb Minor Bugs for 0.5.0 ------------------------------------------------------------------------ @@ -97,7 +99,6 @@ URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse -1412031 fast forward scrolling is also fast forward :) -1387424 overtake insolvent company is to cheap -1382782 Loan interest calculated 'wrong' --1236320 Bug in main menu allows moving screen -1201284 permanent hilight in a depot -1185852 Scrollbars get arbitrarily small -1184634 Replace vehicles window bug diff --git a/os/win32/installer/install.nsi b/os/win32/installer/install.nsi index 3e30b58722..a774b41ade 100644 --- a/os/win32/installer/install.nsi +++ b/os/win32/installer/install.nsi @@ -2,7 +2,7 @@ !define APPNAME "OpenTTD" !define APPNAMEANDVERSION "OpenTTD 0.5.0.0" !define APPVERSION "0.5.0.0" -!define INSTALLERVERSION 23 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! +!define INSTALLERVERSION 24 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define MUI_ICON "..\..\..\openttd.ico" !define MUI_UNICON "..\..\..\openttd.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" diff --git a/readme.txt b/readme.txt index 184b5a0a02..25850aee45 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2006-12-21 -Release version: 0.5.0-RC1 +Last updated: 2006-12-31 +Release version: 0.5.0-RC2 ------------------------------------------------------------------------