mirror of https://github.com/OpenTTD/OpenTTD
(svn r22752) [1.1] -Update: forgotten documentation changes from trunk
parent
eb7bceb240
commit
a8c7707fe0
|
@ -267,7 +267,7 @@ OpenTTD hangs when started on 32 bits Windows [FS#4083]
|
||||||
default we are not able to detect this failure, except when Windows'
|
default we are not able to detect this failure, except when Windows'
|
||||||
music initialisation function returns after several hours and then
|
music initialisation function returns after several hours and then
|
||||||
there is no point in switching the music driver anymore.
|
there is no point in switching the music driver anymore.
|
||||||
The reason we do not use the "win32" music driver as default are
|
The reason we still use the "win32" music driver as default are
|
||||||
described in the "Long delay between switching music/song" section
|
described in the "Long delay between switching music/song" section
|
||||||
of this document.
|
of this document.
|
||||||
|
|
||||||
|
@ -325,3 +325,16 @@ Unreadable characters for non-latin locales [FS#4607]
|
||||||
blitter has been selected, e.g. blitter = "32bpp-anim", as with the
|
blitter has been selected, e.g. blitter = "32bpp-anim", as with the
|
||||||
8 bits blitter there are not enough colours to properly perform the
|
8 bits blitter there are not enough colours to properly perform the
|
||||||
anti-aliasing.
|
anti-aliasing.
|
||||||
|
|
||||||
|
Train does not crash with itself [FS#4635]:
|
||||||
|
When a train drives in a circle the front engine passes through
|
||||||
|
wagons of the same train without crashing. This is intentional.
|
||||||
|
Signals are only aware of tracks, they do not consider the train
|
||||||
|
length and whether there would be enough room for a train in some
|
||||||
|
circle it might drive on. Also the path a train might take is not
|
||||||
|
necessarily known when passing a signal.
|
||||||
|
Checking all circumstances would take a lot of additional computational
|
||||||
|
power for signals, which is not considered worth the effort, as
|
||||||
|
it does not add anything to gameplay.
|
||||||
|
Nevertheless trains shall not crash in normal operation, so making
|
||||||
|
a train not crash with itself is the best solution for everyone.
|
||||||
|
|
|
@ -471,6 +471,7 @@ The following compilers are known to compile OpenTTD:
|
||||||
- GNU Compiler Collection (GCC) 3.3 - 4.7.
|
- GNU Compiler Collection (GCC) 3.3 - 4.7.
|
||||||
Versions 4.1 and earlier give bogus warnings about uninitialised variables.
|
Versions 4.1 and earlier give bogus warnings about uninitialised variables.
|
||||||
Versions 4.4 and later give bogus warnings about freeing non-heap objects.
|
Versions 4.4 and later give bogus warnings about freeing non-heap objects.
|
||||||
|
Versions 4.5 and later give invalid warnings when lto is enabled.
|
||||||
- Intel C++ Compiler (ICC) 12.0.
|
- Intel C++ Compiler (ICC) 12.0.
|
||||||
|
|
||||||
The following compilers are known not to compile OpenTTD:
|
The following compilers are known not to compile OpenTTD:
|
||||||
|
|
Loading…
Reference in New Issue