rubidium [Sun, 04 Feb 2007 11:31:24 +0000] rev 5936
(svn r8575) -Fix (8125): remove unused include
KUDr [Sun, 04 Feb 2007 11:30:22 +0000] rev 5935
(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
rubidium [Sun, 04 Feb 2007 11:20:24 +0000] rev 5934
(svn r8573) -Cleanup: obey the comment style in stdafx.h.
rubidium [Sun, 04 Feb 2007 11:14:42 +0000] rev 5933
(svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
An example of this is that fopen that we redefine to _wfopen (for Windows Unicode compatability), is reverted to a non-Windows Unicode compatible fopen. This makes it impossible to start openttd with non-ASCII characters in the path or load savegames with non-ASCII characters under Windows.
tron [Sun, 04 Feb 2007 10:25:57 +0000] rev 5932
(svn r8570) -Fix
Add a regular constructor and destructor to AirportFTAClass
peter1138 [Sun, 04 Feb 2007 05:53:09 +0000] rev 5931
(svn r8569) -Fix (r8464): revert properly
maedhros [Sat, 03 Feb 2007 21:55:14 +0000] rev 5930
(svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum)
- The replacement bridge must be the same transport type, and if it's a rail bridge it must have the same railtype.
- Town owned bridges can also be upgraded, but only to a bridge with a higher top speed.
tron [Sat, 03 Feb 2007 21:13:34 +0000] rev 5929
(svn r8566) -Fix
Remove untranslated strings
tron [Sat, 03 Feb 2007 20:15:17 +0000] rev 5928
(svn r8565) -Fix
Fix indentation
tron [Sat, 03 Feb 2007 20:12:06 +0000] rev 5927
(svn r8564) -Fix
Remove incorrect empty translations