File diff r13762:bc5f47ad3eaf → r13763:03e7e2805c93
known-bugs.txt
Show inline comments
 
@@ -53,24 +53,35 @@ and that the nightlies and next major re
 
- 1495	Long vehicles might block multistop drive through stations
 
- 1140	[OSX] Not smooth moving map with touchpad
 
- 1072	Text overflows in several windows
 

	
 

	
 
3) Known bugs that will not be solved:
 
-- -----------------------------------
 
This section lists all known bugs that we do not intend to fix and the
 
reasons why we think that fixing them is infeasible. We might make some
 
minor improvements that reduce the scope of these bugs, but we will not
 
be able to completely fix them.
 

	
 
No suitable AI can be found
 
	If you have no AIs and an AI is started the so-called 'dummy' AI will
 
	be loaded. This AI does nothing but writing a message on the AI debug
 
	window and showing a red warning. There are basically two solutions
 
	for this problem: you must change the settings so no AI is started,
 
	this is done in the difficulty settings window. The other solution is
 
	acquiring (downloading) some AI. The easiest way to do this is via
 
	the "Check Online Content" button in the main (intro) menu or via
 
	"AI Settings" -> "Select AI" -> "Check Online Content" which is also
 
	accessed via the main menu.
 

	
 
Clipping problems [FS#119]
 
	In some cases sprites are not drawn as one would expect. Examples of
 
	this are aircraft that might be hidden below the runway or trees that
 
	in some cases are rendered over vehicles.
 
	The primary cause of this problem is that OpenTTD does not have enough
 
	data (like a 3D model) to properly determine what needs to be drawn in
 
	front of what. OpenTTD has bounding boxes but in lots of cases they
 
	are either too big or too small and then cause problems with what
 
	needs to be drawn in front of what. Also some visual tricks are used.
 
	For example trains at 8 pixels high, the catenary needs to be drawn
 
	above that. When you want to draw bridges on top of that, which are
 
	only one height level (= 8 pixels) higher, you are getting into some