Thu, 07 Sep 2006 15:00:47 +0000(svn r6418) -Fix: [autoreplace] now multiheaded engines and other locomotives consisting of more than one unit will only be counted once
bjarni [Thu, 07 Sep 2006 15:00:47 +0000] rev 4569
(svn r6418) -Fix: [autoreplace] now multiheaded engines and other locomotives consisting of more than one unit will only be counted once
This also cleaned up the counting loop alot and it will also (hopefully) be faster (didn't benchmark it)

Thu, 07 Sep 2006 06:38:37 +0000(svn r6417) WebTranslator2 update to 2006-09-07 08:38:16
miham [Thu, 07 Sep 2006 06:38:37 +0000] rev 4568
(svn r6417) WebTranslator2 update to 2006-09-07 08:38:16
french - 8 fixed by glx (8)

Thu, 07 Sep 2006 00:31:46 +0000(svn r6416) -Fix r6414 r6415: forgot to apply the new colours to the strings in the translations in lang/unfinished
bjarni [Thu, 07 Sep 2006 00:31:46 +0000] rev 4567
(svn r6416) -Fix r6414 r6415: forgot to apply the new colours to the strings in the translations in lang/unfinished

Wed, 06 Sep 2006 22:58:07 +0000(svn r6415) -Fix r6414: switched orange and light blue colours in last commit, so they now fit what we agreed upon (oops)
bjarni [Wed, 06 Sep 2006 22:58:07 +0000] rev 4566
(svn r6415) -Fix r6414: switched orange and light blue colours in last commit, so they now fit what we agreed upon (oops)
stopping is now orange and service is now light blue

Wed, 06 Sep 2006 22:43:38 +0000(svn r6414) -GUI change: heading for depot is now shown as either "Service at depot" (service) in orange or "Heading for depot" (stopping) in light blue
bjarni [Wed, 06 Sep 2006 22:43:38 +0000] rev 4565
(svn r6414) -GUI change: heading for depot is now shown as either "Service at depot" (service) in orange or "Heading for depot" (stopping) in light blue

Wed, 06 Sep 2006 14:32:14 +0000(svn r6412) -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc)
glx [Wed, 06 Sep 2006 14:32:14 +0000] rev 4564
(svn r6412) -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc)

Wed, 06 Sep 2006 14:24:43 +0000(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
glx [Wed, 06 Sep 2006 14:24:43 +0000] rev 4563
(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks

Wed, 06 Sep 2006 13:58:31 +0000(svn r6410) -remove unittest
glx [Wed, 06 Sep 2006 13:58:31 +0000] rev 4562
(svn r6410) -remove unittest

Wed, 06 Sep 2006 01:56:01 +0000(svn r6408) -Fix(r6406): compilation was broken
glx [Wed, 06 Sep 2006 01:56:01 +0000] rev 4561
(svn r6408) -Fix(r6406): compilation was broken
-Codechange: Rename TileIndexDiffCByDir to TileIndexDiffCByDiagDir because it accepts DiagDirections

Tue, 05 Sep 2006 23:43:42 +0000(svn r6407) -Fix: Check return values of DoCommand() with CmdFailed and that of DoCommandP
Darkvater [Tue, 05 Sep 2006 23:43:42 +0000] rev 4560
(svn r6407) -Fix: Check return values of DoCommand() with CmdFailed and that of DoCommandP
with a boolean type.