celestar [Thu, 20 Jan 2005 08:36:15 +0000] rev 1072
(svn r1573) -Fix: Station and depot building mode is now terminated if the
corresponding windows are closed [ 1104277 ]
tron [Wed, 19 Jan 2005 21:50:38 +0000] rev 1071
(svn r1572) Remove dead code from ludde's autorail implementation which was left over by revision 1571
dominik [Wed, 19 Jan 2005 20:55:23 +0000] rev 1070
(svn r1571) Feature: Visually enhanced autorail placing
When using the autorail tool, the rail pieces which are going to be build are highlighted.
If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if the rail line construction might not be possible because of other obstacles, e.g. houses or water.
tron [Wed, 19 Jan 2005 20:22:10 +0000] rev 1069
(svn r1570) Make the gcc version test work with old versions of test (i.e. don't use the < operator)
darkvater [Wed, 19 Jan 2005 19:32:33 +0000] rev 1068
(svn r1569) -Fix: signed/unsigned mismatch
bjarni [Wed, 19 Jan 2005 19:15:03 +0000] rev 1067
(svn r1568) made an enum of train subtypes to make the code more readable
darkvater [Wed, 19 Jan 2005 13:31:46 +0000] rev 1066
(svn r1567) -Fix: [110452] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. Signal updating is also correct. (Hackykid)
darkvater [Wed, 19 Jan 2005 13:22:01 +0000] rev 1065
(svn r1566) -Fix eol-style on script files, as well as update them a bit (sign_de)
celestar [Wed, 19 Jan 2005 10:00:37 +0000] rev 1064
(svn r1565) -Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before
display
-CodeChange: replaced one if (foo) return true else return false by
return (foo)
tron [Wed, 19 Jan 2005 05:55:30 +0000] rev 1063
(svn r1564) ISO C90 forbids mixed declarations and code (bad bjarni, no cookie)