Sun, 28 Jan 2007 00:28:12 +0000(svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which were added in r6644 but miracuously disappeared sometime afterwards
Darkvater [Sun, 28 Jan 2007 00:28:12 +0000] rev 5859
(svn r8435) -Regression (r7759?): Readd aircraft.h to the project files which were added in r6644 but miracuously disappeared sometime afterwards

Sat, 27 Jan 2007 22:28:28 +0000(svn r8434) -Fix (r8430): Missing braces caused compilation failure for some (most?) compilers...
peter1138 [Sat, 27 Jan 2007 22:28:28 +0000] rev 5858
(svn r8434) -Fix (r8430): Missing braces caused compilation failure for some (most?) compilers...

Sat, 27 Jan 2007 18:35:30 +0000(svn r8431) -Update: WebTranslator2 update to 2007-01-27 19:34:37
miham [Sat, 27 Jan 2007 18:35:30 +0000] rev 5857
(svn r8431) -Update: WebTranslator2 update to 2007-01-27 19:34:37
catalan - 4 fixed by arnaullv (4)
danish - 4 fixed, 2 changed by MiR (6)
dutch - 4 fixed by habell (4)
french - 4 fixed by glx (4)
german - 4 fixed by Neonox (4)
hungarian - 4 fixed by miham (4)
korean - 4 fixed, 4 changed by Nios (4), leejaeuk5 (4)
lithuanian - 2 changed by Domas (2)
polish - 4 fixed by meush (4)
portuguese - 4 fixed by izhirahider (4)
simplified_chinese - 4 fixed by Fishingsnow (4)
slovenian - 4 fixed, 410 changed by Necrolyte (414)
ukrainian - 34 fixed, 49 changed by mad (79), znikoz (4)

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