Wed, 16 Aug 2006 06:06:48 +0000(svn r5924) Revert accidently commited files
tron [Wed, 16 Aug 2006 06:06:48 +0000] rev 4291
(svn r5924) Revert accidently commited files

Wed, 16 Aug 2006 06:05:44 +0000(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)
tron [Wed, 16 Aug 2006 06:05:44 +0000] rev 4290
(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)

Tue, 15 Aug 2006 16:55:40 +0000(svn r5919) -Cleanup: use the type Date when the variable really is a date
rubidium [Tue, 15 Aug 2006 16:55:40 +0000] rev 4289
(svn r5919) -Cleanup: use the type Date when the variable really is a date

Tue, 15 Aug 2006 16:49:48 +0000(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really convert a Date to/from a YearMonthDay.
rubidium [Tue, 15 Aug 2006 16:49:48 +0000] rev 4288
(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really convert a Date to/from a YearMonthDay.
-Cleanup: swap ConvertDateToYMD's parameters to make the order consistent with the name of the function.

Tue, 15 Aug 2006 15:27:30 +0000(svn r5917) -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are Not Refitted To Correct Cargo (Mart3p)
bjarni [Tue, 15 Aug 2006 15:27:30 +0000] rev 4287
(svn r5917) -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are Not Refitted To Correct Cargo (Mart3p)

Tue, 15 Aug 2006 15:18:03 +0000(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
rubidium [Tue, 15 Aug 2006 15:18:03 +0000] rev 4286
(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
-Cleanup: replace some magic '1920' values with BASE_YEAR.

Tue, 15 Aug 2006 14:52:17 +0000(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
rubidium [Tue, 15 Aug 2006 14:52:17 +0000] rev 4285
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.

Tue, 15 Aug 2006 14:38:43 +0000(svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in aircraft_cmd.c (mart3p).
Darkvater [Tue, 15 Aug 2006 14:38:43 +0000] rev 4284
(svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in aircraft_cmd.c (mart3p).

Tue, 15 Aug 2006 14:27:53 +0000(svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehicles tile location is the exit of the tunnel.
rubidium [Tue, 15 Aug 2006 14:27:53 +0000] rev 4283
(svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehicles tile location is the exit of the tunnel.

Tue, 15 Aug 2006 13:31:43 +0000(svn r5912) -Fix: Sort order for produced amount and transported percentage was reversed in the industry list
tron [Tue, 15 Aug 2006 13:31:43 +0000] rev 4282
(svn r5912) -Fix: Sort order for produced amount and transported percentage was reversed in the industry list
Also slightly change these sorting criteria: If an industry produces more than one type of cargo sort by the sum (amount) resp. minimum (%) instead of the mean