1
0
Fork 0

(svn r12524) [0.6] -Update: some documentation.

release/0.6
rubidium 2008-03-31 22:09:27 +00:00
parent 5294075ad4
commit 1a495b0b1c
5 changed files with 17 additions and 6 deletions

View File

@ -1,5 +1,6 @@
0.6.0???? (2008-03-??) 0.6.0 (2008-04-01)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Fix: Final formatting of some string codes from NewGRFs was not done correctly [FS#1889] (r12488)
- Fix: Timetable times for aircraft were always doubled [FS#1883] (r12477) - Fix: Timetable times for aircraft were always doubled [FS#1883] (r12477)
- Fix: Remove broken endian-dependent code and unnecessary rgb to bgr swapping [FS#1880] (r12453) - Fix: Remove broken endian-dependent code and unnecessary rgb to bgr swapping [FS#1880] (r12453)
- Fix: Do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection) [FS#1871] (r12439) - Fix: Do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection) [FS#1871] (r12439)

View File

@ -11,10 +11,14 @@ by the number below on http://bugs.openttd.org.
If the bug report is closed, it has been fixed, which then can be verified If the bug report is closed, it has been fixed, which then can be verified
in the latest SVN version of /trunk. in the latest SVN version of /trunk.
Bugs for 0.6.0-RC1 Bugs for 0.6.0
------------------------------------------------------------------------ ------------------------------------------------------------------------
URL: http://bugs.openttd.org URL: http://bugs.openttd.org
- 1891 Go to depot for servicing is forgotten
- 1890 Airplanes copy helipcopters goto heliport order
- 1885 Almost all unserved industries die in big maps
- 1868 In depot, cannot move wagon from another line before first wagon in a wagon-only line
- 1858 Industry legend in small map overwrites buttons - 1858 Industry legend in small map overwrites buttons
- 1852 Minor tram reversing glitches - 1852 Minor tram reversing glitches
- 1802 Path with space in configure fails - 1802 Path with space in configure fails

View File

@ -1,3 +1,9 @@
openttd (0.6.0) unstable; urgency=low
* New upstream release.
-- Matthijs Kooijman <m.kooijman@student.utwente.nl> Tue, 01 Apr 2008 13:33:37 +0100
openttd (0.6.0~RC1) unstable; urgency=low openttd (0.6.0~RC1) unstable; urgency=low
* New upstream release. * New upstream release.

View File

@ -1,9 +1,9 @@
!define APPNAME "OpenTTD" ; Define application name !define APPNAME "OpenTTD" ; Define application name
!define APPVERSION "0.6.0" ; Define application version !define APPVERSION "0.6.0" ; Define application version
!define INSTALLERVERSION 44 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!! !define INSTALLERVERSION 45 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
!define APPURLLINK "http://www.openttd.org" !define APPURLLINK "http://www.openttd.org"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}-RC1" !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X !define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
!define MUI_ICON "..\..\..\media\openttd.ico" !define MUI_ICON "..\..\..\media\openttd.ico"

View File

@ -1,6 +1,6 @@
OpenTTD README OpenTTD README
Last updated: 2008-03-26 Last updated: 2008-04-01
Release version: 0.6.0-RC1 Release version: 0.6.0
------------------------------------------------------------------------ ------------------------------------------------------------------------