OpenTTD 0.6.1-RC1
Moderator: OpenTTD Developers
OpenTTD 0.6.1-RC1
Good evening all,
today (or yesterday, depending on your time zone) OpenTTD 0.6.1-RC1 has been released. It fixes some speed related regressions and about thirty other, usually, small bugs.
You can download the new release candidate as usual from www.openttd.org.
We hope you'll give this release candidate a good test (and do not find any issues with it).
today (or yesterday, depending on your time zone) OpenTTD 0.6.1-RC1 has been released. It fixes some speed related regressions and about thirty other, usually, small bugs.
You can download the new release candidate as usual from www.openttd.org.
We hope you'll give this release candidate a good test (and do not find any issues with it).
- athanasios
- Tycoon
- Posts: 3138
- Joined: 23 Jun 2005 00:09
- Contact:
Re: OpenTTD 0.6.1-RC1
Downloading... 

http://members.fortunecity.com/gamesart
"If no one is a fool I am also a fool." -The TTD maniac.
I prefer to be contacted through PMs. Thanks.
"If no one is a fool I am also a fool." -The TTD maniac.
I prefer to be contacted through PMs. Thanks.
Re: OpenTTD 0.6.1-RC1
That was quick! Good job.
Unfortunately it still takes up all the CPU resources on my PowerMac. Oh well.
Unfortunately it still takes up all the CPU resources on my PowerMac. Oh well.
Re: OpenTTD 0.6.1-RC1
I must be blind, because I cant find the file for download anywhere... Under downloads all I see is the 0.6.0 file...
Last edited by Trond on 27 Apr 2008 09:13, edited 1 time in total.
..: Trond :.. because you deserve it! 
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
Re: OpenTTD 0.6.1-RC1
Changelog:
Code: Select all
0.6.1-RC1 (2008-04-26)
------------------------------------------------------------------------
- Fix: Vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (r12906)
- Fix: Remove trams from savegames saved in OTTD without tram support, it is better than to simply crash [FS#1953] (r12904)
- Fix: GCC on FreeBSD does not support -dumpmachine causing configure to fail. Use g++ instead [FS#1928] (r12876)
- Fix: Make the town rating tests use less memory and much quicker (r12859)
- Fix: Usage of AutoPtr made (trying to) build stuff very (time) expensive (r12857, r12855)
- Fix: Ensure that prop 25 is set for all vehicles in the consist before other properties as it could cause desyncs (r12856)
- Fix: Too much catenary was drawn about tunnel entrances, middle bridge pieces and non-rail station tiles (r12853, r12852)
- Fix: Use YAPF for fairly old savegames from before YAPF was introduced (r12845)
- Fix: The industry tick trigger should only be triggered once every 256 ticks, not every tick... Also bail out of the triggers a little earlier if you know they are not going to happen anyway (r12844)
- Fix: Inconsistent use of 8/15-bitness of NewGRF callback results with respect to TTDP's implementation of the specification (r12819, r12818, r12759)
- Fix: Possible out of bounds array access (r12809)
- Fix: Enforce autorenew values range in command (r12808)
- Fix: Vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading [FS#1938] (r12795)
- Fix: [OSX] In some rare cases when using an uncalibrated monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion (r12776)
- Fix: Slope checking for NewGRFs failed (r12759)
- Fix: Check the TILE_NOT_SLOPED flag of the _north_ tile of multi-tile houses to decide if autoslope is allowed (r12717)
- Fix: Do not move windows below the toolbar on resizes unless they would go behind the toolbar [FS#1904] (r12714)
- Fix: Increase default sound buffer size only for Vista [FS#1914] (r12708)
- Fix: Do not crash very hard on unrecognised savegames, just go back to the intro menu instead (r12707)
- Fix: In some cases a news messages would not be shown [FS#1906] (r12683)
- Fix: Removing road pieces from a town gave you twice the intended penalty [FS#1920] (r12682)
- Fix: When a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped [FS#1918] (r12678)
- Fix: Colour remaps on station sprites only worked for company colours [FS#1902] (r12674)
- Fix: Remove buggy buoys at tile 0 from old TTDP savegames (r12642)
- Fix: Possible NULL pointer dereference when reading some NewGRF data [FS#1913] (r12637)
- Fix: Infinite loop in case your compiler decides that enums are unsigned by default (r12622)
- Fix: The convert signal button disallowed signal dragging when the signal GUI was closed (r12577)
- Fix: Binding to a specific IP could cause OpenTTD to not register properly with the masterserver if one has multiple external interfaces (r12574)
- Fix: min() has 32bit arguments, clamping of 64bit values did not work (r12572)
- Fix: Towns could not terraform when inflation rised terraform prices enough (r12564)
- Fix: Do not affect town rating change by the order in which we examine stations (r12561)
- Fix: Redraw the signal GUI when the signal drag density changes in the patch settings and vice versa (r12553)
- Fix: Do not install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead (r12542)
-
- Tycoon
- Posts: 11501
- Joined: 20 Sep 2004 22:45
Re: OpenTTD 0.6.1-RC1


- Doorslammer
- Tycoon
- Posts: 1037
- Joined: 16 Oct 2007 11:08
- Location: Perth, Western Australia
- Contact:
Re: OpenTTD 0.6.1-RC1
It's in the download section, too. http://www.openttd.org/downloads.php
You can download the lastest stable release (0.6.0) and the latest RC (0.6.1RC)
That's a really cool fix! I do always put windows behind the toolbar. It's really annoying. Thanks!
You can download the lastest stable release (0.6.0) and the latest RC (0.6.1RC)
Code: Select all
- Fix: Do not move windows below the toolbar on resizes unless they would go behind the toolbar [FS#1904] (r12714)
Re: OpenTTD 0.6.1-RC1
This is what the download section looks like to me:
..: Trond :.. because you deserve it! 
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
Re: OpenTTD 0.6.1-RC1
This is "my" download section.
Maybe reloading - press F5 - solves your "problem".
Last but not least: I would really like to drag the MSIE in the mud and praise Opera or Firefox to the skies - but I'm too lazy right now.
Maybe reloading - press F5 - solves your "problem".
Last but not least: I would really like to drag the MSIE in the mud and praise Opera or Firefox to the skies - but I'm too lazy right now.
Last edited by zypa on 27 Apr 2008 09:48, edited 1 time in total.
Re: OpenTTD 0.6.1-RC1
Emptying cache, pressing F5, pressing CTRL+F5, nothing makes the new RC show up for me on IE7... I'll try firefox now...
Edit: Firefox works alright
kinda weird tough, that it doesnt show up in IE 
Edit: Firefox works alright


..: Trond :.. because you deserve it! 
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
Re: OpenTTD 0.6.1-RC1
Hmm, I thats the sourcecode of the download.php page
I guess the MSIE accepts this kind of "commenting out". I think that's _not_ W3C conform.
[edit: broke the table with ultra long URL in the code enviroment.]
Code: Select all
<!-- Just commented out the whole release candidate stuff --!>
<br/><br/>
The latest <b>release candidate</b> is 0.6.1-RC1, released on April 26th 2008.
[...]
In addition, binaries for different Linux distributions, MorphOS,
Windows 95, 98 and ME, Windows 64, OS/2 etc. are available <a
href=">>>snipped<<<">here</a>.
<!-- -->
[edit: broke the table with ultra long URL in the code enviroment.]
Re: OpenTTD 0.6.1-RC1
Yup... the first time I see Microsoft conforming to a standard whereas other browsers do not. Who would have thought about that ever happening?
Re: OpenTTD 0.6.1-RC1
The kind of commenting in download.php is not w3 html4.01 conform. (At least I think so)
I do not know why the MSIE accepts this kind of comment. IMHO it's a wrong behaviour.
See this URL: http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.2.4
However, I think one should use a comment that every browser accepts.
I do not know why the MSIE accepts this kind of comment. IMHO it's a wrong behaviour.
See this URL: http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.2.4
However, I think one should use a comment that every browser accepts.
Code: Select all
<!-- RC 1 commented out
[...] -->
Re: OpenTTD 0.6.1-RC1
Strictly, a comment in a tag opened with "<!" goes from "--" to "--". "<!-- -->" is a comment. "<!-- -- -->" is one and a half comments; the third -- opens a second comment which is not terminated.
Therefore, after stripping the comment(s), that code is:
Exactly whether or not the spaces are/should be present in the ! tags is a matter for higher lawyers than I, as is discussion of whether <! !> is legal.
Therefore, after stripping the comment(s), that code is:
Code: Select all
<! !>
<br/><br/>
The latest <b>release candidate</b> is 0.6.1-RC1, released on April 26th 2008.
[...]
In addition, binaries for different Linux distributions, MorphOS,
Windows 95, 98 and ME, Windows 64, OS/2 etc. are available <a
href=">>>snipped<<<">here</a>.
<! >
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
-
- Chief Executive
- Posts: 660
- Joined: 31 May 2004 08:22
Re: OpenTTD 0.6.1-RC1
It puts a strain on my system as the normal 0.6.0 did,
the fix in this post fixed it though, consider using it.
http://www.tt-forums.net/viewtopic.php? ... 4&start=20
the fix in this post fixed it though, consider using it.
http://www.tt-forums.net/viewtopic.php? ... 4&start=20
Re: OpenTTD 0.6.1-RC1
No matter what caused the error and what fixed it, it is indeed fixed now
Thanks on behalf of me and other IE (7) users 


..: Trond :.. because you deserve it! 
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
The whole problem with the world is that fools and fanatics are always so certain of themselves,
and wiser people so full of doubts.
Bertrand Russell
MyGRFs: Norwegian Funny Town Names 4 | LOTR & WoW Town Names 2 | Islandic Town Names 1 | Random Norwegian Town Names
Favorites: GRFCrawler | ISR | WIKI | Now Playing: OpenTTD 1.3.2 w/YAPP 3.0-RC3.9ish
Who is online
Users browsing this forum: No registered users and 12 guests