# HG changeset patch # User Darkvater # Date 1167528060 0 # Node ID 5a47b3011cf727eb47987c98ae8edad0b583cc59 # Parent 98e463d11e187042696d9196f324627e763d4ae2 (svn r7685) - Prepare 0.5 branch for release. Update readme's, bugs, installers, changelog, etc. to 0.5.0-RC2 diff -r 98e463d11e18 -r 5a47b3011cf7 changelog.txt --- a/changelog.txt Sun Dec 31 00:52:33 2006 +0000 +++ b/changelog.txt Sun Dec 31 01:21:00 2006 +0000 @@ -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 -r 98e463d11e18 -r 5a47b3011cf7 docs/openttd.6 --- a/docs/openttd.6 Sun Dec 31 00:52:33 2006 +0000 +++ b/docs/openttd.6 Sun Dec 31 01:21:00 2006 +0000 @@ -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 -r 98e463d11e18 -r 5a47b3011cf7 os/win32/installer/install.nsi --- a/os/win32/installer/install.nsi Sun Dec 31 00:52:33 2006 +0000 +++ b/os/win32/installer/install.nsi Sun Dec 31 01:21:00 2006 +0000 @@ -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 -r 98e463d11e18 -r 5a47b3011cf7 readme.txt --- a/readme.txt Sun Dec 31 00:52:33 2006 +0000 +++ b/readme.txt Sun Dec 31 01:21:00 2006 +0000 @@ -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 ------------------------------------------------------------------------