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 6106
(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 6105
(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 6104
(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 6103
(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 6102
(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 6101
(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 6100
(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 6099
(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 6098
(svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)

Fri, 26 Jan 2007 19:24:02 +0000(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
Darkvater [Fri, 26 Jan 2007 19:24:02 +0000] rev 6097
(svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.