known-bugs.txt
author rubidium
Fri, 18 Jul 2008 12:20:31 +0000
changeset 11171 04fc8e49df1b
parent 11022 4b240f36ae28
permissions -rw-r--r--
(svn r13729) -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded.
801
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     1
README
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     2
------------------------------------------------------------------------
1821
6b13b0210b07 (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater
parents: 1153
diff changeset
     3
All bugs listed below are marked as known. Please do not submit any bugs
8404
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
     4
that are the same as these. If you do, do not act surprised, because
801
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     5
we WILL flame you!!
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     6
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     7
Of course if you have more knowledge about any of these bugs, have more
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
     8
specifics, we welcome you to report them. React to the given bug indicated
7602
182651491d7d (svn r10378) -Merge: release changes from 0.5.
rubidium
parents: 7240
diff changeset
     9
by the number below on http://bugs.openttd.org.
8404
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    10
3122
cb8145459c39 (svn r3727) - Fix some typos in the readme and known-bugs text files
Darkvater
parents: 2947
diff changeset
    11
If the bug report is closed, it has been fixed, which then can be verified
8404
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    12
in the latest SVN version of /trunk.
801
bfa47ec110b0 (svn r1271) -Fix: set eol-style to native on missing files
darkvater
parents:
diff changeset
    13
11022
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    14
Bugs for 0.6.1
2947
c6c6af1d9664 (svn r3505) - Update known-bugs and delete scenarios from SVN.
Darkvater
parents: 1918
diff changeset
    15
------------------------------------------------------------------------
c6c6af1d9664 (svn r3505) - Update known-bugs and delete scenarios from SVN.
Darkvater
parents: 1918
diff changeset
    16
URL: http://bugs.openttd.org
c6c6af1d9664 (svn r3505) - Update known-bugs and delete scenarios from SVN.
Darkvater
parents: 1918
diff changeset
    17
11022
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    18
- 1944	Road vehicles not picking empty drivethrough platform
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    19
- 1923	Unique names not always enforced
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    20
- 1891	Go to depot for servicing is forgotten
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    21
- 1890	Airplanes copy helipcopters goto heliport order
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    22
- 1885	Almost all unserved industries die in big maps
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    23
- 1868	In depot, cannot move wagon from another line before first wagon in a wagon-only line
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    24
- 1858	Industry legend in small map overwrites buttons
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    25
- 1852	Minor tram reversing glitches
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    26
- 1802	Path with space in configure fails
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    27
- 1793	Inconsistent travel time for fast trains
9096
6dedf7e114d0 (svn r12181) -Change: update some documentation.
belugas
parents: 8800
diff changeset
    28
- 1762	Strange Autoreplace behaviour
11022
4b240f36ae28 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium
parents: 9168
diff changeset
    29
- 1752	User input is not checked
9096
6dedf7e114d0 (svn r12181) -Change: update some documentation.
belugas
parents: 8800
diff changeset
    30
- 1693	Removing road does not reset owner
8548
55a6ec4ec456 (svn r11612) -Change: update some documentation.
rubidium
parents: 8404
diff changeset
    31
- 1473	Train not going to available platform
8404
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    32
- 1404	Spinner widget interprets one click as many
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    33
- 1264	Autoreplace for multiple NewGRF DMU sets fails
8800
bcb844afbf4a (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.
rubidium
parents: 8548
diff changeset
    34
- 1140	[OSX] Not smooth moving map with touchpad
8404
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    35
- 1072	Text overflows in several windows
6ded74cf94b9 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium
parents: 8084
diff changeset
    36
-  119	Clipping problems with vehicles on slopes