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.
rubidium [Tue, 15 Aug 2006 09:03:35 +0000] rev 4279
(svn r5909) -Fix (r5908): silence signedness warning
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
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
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.
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.
Darkvater [Tue, 15 Aug 2006 00:19:01 +0000] rev 4274
(svn r5902) -Fix [FS#26]: BIGMULS return-type fix (Graphite)
Darkvater [Tue, 15 Aug 2006 00:14:57 +0000] rev 4273
(svn r5901) -Fix [FS#253]: Differing price calculation for tunnels depending on starting point
Darkvater [Mon, 14 Aug 2006 23:27:06 +0000] rev 4272
(svn r5900) -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (michi_cc)
Darkvater [Mon, 14 Aug 2006 23:11:59 +0000] rev 4271
(svn r5899) - Fix [FS#242]: Multistop not working when using NPF (r5033) (mart3p)