Sun, 04 May 2008 10:05:35 +0000(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well
bjarni [Sun, 04 May 2008 10:05:35 +0000] rev 10398
(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well

Sun, 04 May 2008 09:39:16 +0000(svn r12939) -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number.
rubidium [Sun, 04 May 2008 09:39:16 +0000] rev 10397
(svn r12939) -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number.

Sun, 04 May 2008 08:56:59 +0000(svn r12938) -Codechange: coding style fixes. Patch by Alberth.
rubidium [Sun, 04 May 2008 08:56:59 +0000] rev 10396
(svn r12938) -Codechange: coding style fixes. Patch by Alberth.

Sun, 04 May 2008 08:49:57 +0000(svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.
rubidium [Sun, 04 May 2008 08:49:57 +0000] rev 10395
(svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.

Sun, 04 May 2008 08:38:21 +0000(svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.
rubidium [Sun, 04 May 2008 08:38:21 +0000] rev 10394
(svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.

Fri, 02 May 2008 08:15:36 +0000(svn r12935) -Fix [FS#1975]: vehicles forget their manual depot order when stopping at a station. Now we just pass through the station without stopping when a vehicle has been given a depot order.
rubidium [Fri, 02 May 2008 08:15:36 +0000] rev 10393
(svn r12935) -Fix [FS#1975]: vehicles forget their manual depot order when stopping at a station. Now we just pass through the station without stopping when a vehicle has been given a depot order.

Fri, 02 May 2008 02:06:57 +0000(svn r12934) -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests
belugas [Fri, 02 May 2008 02:06:57 +0000] rev 10392
(svn r12934) -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests

Thu, 01 May 2008 22:51:53 +0000(svn r12933) -Fix: minor errors related to industries accepted/produced cargo
glx [Thu, 01 May 2008 22:51:53 +0000] rev 10391
(svn r12933) -Fix: minor errors related to industries accepted/produced cargo

Wed, 30 Apr 2008 17:42:08 +0000(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.
peter1138 [Wed, 30 Apr 2008 17:42:08 +0000] rev 10390
(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.

Wed, 30 Apr 2008 12:09:42 +0000(svn r12931) [NoAI] -Fix: AIVehicle::BuildVehicle() returned 'false' in some cases instead of INVALID_VEHICLE (Yexo) noai
truebrain [Wed, 30 Apr 2008 12:09:42 +0000] rev 10389
(svn r12931) [NoAI] -Fix: AIVehicle::BuildVehicle() returned 'false' in some cases instead of INVALID_VEHICLE (Yexo)