# HG changeset patch # User orudge # Date 1116704495 0 # Node ID 4f49b65ad6a864ec41e9e991200a32c1c3f3ee3a # Parent c0db1d2c3ef4a532e7b53b471f3a7c9326bfe023 (svn r2354) Update OpenTTD for 0.4.0.1 release diff -r c0db1d2c3ef4 -r 4f49b65ad6a8 changelog.txt --- a/changelog.txt Sat May 21 15:18:20 2005 +0000 +++ b/changelog.txt Sat May 21 19:41:35 2005 +0000 @@ -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) ------------------------------------------------------------------------ - 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: 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 + + 0.3.6 (2005-01-24) ------------------------------------------------------------------------ - Feature: resizable windows. All useful windows are already made resizable. diff -r c0db1d2c3ef4 -r 4f49b65ad6a8 docs/Readme_OS2.txt --- a/docs/Readme_OS2.txt Sat May 21 15:18:20 2005 +0000 +++ b/docs/Readme_OS2.txt Sat May 21 19:41:35 2005 +0000 @@ -20,6 +20,11 @@ ftp://ftp.netlabs.org/pub/sdl/sdl-dev-os2-2004-12-22.zip which may 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 experience that a version of the Scitech Display Drivers or its later incarnation (see www.scitech.com) are necessary for it to work. If diff -r c0db1d2c3ef4 -r 4f49b65ad6a8 known-bugs.txt --- a/known-bugs.txt Sat May 21 15:18:20 2005 +0000 +++ b/known-bugs.txt Sat May 21 19:41:35 2005 +0000 @@ -14,11 +14,13 @@ If the the bug report is closed, it has been fixed, which then can be verified 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 -- 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 -1188897 Station with cargo enroute_from INVALID_STATION -1186802 Company value problem (loans) @@ -34,9 +36,10 @@ -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 +Minor Bugs for 0.4.0.1 ------------------------------------------------------------------------ URL: http://sourceforge.net/tracker/?atid=669662&group_id=103924&func=browse + -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) @@ -69,4 +72,4 @@ -980276 Overflow in factory directory -976824 transmitter base -941694 Clipping problems stations/vehicles on slopes --936997 Stationname too long to fit in trainwindow bug \ No newline at end of file +-936997 Stationname too long to fit in trainwindow bug diff -r c0db1d2c3ef4 -r 4f49b65ad6a8 readme.txt --- a/readme.txt Sat May 21 15:18:20 2005 +0000 +++ b/readme.txt Sat May 21 19:41:35 2005 +0000 @@ -1,6 +1,6 @@ OpenTTD README -Last updated: 2005-05-15 -Release version: 0.4.0 +Last updated: 2005-05-21 +Release version: 0.4.1 ------------------------------------------------------------------------