mirror of https://github.com/OpenTTD/OpenTTD
(svn r4040) - Prepare 0.4.5 branch for release. Update readme's, bugs, installers and makefile, changelog, etc. to 0.4.6
parent
a9032183df
commit
ec54b3ac24
2
Makefile
2
Makefile
|
@ -267,7 +267,7 @@ ENDIAN_CHECK=endian_check$(EXE)
|
||||||
STRGEN=strgen/strgen$(EXE)
|
STRGEN=strgen/strgen$(EXE)
|
||||||
OSXAPP="OpenTTD.app"
|
OSXAPP="OpenTTD.app"
|
||||||
|
|
||||||
REV := 0.4.5-$(shell if test -d .svn; then svnversion . | awk '{ print "r"$$0 }'; fi)
|
REV := 0.4.6-$(shell if test -d .svn; then svnversion . | awk '{ print "r"$$0 }'; fi)
|
||||||
|
|
||||||
# MorphOS needs builddate
|
# MorphOS needs builddate
|
||||||
BUILDDATE=`date +%d.%m.%y`
|
BUILDDATE=`date +%d.%m.%y`
|
||||||
|
|
|
@ -1,3 +1,38 @@
|
||||||
|
t 0.4.6 (2006-03-22)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Codechange: [win32] Show the revision in crash.txt and enable the button to show the crash text in the crash-window (r3965)
|
||||||
|
- Codechange: Add additional linker information to release builds to help figure out crashes more easily (r3526)
|
||||||
|
- Fix: [OSX 10.3 and newer] [ 1157244 ] Can't save game if name contains german umlauts (loading savegames with certain chars still look odd) (r4038)
|
||||||
|
- Fix: [OSX] major speedup for PPC fullscreen (r4034)
|
||||||
|
- Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there. (r4032)
|
||||||
|
- Fix: [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (r4031)
|
||||||
|
- Fix: [ 1453646 NPF ] Road vehicles planning through the back of depots and stations. (r4029)
|
||||||
|
- Fix: Use the title of a savegame in the saveload dialog-editbox. (r4018)
|
||||||
|
- Fix: Improper resolution written to the configuration file when exiting from fullscreen. (r4017)
|
||||||
|
- Fix: When removing rail track from a tile where only X and Y pieces exist, explicitly update signals in both directions. (r4016)
|
||||||
|
- Fix: Default the patch-setting 'pause_on_join' to true. (r4015)
|
||||||
|
- Fix: Slope and height information returned for some tile types is wrong (r4014)
|
||||||
|
- Fix: Fixes a bug introduced by r3228 which allowed steep rail tiles resulting in ... unwanted effects such as display artifacts. (r4012)
|
||||||
|
- Fix: Update french translation (r3978)
|
||||||
|
- Fix: FS#56 - [Crash] Missing glyph(s) in big-font. Added several missing glyphs for the big font. (r3970)
|
||||||
|
- Fix: [ 1439907 ] Increase client list window width so at least most languages fit. (r3969)
|
||||||
|
- Fix: Update german and finnish languages. (r3968)
|
||||||
|
- Fix: Properly set back the owner of a crossing/road-under bridge after removing it. (r3967)
|
||||||
|
- Fix: [autoreplace]: (FS#67) autoreplacing trains now keep their tile length instead of their pixel length. (r3964)
|
||||||
|
- Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592. (r3962)
|
||||||
|
- Fix: Fix crash when resizing news history window. (r3961)
|
||||||
|
- Fix: Correctly implement minimum search, so road vehicles head twoards the closest station, not the last one in the list. (r3960)
|
||||||
|
- Fix: [FS#61] The tooltips for raising and lowering land buttons in the scenario editor are interchanged (r3959)
|
||||||
|
- Fix: Correctly restore the roadside after roadworks are finished. (r3957)
|
||||||
|
- Fix: [Multistop] Check the status of the destination road stop instead of a station's first road stop. This only has effect with road vehicle queuing disabled. (r3956)
|
||||||
|
- Fix: validate the setting of max_companies/spectators through the console. (r3955)
|
||||||
|
- Fix: Improve game-load times. (r3954)
|
||||||
|
- Fix: On loading a game, GetPlayerRailtypes() didn't account for the fact that vehicles are introduced a year after their introduction date. This will also relieve possible (rare) network desyncs. (r3952)
|
||||||
|
- Fix: Restore plural forms of cargo types for several languages. (r3951)
|
||||||
|
- Fix: [win32] Add directives to allow Visual Studio 2005 compilation. (r3950)
|
||||||
|
- Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (r3948)
|
||||||
|
|
||||||
0.4.5 (2006-01-31)
|
0.4.5 (2006-01-31)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.Dd July 27, 2005
|
.Dd March 22, 2006
|
||||||
.Dt OPENTTD 6
|
.Dt OPENTTD 6
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm openttd
|
.Nm openttd
|
||||||
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
|
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
|
|
|
@ -11,48 +11,97 @@ go to: http://www.tt-forums.net/viewtopic.php?t=9576
|
||||||
Of course if you have more knowledge about any of these bugs, have more
|
Of course if you have more knowledge about any of these bugs, have more
|
||||||
specifics, we welcome you to report them. React to the given bug indicated
|
specifics, we welcome you to report them. React to the given bug indicated
|
||||||
by the number below on http://sourceforge.net/tracker/?group_id=103924&atid=636365
|
by the number below on http://sourceforge.net/tracker/?group_id=103924&atid=636365
|
||||||
If the the bug report is closed, it has been fixed, which then can be verified
|
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.
|
in the latest SVN version.
|
||||||
|
|
||||||
Bugs for 0.4.0.1
|
Bugs for 0.4.6
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
URL: http://bugs.openttd.org
|
||||||
|
|
||||||
|
-80 Medium Crash when switching from windowed to fullscreen
|
||||||
|
-78 Low Save vs. Autosave
|
||||||
|
-77 Low cocoa video driver got an artifact in fullscreen
|
||||||
|
-74 Low message settings
|
||||||
|
-73 vehicle selection bug
|
||||||
|
-71 Invalid last_vehicle for station (crash)
|
||||||
|
-68 wagon replacements
|
||||||
|
-66 wagon re-fitting
|
||||||
|
-65 short wagons bug
|
||||||
|
-63 Initial Volume Level not restored
|
||||||
|
-57 (Ship) Pathfinder problem
|
||||||
|
-55 Assertion on TrainController (train_cmd.c:2840)
|
||||||
|
-52 desync when server saves game (on slow hardware)
|
||||||
|
-51 Windows doesn't support CUSTOM_LANG_DIR
|
||||||
|
-50 Trains chosing an alternative path when encountering a 1-way presignal instead of waiting
|
||||||
|
-47 Low rating calculation and cargo loading priority
|
||||||
|
-45 Low NORETURN wrongly declared for gcc
|
||||||
|
-20 Low Saving files when run from gdb 2005-12-06 Unconfirmed
|
||||||
|
- 9 Low [MorphOS] write to NULL when going to device root in filerequester 2005-11-28 Assigned Christian Rosentreter
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
||||||
|
|
||||||
- "Broken" autoreplace for dual-headed trains
|
-1454591 Street junctions not able to converted
|
||||||
-1203319 Pre-signal exits not working when one way signal
|
-1453676 crash in windowed mode when moving mouse back to openttd
|
||||||
|
-1436419 Vehicles profits gone negitive.......bug
|
||||||
|
-1438411 Game crash with NPF (r3663)
|
||||||
|
-1434000 Error in Transfer-Function
|
||||||
|
-1433315 non-existant crash reporting
|
||||||
|
-1432871 Wrong signalstate when track over track
|
||||||
|
-1427531 Newspapers problem
|
||||||
|
-1417453 Makefile and Variables issue
|
||||||
|
-1397638 Economics bug?
|
||||||
|
-1395628 Trackpad panning/scrolling broken
|
||||||
|
-1394799 Dual headed engines disagreement
|
||||||
|
-1393415 NPF & one-way sigs
|
||||||
|
-1393411 "Void Order" reporting.
|
||||||
|
-1390260 Mis-reporting of Plane Crash
|
||||||
|
-1389999 Child windows not sticking
|
||||||
|
-1389986 Shares problem (nightly 3330)
|
||||||
|
-1380497 problems with competitors during multiplayer
|
||||||
|
-1362784 Incorrect vehicule profit calcul with inflation on
|
||||||
|
-1299162 Music volume too low
|
||||||
|
-1250094 Towns Shrink when center tile is built on
|
||||||
|
-1244842 Multiplayer interface bug (0.4.0.1)
|
||||||
|
-1212267 station visited twice when servicing
|
||||||
|
-1211764 AI companies behave weird on the stock market
|
||||||
|
-1208170 Duplicate station names can be created
|
||||||
-1197116 Some stations are cargo-less
|
-1197116 Some stations are cargo-less
|
||||||
-1188897 Station with cargo enroute_from INVALID_STATION
|
-1188897 Station with cargo enroute_from INVALID_STATION
|
||||||
-1186802 Company value problem (loans)
|
|
||||||
-1181888 Invaild Station Order => Crash
|
-1181888 Invaild Station Order => Crash
|
||||||
-1174829 Waypoint / Orders Bug
|
-1174829 Waypoint / Orders Bug
|
||||||
-1168820 Some mouse and keyboard events are lost
|
-1168820 Some mouse and keyboard events are lost
|
||||||
-1167810 Cargo payment after deleting stations (st->xy = 0)
|
-1167810 Cargo payment after deleting stations (st->xy = 0)
|
||||||
-1157244 Can't save game if name contains german umlauts
|
|
||||||
-1144510 Make install tries to install scenarios to the wrong place
|
|
||||||
-1116638 "More, but smaller changes" deficiency
|
-1116638 "More, but smaller changes" deficiency
|
||||||
-1106356 re-offered prototypes
|
-1106356 re-offered prototypes
|
||||||
-1099233 production down before it's working
|
|
||||||
-1085486 Subsidies: Only count when station is in right suburb
|
-1085486 Subsidies: Only count when station is in right suburb
|
||||||
-992677 BeOS MIDI does not initialise on newer BeOS releases
|
|
||||||
|
|
||||||
Minor Bugs for 0.4.0.1
|
Minor Bugs for 0.4.5.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse
|
URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse
|
||||||
|
|
||||||
|
-1424115 Reversed arrow sign in list view column headers
|
||||||
|
-1412033 autoreplace not possible on monorail/maglev trains
|
||||||
|
-1412031 fast forward scrolling is also fast forward :)
|
||||||
|
-1394316 Multistop traffic jam
|
||||||
|
-1394231 Autorenew glitch on helicopters
|
||||||
|
-1387424 overtake insolvent company is to cheap
|
||||||
|
-1382782 Loan interest calculated 'wrong'
|
||||||
|
-1372891 Performance loss with NTP & NPF
|
||||||
|
-1342383 Last built rail type not cleared when starting new game
|
||||||
|
-1296259 Autosave override for multiplayer games
|
||||||
|
-1242753 Town population minus 10
|
||||||
|
-1236320 Bug in main menu allows moving screen
|
||||||
-1201284 permanent hilight in a depot
|
-1201284 permanent hilight in a depot
|
||||||
-1197258 Window Z-order locked when exiting openttd
|
|
||||||
-1193882 problems with dualhead engins in DB Set XL (v0.81)
|
|
||||||
-1193870 keep the date counter running
|
-1193870 keep the date counter running
|
||||||
-1185852 Scrollbars get arbitrarily small
|
-1185852 Scrollbars get arbitrarily small
|
||||||
-1184634 Replace vehicles window bug
|
-1184634 Replace vehicles window bug
|
||||||
-1183253 Incorrect Load vs Loading Sprites
|
-1183253 Incorrect Load vs Loading Sprites
|
||||||
-1183251 Hangar sprite does not update when refit.
|
-1183251 Hangar sprite does not update when refit.
|
||||||
-1179933 autorail removal does not go completely red.
|
|
||||||
-1160732 little bug with transparency
|
-1160732 little bug with transparency
|
||||||
-1153937 Game wont run from a start menu shortcut
|
|
||||||
-1117731 Editor-StartingDate
|
-1117731 Editor-StartingDate
|
||||||
-1114237 Wrong autoreplace hint
|
-1114237 Wrong autoreplace hint
|
||||||
-1112784 detailed sound options
|
|
||||||
-1108046 game freezes
|
-1108046 game freezes
|
||||||
-1106889 Chat Interface enhancements
|
-1106889 Chat Interface enhancements
|
||||||
-1104358 train lost message - history
|
-1104358 train lost message - history
|
||||||
|
@ -62,13 +111,9 @@ URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse
|
||||||
-1034310 color mauve in diagrams
|
-1034310 color mauve in diagrams
|
||||||
-1030661 It's possible to build a tunnel under oil wells
|
-1030661 It's possible to build a tunnel under oil wells
|
||||||
-1009171 Canals and locks at sea level cause flooding
|
-1009171 Canals and locks at sea level cause flooding
|
||||||
-993516 Canal + bouy -> wrong graphics.
|
-0993516 Canal + bouy -> wrong graphics.
|
||||||
-987891 Large UFO destruction bug
|
-0987891 Large UFO destruction bug
|
||||||
-987884 farm fences
|
-0987883 Aircraft landing/taking off
|
||||||
-987883 Aircraft landing/taking off
|
-0987880 company league table updating
|
||||||
-987880 company league table updating
|
-0985924 aircraft taxi speed
|
||||||
-985924 aircraft taxi speed
|
-0941694 Clipping problems stations/vehicles on slopes
|
||||||
-980276 Overflow in factory directory
|
|
||||||
-976824 transmitter base
|
|
||||||
-941694 Clipping problems stations/vehicles on slopes
|
|
||||||
-936997 Stationname too long to fit in trainwindow bug
|
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef NETWORK_H
|
#ifndef NETWORK_H
|
||||||
#define NETWORK_H
|
#define NETWORK_H
|
||||||
|
|
||||||
#define NOREV_STRING "0.4.5-norev000"
|
#define NOREV_STRING "0.4.6-norev000"
|
||||||
|
|
||||||
#ifdef ENABLE_NETWORK
|
#ifdef ENABLE_NETWORK
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
%define name openttd
|
%define name openttd
|
||||||
%define version 0.3.6
|
%define version 0.4.6
|
||||||
%define release 1mdk
|
%define release 1mdk
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
; Define your application name
|
; Define your application name
|
||||||
!define APPNAME "OpenTTD"
|
!define APPNAME "OpenTTD"
|
||||||
!define APPNAMEANDVERSION "OpenTTD 0.4.5.0"
|
!define APPNAMEANDVERSION "OpenTTD 0.4.6.0"
|
||||||
!define APPVERSION "0.4.5.0"
|
!define APPVERSION "0.4.6.0"
|
||||||
!define INSTALLERVERSION 17 ;NEED TO UPDATE THIS FOR EVERY RELEASE!!!
|
!define INSTALLERVERSION 18 ;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"
|
||||||
|
|
|
@ -61,8 +61,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,4,5,0
|
FILEVERSION 0,4,6,0
|
||||||
PRODUCTVERSION 0,4,5,0
|
PRODUCTVERSION 0,4,6,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -80,7 +80,7 @@ BEGIN
|
||||||
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
|
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
|
||||||
VALUE "CompanyName", "OpenTTD Development Team\0"
|
VALUE "CompanyName", "OpenTTD Development Team\0"
|
||||||
VALUE "FileDescription", "OpenTTD\0"
|
VALUE "FileDescription", "OpenTTD\0"
|
||||||
VALUE "FileVersion", "0.4.5.0\0"
|
VALUE "FileVersion", "0.4.6.0\0"
|
||||||
VALUE "InternalName", "openttd\0"
|
VALUE "InternalName", "openttd\0"
|
||||||
VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2006. All Rights Reserved.\0"
|
VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2006. All Rights Reserved.\0"
|
||||||
VALUE "LegalTrademarks", "\0"
|
VALUE "LegalTrademarks", "\0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
OpenTTD README
|
OpenTTD README
|
||||||
Last updated: 2006-01-31
|
Last updated: 2006-03-22
|
||||||
Release version: 0.4.5
|
Release version: 0.4.6
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue