Sat, 27 Jan 2007 16:45:16 +0000(svn r8430) -Fix
tron [Sat, 27 Jan 2007 16:45:16 +0000] rev 5856
(svn r8430) -Fix

Replace the rather obscure control flow for handling aircraft/ship/train orders by something remotly comprehensible (see r3584)

Sat, 27 Jan 2007 12:45:55 +0000(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopter and remove some magic numbers related to the subtype.
Darkvater [Sat, 27 Jan 2007 12:45:55 +0000] rev 5855
(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopter and remove some magic numbers related to the subtype.

Sat, 27 Jan 2007 12:29:55 +0000(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
Darkvater [Sat, 27 Jan 2007 12:29:55 +0000] rev 5854
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.

Sat, 27 Jan 2007 10:58:44 +0000(svn r8427) -Fix
tron [Sat, 27 Jan 2007 10:58:44 +0000] rev 5853
(svn r8427) -Fix

s/m?/m??/

Sat, 27 Jan 2007 10:08:08 +0000(svn r8426) -Fix
tron [Sat, 27 Jan 2007 10:08:08 +0000] rev 5852
(svn r8426) -Fix

Slightly simplify the code which determines whether to build a rail or a road bridge

Fri, 26 Jan 2007 20:51:35 +0000(svn r8425) -Fix
tron [Fri, 26 Jan 2007 20:51:35 +0000] rev 5851
(svn r8425) -Fix

Do not try to invalidate a window which just got deleted. It is pointless

Fri, 26 Jan 2007 20:49:40 +0000(svn r8424) -Fix
tron [Fri, 26 Jan 2007 20:49:40 +0000] rev 5850
(svn r8424) -Fix

Do not call ClearSlot() just before calling DeleteVehicle(), which does it too

Fri, 26 Jan 2007 20:39:36 +0000(svn r8423) -Fix
tron [Fri, 26 Jan 2007 20:39:36 +0000] rev 5849
(svn r8423) -Fix

Do not explicitly pass the station specification and the station to ResolveStation(). They are already contained in the ResolverObject

Fri, 26 Jan 2007 20:22:34 +0000(svn r8422) -Fix
tron [Fri, 26 Jan 2007 20:22:34 +0000] rev 5848
(svn r8422) -Fix

-Regression (r8314): Reevaluate the disabled elrail setting after loading because the railtype doesn't get saved anymore

Fri, 26 Jan 2007 19:30:11 +0000(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)
Darkvater [Fri, 26 Jan 2007 19:30:11 +0000] rev 5847
(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)