diff options
author | terkhen <terkhen@openttd.org> | 2010-08-19 20:15:44 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-08-19 20:15:44 +0000 |
commit | 588d3c4ff830ca7e405bbc4315405784dd1319a3 (patch) | |
tree | 398f68ed7e384b50015db57a28ee1bbe431dd36a | |
parent | 552adca67f630322b9cb9f00ca426cafa5257a16 (diff) | |
download | openttd-588d3c4ff830ca7e405bbc4315405784dd1319a3.tar.xz |
(svn r20567) -Document [FS#3966]: Add note to known-bugs about this issue.
-rw-r--r-- | known-bugs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/known-bugs.txt b/known-bugs.txt index 7755a5572..fae1caf8c 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -115,6 +115,14 @@ Clipping problems [FS#119] leave the Transport Tycoon graphics, which in effect means OpenTTD will not be a Transport Tycoon clone anymore. +Mouse scrolling not possible at the edges of the screen [FS#383] [FS#3966] + Scrolling the viewport with the mouse cursor at the edges of the screen + in the same direction of the edge will fail. If the cursor is near the + edge the scrolling will be very slow. + OpenTTD only receives cursor position updates when the cursor is inside + OpenTTD's window. It is not told how far you have moved the cursor + outside of OpenTTD's window. + Lost trains ignore (block) exit signals [FS#1473] If trains are lost they ignore block exit signals, blocking junctions with presignals. This is caused because the path finders cannot tell |