(svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
authorrubidium
Thu, 08 Feb 2007 17:57:19 +0000
changeset 6216 a14205146a41
parent 6215 fcf88f2b8ca5
child 6217 4766eafe7e6d
(svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
changelog.txt
docs/openttd.6
known-bugs.txt
os/win32/installer/install.nsi
readme.txt
--- a/changelog.txt	Thu Feb 08 15:54:36 2007 +0000
+++ b/changelog.txt	Thu Feb 08 17:57:19 2007 +0000
@@ -1,3 +1,34 @@
+0.5.0-RC5 (2007-02-08)
+------------------------------------------------------------------------
+- Feature: requery gameservers that did not respond to their first query (r8520, r8542)
+- Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console (r8459, r8461)
+- Feature: logging of the IP address and port of invalid/illegal UDP packets (r8490)
+- Codechange: Add Korean, Simplified Chinese and Traditional Chinese languages as an official translation (r8286, r8324, r8616)
+- Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example bufsize' and 'hz' (r8497)
+- Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's (r8253)
+- Codechange: Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock. (r8420, r8421)
+- Codechange: replace missing sprites with a red question mark (8634)
+- Regression: Help window was empty for UNICODE builds (r8239)
+- Regression: When the latest news was deleted, the news queue wrapped back to the oldest item, showing all news again (r8409)
+- Regression: ShowLastNewsMessage could show an out-of-bounds news item because it did not checked if a previous item actually existed the first time it is called (forced news is INVALID_NEWS) [FS#573] (r8409)
+- Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared (r8294)
+- Fix: GenerateVehicleSortList()/CmdMassStartStopVehicle() tried to put a TileIndex into an uint16 (r8296)
+- Fix: [YAPF] Assert when buoy is placed on NE or NW map edge (r8540)
+- Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel (r8609)
+- Fix: Road Vehicles now can obtain a slot even if the station is very spread out [FS#577] (r8536)
+- Fix: bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge [FS#564] (r8593)
+- Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns (r8608)
+- Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile (r8619)
+- Fix: buoys on canal tiles do not flood anymore (r8620)
+- Fix: Put the output of -h to stdout and not to stderr (through ShowInfo) (r8240)
+- Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available (r8315)
+- Fix: return value from clamp was ignored (r8273)
+- Fix: When the currently selected player in the performance details window is no longer active, choose the first active player instead of the first player as that may also be inactive  [FS#582] (r8612)
+- Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar (r8533)
+- Fix: [OSX] freetype and fontconfig detection (r8500)
+- Fix: draw canal edges under buoys that are in a canal (8635)
+- Fix: CTRL-clicking on a hangar in the order list segfaulted as hangars are part of a station instead of real depots (8637)
+
 0.5.0-RC4 (2007-01-18)
 ------------------------------------------------------------------------
 - Feature: Increase spritecache size to 2MB, will increase performance in games using newgrf files (r8218)
--- a/docs/openttd.6	Thu Feb 08 15:54:36 2007 +0000
+++ b/docs/openttd.6	Thu Feb 08 17:57:19 2007 +0000
@@ -1,6 +1,6 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\" Please adjust this date whenever revising the manpage.
-.Dd January 18, 2007
+.Dd February 8, 2007
 .Dt OPENTTD 6
 .Sh NAME
 .Nm openttd
--- a/known-bugs.txt	Thu Feb 08 15:54:36 2007 +0000
+++ b/known-bugs.txt	Thu Feb 08 17:57:19 2007 +0000
@@ -19,6 +19,18 @@
 ------------------------------------------------------------------------
 URL: http://bugs.openttd.org
 
+-601	airports can't get flooded when they have planes in them
+-599	reloaded game lost company passwords
+-596	Cloning Maglev in UKRS forgets Mail refit
+-595	Sort by max cargo rating does not sort correctly
+-594	terraforming wipes out canals
+-591	Autorenew fails under certain conditions
+-585	Huge losses with transfer
+-583	Fatal fault or crash during startup
+-578	No loading at my industrial centre
+-574	Open TTD overiding Power Warnings
+-571	Problems with vehicle purchase lists with NewGRFs
+-569	'Game Load Failed' when trying to open scenarios
 -559	Front-/Rear-facing engines don't line up with each other
 -553	Autorenew doesn't warn when replacement isn't available
 -546	[0.5.0 RC3] Inflation overflow
--- a/os/win32/installer/install.nsi	Thu Feb 08 15:54:36 2007 +0000
+++ b/os/win32/installer/install.nsi	Thu Feb 08 17:57:19 2007 +0000
@@ -2,7 +2,7 @@
 !define APPNAME "OpenTTD"
 !define APPNAMEANDVERSION "OpenTTD 0.5.0.0"
 !define APPVERSION "0.5.0.0"
-!define INSTALLERVERSION 26 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
+!define INSTALLERVERSION 27 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 !define MUI_ICON "..\..\..\openttd.ico"
 !define MUI_UNICON "..\..\..\openttd.ico"
 !define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
--- a/readme.txt	Thu Feb 08 15:54:36 2007 +0000
+++ b/readme.txt	Thu Feb 08 17:57:19 2007 +0000
@@ -1,6 +1,6 @@
 OpenTTD README
-Last updated:    2007-01-18
-Release version: 0.5.0-RC4
+Last updated:    2007-02-08
+Release version: 0.5.0-RC5
 ------------------------------------------------------------------------