mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r2354) Update OpenTTD for 0.4.0.1 release
This commit is contained in:
parent
a893485be1
commit
54bc10515f
@ -1,3 +1,26 @@
|
|||||||
|
0.4.0.1 (2005-05-21)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Feature: Add 'clear' command and CTRL+L to empty console window
|
||||||
|
- Feature: add the possibility to print out the current debug-level
|
||||||
|
- Fix: [MacOSX] default path for midi player on mac is now correct again
|
||||||
|
- Fix: Updated makefile for FreeBSD
|
||||||
|
- Fix: Text overflows in about box
|
||||||
|
- Fix: Link error while compiling as dedicated server
|
||||||
|
- Fix: Do not execute empty commands
|
||||||
|
- Fix: Make OpenTTD icon look good on Win2K and earlier
|
||||||
|
- Fix: NetworkUDPRemoveAdvertise wasn't completely correct
|
||||||
|
- Fix: Signs in multiplayer didn't work
|
||||||
|
- Fix: Dedicated server desyncs
|
||||||
|
- Fix: [ 1197216 ] Error: !invalid string id 0 in GetString, dedicated server endgame crash
|
||||||
|
- Fix: Don't allow things to be renamed to nothing
|
||||||
|
- Fix: Windows installer deletes spritecache files on uninstall
|
||||||
|
- Fix: Depot window did not get redrawn when a non-train-engine was sold
|
||||||
|
- Fix: Do not scroll the game with the arrow keys when the chatbox is open
|
||||||
|
- Fix: Remove warning from release build when assertions are no longer active
|
||||||
|
- Fix: It was possible to open more than one tree window
|
||||||
|
|
||||||
|
|
||||||
0.4.0 (2005-05-15)
|
0.4.0 (2005-05-15)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: Bigger maps. Enjoy playing up to 2028x2048 (64 times as big as you were used to!)
|
- Feature: Bigger maps. Enjoy playing up to 2028x2048 (64 times as big as you were used to!)
|
||||||
@ -77,6 +100,8 @@
|
|||||||
- Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid.
|
- Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid.
|
||||||
- Fix: Scrolling with the arrow keys is now smooth and it now also scrolls exactly in tile direction if e.g. up and left are pressed
|
- Fix: Scrolling with the arrow keys is now smooth and it now also scrolls exactly in tile direction if e.g. up and left are pressed
|
||||||
- Fix: many more fixes but I am too tired to list them all
|
- Fix: many more fixes but I am too tired to list them all
|
||||||
|
|
||||||
|
|
||||||
0.3.6 (2005-01-24)
|
0.3.6 (2005-01-24)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: resizable windows. All useful windows are already made resizable.
|
- Feature: resizable windows. All useful windows are already made resizable.
|
||||||
|
@ -20,6 +20,11 @@ http://sourceforge.net/projects/openttd/ - see "os2-useful.zip".
|
|||||||
ftp://ftp.netlabs.org/pub/sdl/sdl-dev-os2-2004-12-22.zip which may
|
ftp://ftp.netlabs.org/pub/sdl/sdl-dev-os2-2004-12-22.zip which may
|
||||||
help solve some problems).
|
help solve some problems).
|
||||||
|
|
||||||
|
Please note that SDL release 2005-03-30 does NOT work with OpenTTD,
|
||||||
|
at least in my experience and the experience of a couple of other
|
||||||
|
users. If you experience problems with OpenTTD, please try downgrading
|
||||||
|
to SDL 2004-12-22.
|
||||||
|
|
||||||
Note that to actually play the game, I have found in my own
|
Note that to actually play the game, I have found in my own
|
||||||
experience that a version of the Scitech Display Drivers or its later
|
experience that a version of the Scitech Display Drivers or its later
|
||||||
incarnation (see www.scitech.com) are necessary for it to work. If
|
incarnation (see www.scitech.com) are necessary for it to work. If
|
||||||
|
@ -14,11 +14,13 @@ by the number below on http://sourceforge.net/tracker/?group_id=103924&atid=6363
|
|||||||
If the the bug report is closed, it has been fixed, which then can be verified
|
If the 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
|
Bugs for 0.4.0.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
||||||
- In certain circumstances the game can crash if you drag the minimap to a corner
|
|
||||||
-1197216 Error: !invalid string id 0 in GetString
|
- Minimap crash with certain views and certain resolutions
|
||||||
|
- "Broken" autoreplace for dual-headed trains
|
||||||
|
-1203319 Pre-signal exits not working when one way signal
|
||||||
-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)
|
-1186802 Company value problem (loans)
|
||||||
@ -34,9 +36,10 @@ URL: http://sourceforge.net/tracker/?atid=636365&group_id=103924&func=browse
|
|||||||
-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
|
-992677 BeOS MIDI does not initialise on newer BeOS releases
|
||||||
|
|
||||||
Minor Bugs for 0.4.0
|
Minor Bugs for 0.4.0.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
|
||||||
|
|
||||||
-1201284 permanent hilight in a depot
|
-1201284 permanent hilight in a depot
|
||||||
-1197258 Window Z-order locked when exiting openttd
|
-1197258 Window Z-order locked when exiting openttd
|
||||||
-1193882 problems with dualhead engins in DB Set XL (v0.81)
|
-1193882 problems with dualhead engins in DB Set XL (v0.81)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
OpenTTD README
|
OpenTTD README
|
||||||
Last updated: 2005-05-15
|
Last updated: 2005-05-21
|
||||||
Release version: 0.4.0
|
Release version: 0.4.1
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user