(svn r9979) -Merge: release changes from 0.5.
This commit is contained in:
		| @@ -1,7 +1,38 @@ | ||||
| 0.5.2 (2007-05-29) | ||||
| ------------------------------------------------------------------------ | ||||
| - Feature: Add threading support for MorphOS (r9759) | ||||
| - Fix: Bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them (r9966) | ||||
| - Fix: Null pointer dereference under MorphOS and AmigaOS (r9861) | ||||
|  | ||||
|  | ||||
| 0.5.2-RC1 (2007-05-16) | ||||
| ------------------------------------------------------------------------ | ||||
| - Feature: Windows 95/98/ME check in Windows 2000/XP/2003/Vista builds (r9834) | ||||
| - Feature: Add password protected status to 'players' (network server) console command (r9771) | ||||
| - Feature: Add server_lang in [network] section of openttd.cfg (r9716) | ||||
| - Fix: Loading some TTDP savegames caused an instant assertion on loading (r9857) | ||||
| - Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling (r9837) | ||||
| - Fix: Only non dedicated servers cannot have 0 players [FS#765] (r9785) | ||||
| - Fix: Remove arbitrary limit on length of NewGRF strings (r9775) | ||||
| - Fix: [NewGRF] Ignore axis-bit of station tile layouts [FS#756] (r9758) | ||||
| - Fix: [win32] Dead key and open/close console. (r9728) | ||||
| - Fix: When you have closed the "Load game"/"New game" windows which you started from the "start server" menu, you shouldn't start a server when starting a new game [SF#1244842] (r9757) | ||||
| - Fix: Trains were lost after autorenewal/autoreplace [FS#732] (r9753) | ||||
| - Fix: Stop flooded towns from building roads on water [FS#598] (r9743) | ||||
| - Fix: Station signs were not resized when the language changed [FS#672] (r9741) | ||||
| - Fix: In news history, newlines were not replaced with spaces [FS#677] (r9731) | ||||
| - Fix: Crash when destroying bridge with train partially on it [FS#738] (r9726) | ||||
| - Fix: Planes made a 270 degree turn instead of a 90 degree turn on the southern runway of the intercontinental airport [FS#743] (r9725) | ||||
| - Fix: In-game private messages did not work for clients with high ClientIDs (r9719) | ||||
| - Fix: Do not allow building of rail vehicles whose railtype is not available (r9718) | ||||
| - Fix: [YAPF] The guessed path was ignored for ships [FS#736] (r9694) | ||||
|  | ||||
|  | ||||
| 0.5.1 (2007-04-20) | ||||
| ------------------------------------------------------------------------ | ||||
| (None) | ||||
|  | ||||
|  | ||||
| 0.5.1-RC3 (2007-04-17) | ||||
| ------------------------------------------------------------------------ | ||||
| - Feature: Add list_patches to console commands; shows all patches and values (r9565) | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| .\"                                      Hey, EMACS: -*- nroff -*- | ||||
| .\" Please adjust this date whenever revising the manpage. | ||||
| .Dd April 20, 2007 | ||||
| .Dd May 29, 2007 | ||||
| .Dt OPENTTD 6 | ||||
| .Sh NAME | ||||
| .Nm openttd | ||||
|   | ||||
| @@ -15,16 +15,13 @@ or http://bugs.openttd.org. | ||||
| If the bug report is closed, it has been fixed, which then can be verified | ||||
| in the latest SVN version. | ||||
|  | ||||
| Bugs for 0.5.1 | ||||
| Bugs for 0.5.2 | ||||
| ------------------------------------------------------------------------ | ||||
| URL: http://bugs.openttd.org | ||||
|  | ||||
| -735	Plural rule not expanded correctly when non-numeric placeholder uses | ||||
| -732	Trains are lost after autorenewal/autoreplace | ||||
| -716	Train Crash in Depot | ||||
| -677	Badspacing in news summaries | ||||
| -674	Map signs allow less nonenglish characters than english ones | ||||
| -672	Non-transparent station names' backgrounds do not resize properly upon language change | ||||
| -669	Docks/Airports/RV Stations can be built without available vehicles | ||||
| -646	AI builds useless stations | ||||
| -601	Airports can't get flooded when they have planes in them | ||||
| @@ -36,7 +33,7 @@ URL: http://bugs.openttd.org | ||||
| -546	Overflows due to inflation | ||||
| -540	Planes vanished when offered exclusive | ||||
| -539	Trains can cash the same cargo multiple times | ||||
| -522	overflow on vehicle costs | ||||
| -522	Overflow on vehicle costs | ||||
| -508	Destroying trees and replanting => raised rating | ||||
| -502	OSX can incorrectly print "dbg: [sl] Cannot open savegame 'data/opntitle.dat' for saving/loading." | ||||
| -501	Mouse pointer gets hidden, when draging out of window and back again. Only affects Wacom etc. | ||||
| @@ -52,7 +49,7 @@ URL: http://bugs.openttd.org | ||||
| -355	graphics bugs with trains - water, tunnels | ||||
| -354	Maglev Trains faster than All Planes | ||||
| -339	Crash in Quicktime when exiting game | ||||
| -299	disable 90 deg turns patch - AI builds 90 deg turns | ||||
| -299	Disable 90 deg turns patch - AI builds 90 deg turns | ||||
| -290	NPF - no path to depot from tunnel | ||||
| -282	AI Players do not clear loans as soon as they could | ||||
| -274	Autoclean ignores any share holdings | ||||
| @@ -61,11 +58,11 @@ URL: http://bugs.openttd.org | ||||
| -216	AI build train vans one van less | ||||
| -202	2 Locomotives in 1 Train - Selling one results in Age of the other one Being 0 | ||||
| -193	Inconsistent directory usage on Mac OS X | ||||
| -165	vehicle length not taken into account | ||||
| -165	Vehicle length not taken into account | ||||
| -153	Language crash with app renaming OSX | ||||
| -119	Clipping problems with vehicles on slopes | ||||
| - 89	Able to build railways/stations before engines become available | ||||
| - 65	short wagons bug | ||||
| - 65	Short wagons bug | ||||
| - 51	Windows doesn't support CUSTOM_LANG_DIR | ||||
| - 47	Low rating calculation and cargo loading priority | ||||
|  | ||||
| @@ -77,30 +74,25 @@ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse | ||||
| -1459262	Towns building too many roads way too long now | ||||
| -1458995	Another bug with smooth_economy | ||||
| -1393415	NPF & one-way sigs | ||||
| -1244842	Multiplayer interface bug (0.4.0.1) | ||||
| -1212267	station visited twice when servicing | ||||
| -1212267	Station visited twice when servicing | ||||
| -1208170	Duplicate station names can be created | ||||
| -1116638	"More, but smaller changes" deficiency | ||||
| -1106356	re-offered prototypes | ||||
| -1106356	Re-offered prototypes | ||||
|  | ||||
| Minor Bugs for 0.5.1 | ||||
| ------------------------------------------------------------------------ | ||||
| URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse | ||||
|  | ||||
| -1461629	[r4180]Subsidy calculated wrong | ||||
| -1412031	fast forward scrolling is also fast forward :) | ||||
| -1387424	overtake insolvent company is to cheap | ||||
| -1412031	Fast forward scrolling is also fast forward :) | ||||
| -1382782	Loan interest calculated 'wrong' | ||||
| -1201284	permanent hilight in a depot | ||||
| -1201284	Permanent hilight in a depot | ||||
| -1185852	Scrollbars get arbitrarily small | ||||
| -1160732	little bug with transparency | ||||
| -1117731	Editor-StartingDate | ||||
| -1108046	game freezes | ||||
| -1160732	Little bug with transparency | ||||
| -1108046	Game freezes | ||||
| -1102174	Bug if 3 people buy 25% shares in one company | ||||
| -1084620	Minor bug considering buses/trucks | ||||
| -1034310	color mauve in diagrams | ||||
| -1034310	Color mauve in diagrams | ||||
| -1030661	It's possible to build a tunnel under oil wells | ||||
| - 987891	Large UFO destruction bug | ||||
| - 987883	Aircraft landing/taking off | ||||
| - 987880	company league table updating | ||||
| - 985924	aircraft taxi speed | ||||
| - 987880	Company league table updating | ||||
| - 985924	Aircraft taxi speed | ||||
|   | ||||
| @@ -4,17 +4,29 @@ openttd (0.6~svn) unstable; urgency=low | ||||
|  | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Mon, 26 Feb 2007 21:07:05 +0100 | ||||
|  | ||||
| openttd (0.5.2-1) unstable; urgency=low | ||||
|  | ||||
|   * New upstream release. | ||||
|  | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 29 May 2007 20:00:00 +0100 | ||||
|  | ||||
| openttd (0.5.2~rc1-1) unstable; urgency=low | ||||
|  | ||||
|   * New upstream release. | ||||
|  | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Wed, 16 May 2007 23:35:39 +0100 | ||||
|  | ||||
| openttd (0.5.1-1) unstable; urgency=low | ||||
|  | ||||
|   * New upstream release. | ||||
|  | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Fri, 20 Aprr 2007 21:45:32 +0100 | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Fri, 20 Apr 2007 21:45:32 +0100 | ||||
|  | ||||
| openttd (0.5.1~rc3-1) unstable; urgency=low | ||||
|  | ||||
|   * New upstream release. | ||||
|  | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 17 Aprr 2007 22:00:46 +0100 | ||||
|  -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 17 Apr 2007 22:00:46 +0100 | ||||
|  | ||||
| openttd (0.5.1~rc2-1) unstable; urgency=low | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| !define APPNAME "OpenTTD"   ; Define application name | ||||
| !define APPVERSION "0.5.1"  ; Define application version | ||||
| !define INSTALLERVERSION 32 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! | ||||
| !define APPVERSION "0.5.2"  ; Define application version | ||||
| !define INSTALLERVERSION 34 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! | ||||
|  | ||||
| !define APPURLLINK "http://www.openttd.org" | ||||
| !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| OpenTTD README | ||||
| Last updated:    2007-04-20 | ||||
| Release version: 0.5.1 | ||||
| Last updated:    2007-05-29 | ||||
| Release version: 0.5.2 | ||||
| ------------------------------------------------------------------------ | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rubidium
					rubidium