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

Tue, 15 Aug 2006 11:06:32 +0000(svn r5911) -Fix [FS#215]: Discard upper bits of TrackdirBitsToTrackBits result.
matthijs [Tue, 15 Aug 2006 11:06:32 +0000] rev 4281
(svn r5911) -Fix [FS#215]: Discard upper bits of TrackdirBitsToTrackBits result.

Tue, 15 Aug 2006 09:28:27 +0000(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup of r5907.
Darkvater [Tue, 15 Aug 2006 09:28:27 +0000] rev 4280
(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup of r5907.

Tue, 15 Aug 2006 09:03:35 +0000(svn r5909) -Fix (r5908): silence signedness warning
rubidium [Tue, 15 Aug 2006 09:03:35 +0000] rev 4279
(svn r5909) -Fix (r5908): silence signedness warning

Tue, 15 Aug 2006 07:37:01 +0000(svn r5908) - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c
Darkvater [Tue, 15 Aug 2006 07:37:01 +0000] rev 4278
(svn r5908) - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c

Tue, 15 Aug 2006 07:07:17 +0000(svn r5907) Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts
tron [Tue, 15 Aug 2006 07:07:17 +0000] rev 4277
(svn r5907) Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts