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

Tue, 15 Aug 2006 01:28:07 +0000(svn r5906) -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->tile, now the exit-tile of the tunnel based on the vehicle's direction is correctly returned. Based on a patch by glx.
Darkvater [Tue, 15 Aug 2006 01:28:07 +0000] rev 4276
(svn r5906) -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->tile, now the exit-tile of the tunnel based on the vehicle's direction is correctly returned. Based on a patch by glx.

Tue, 15 Aug 2006 00:26:24 +0000(svn r5903) -Fix [FS#170]: Changing patch settings through the console didn't accept on/off or true/false.
Darkvater [Tue, 15 Aug 2006 00:26:24 +0000] rev 4275
(svn r5903) -Fix [FS#170]: Changing patch settings through the console didn't accept on/off or true/false.

Tue, 15 Aug 2006 00:19:01 +0000(svn r5902) -Fix [FS#26]: BIGMULS return-type fix (Graphite)
Darkvater [Tue, 15 Aug 2006 00:19:01 +0000] rev 4274
(svn r5902) -Fix [FS#26]: BIGMULS return-type fix (Graphite)