diff options
author | rubidium <rubidium@openttd.org> | 2011-01-17 16:42:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-01-17 16:42:49 +0000 |
commit | 2f4a77f47e85d0f6c047ad28ae33d8d784b3ab77 (patch) | |
tree | 4a761223e7a3c4475940ba6d62c8e72f08ec6822 | |
parent | b3fdf69ab55cc0daceb853b8ca3deb7813521c20 (diff) | |
download | openttd-2f4a77f47e85d0f6c047ad28ae33d8d784b3ab77.tar.xz |
(svn r21828) -Document [FS#4415]: that the station build date is the date of the last construction action
-rw-r--r-- | known-bugs.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/known-bugs.txt b/known-bugs.txt index 4f72230ec..aee8725d7 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -1,5 +1,5 @@ OpenTTD's known bugs -Last updated: 2011-01-09 +Last updated: 2011-01-17 Release version: 1.1.0-beta3 ------------------------------------------------------------------------ @@ -267,3 +267,21 @@ Pre- and exit signals are not dragged [FS#4378] one entry or exit signal in a row are useful. This is different for all other signal types where several in a row can serve one purpose or another. + +Station build date is incorrect [FS#4415] + The tile query tool will show the date of the last (re)construction + at the station and not the date of the first construction. This is + due to compatability reasons with NewGRFs and the fact that it is + wrong to say that the station is built in a particular year when it + was completely destroyed/rebuilt later on. + The tile query tool can be fixed by changing the "Build date" text + to "Date at which the last (re)construction took place" but this is + deemed too specific and long for that window. + +Can't change volume inside OpenTTD [FS#4416] + Some backends do not provide a means to change the volume of sound + effects or music. The mixing of music and sound is left to external + libraries/the operating system we can't handle the volume control + in OpenTTD. As a result you can't change the volume inside OpenTTD + for backends such as SDL; just use the volume control provided by + your operating system. |