peter1138 [Sun, 02 Apr 2006 12:41:01 +0000] rev 3417
(svn r4241) - Fix: Perform validation on the error number that a server receives from a client. An invalid value may cause the server to terminate.
tron [Sun, 02 Apr 2006 07:30:01 +0000] rev 3416
(svn r4231) Remove ModifyTile(), it's not used anymore, yay!
tron [Sun, 02 Apr 2006 07:05:35 +0000] rev 3415
(svn r4230) The road is asked for, not the rail. Undo part of r4164. (Pointed out by peter1138)
peter1138 [Sat, 01 Apr 2006 15:19:16 +0000] rev 3414
(svn r4229) [elrail & autoreplace] Always show compatible rail vehicles in the left list, and only the selected rail type in the right list, to
allow converting electric engines to non-electric.
bjarni [Sat, 01 Apr 2006 15:11:30 +0000] rev 3413
(svn r4228) -Fix: [autoreplace] allow replacement of wagons even when the engine fails to be replaced
peter1138 [Sat, 01 Apr 2006 14:53:38 +0000] rev 3412
(svn r4227) - Fix: Wagon replace nows checks if the cargo types are the same before seeing if it can refit.
bjarni [Sat, 01 Apr 2006 14:53:11 +0000] rev 3411
(svn r4226) -Fix: [elrails] it's no longer possible to build electric engines in non-electric depots
this prevents autoreplace to replace to electric engines before the line in question got catenary
belugas [Sat, 01 Apr 2006 02:02:50 +0000] rev 3410
(svn r4223) Correction of VC6 project file.
Darkvater [Fri, 31 Mar 2006 21:34:02 +0000] rev 3409
(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
Darkvater [Fri, 31 Mar 2006 21:22:41 +0000] rev 3408
(svn r4219) - Add support for WITH_ICONV. It is enabled by default for OSX > 10.3 for all others set it with WITH_ICONV in Makefile.config or with --with-iconv with configure. --with-config=/somedir will search for iconv include files somewhere (or in Makefile.config with WITH_ICONV_PATH). Custom library loading is not (yet) supported