mirror of https://github.com/OpenTTD/OpenTTD
(svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
parent
012e144cc1
commit
df4f4253da
|
@ -1,3 +1,7 @@
|
||||||
|
0.4.8 (2006-08-12)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
- Fix: A ship in a depot must be stopped before it can be cloned.
|
||||||
|
- Fix: After changing directory in 'Play Scenario', the default scenarios didn't show up in 'New Game'
|
||||||
0.4.8-RC2 (2006-07-31)
|
0.4.8-RC2 (2006-07-31)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: Add Italian town names as we have an official Italian translation
|
- Feature: Add Italian town names as we have an official Italian translation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.Dd July 31, 2006
|
.Dd August 12, 2006
|
||||||
.Dt OPENTTD 6
|
.Dt OPENTTD 6
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm openttd
|
.Nm openttd
|
||||||
|
|
|
@ -33,7 +33,6 @@ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
||||||
|
|
||||||
-1459262 Towns building too many roads way too long now
|
-1459262 Towns building too many roads way too long now
|
||||||
-1458995 Another bug with smooth_economy
|
-1458995 Another bug with smooth_economy
|
||||||
-1458894 Crashed suddenly from scenario editor
|
|
||||||
-1436419 Vehicles profits gone negative.......bug
|
-1436419 Vehicles profits gone negative.......bug
|
||||||
-1434000 Error in Transfer-Function
|
-1434000 Error in Transfer-Function
|
||||||
-1427531 Newspapers problem
|
-1427531 Newspapers problem
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
!define APPNAME "OpenTTD"
|
!define APPNAME "OpenTTD"
|
||||||
!define APPNAMEANDVERSION "OpenTTD 0.4.8.0"
|
!define APPNAMEANDVERSION "OpenTTD 0.4.8.0"
|
||||||
!define APPVERSION "0.4.8.0"
|
!define APPVERSION "0.4.8.0"
|
||||||
!define INSTALLERVERSION 21 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
|
!define INSTALLERVERSION 22 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
|
||||||
!define MUI_ICON "..\..\..\openttd.ico"
|
!define MUI_ICON "..\..\..\openttd.ico"
|
||||||
!define MUI_UNICON "..\..\..\openttd.ico"
|
!define MUI_UNICON "..\..\..\openttd.ico"
|
||||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
|
!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
OpenTTD README
|
OpenTTD README
|
||||||
Last updated: 2006-07-31
|
Last updated: 2006-08-12
|
||||||
Release version: 0.4.8
|
Release version: 0.4.8
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue