Sat, 01 Apr 2006 02:02:50 +0000(svn r4223) Correction of VC6 project file.
belugas [Sat, 01 Apr 2006 02:02:50 +0000] rev 3410
(svn r4223) Correction of VC6 project file.

Fri, 31 Mar 2006 21:34:02 +0000(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
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)

Fri, 31 Mar 2006 21:22:41 +0000(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
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

Fri, 31 Mar 2006 21:13:53 +0000(svn r4218) - Codechange: Try to make the rdtsc() not present warning message a bit more clear
Darkvater [Fri, 31 Mar 2006 21:13:53 +0000] rev 3407
(svn r4218) - Codechange: Try to make the rdtsc() not present warning message a bit more clear

Fri, 31 Mar 2006 21:06:55 +0000(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG
peter1138 [Fri, 31 Mar 2006 21:06:55 +0000] rev 3406
(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG

Fri, 31 Mar 2006 19:14:17 +0000(svn r4216) -Fix: Fixed revision 4214, did a bad error there. Thanks MiHaMiX for pointing it out
celestar [Fri, 31 Mar 2006 19:14:17 +0000] rev 3405
(svn r4216) -Fix: Fixed revision 4214, did a bad error there. Thanks MiHaMiX for pointing it out

Fri, 31 Mar 2006 19:10:54 +0000(svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and moved them to station_map.h to keep consistency
celestar [Fri, 31 Mar 2006 19:10:54 +0000] rev 3404
(svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and moved them to station_map.h to keep consistency

Fri, 31 Mar 2006 19:01:57 +0000(svn r4214) -Fix: Do not try to obtain Trackbits for normal rails, bus stops, airports and other non-rail tiles
celestar [Fri, 31 Mar 2006 19:01:57 +0000] rev 3403
(svn r4214) -Fix: Do not try to obtain Trackbits for normal rails, bus stops, airports and other non-rail tiles

Fri, 31 Mar 2006 18:36:13 +0000(svn r4212) -Codechange: Add and make use of an accessor that retrieves the type of a water tile. Add an enum describing the different water tiles
celestar [Fri, 31 Mar 2006 18:36:13 +0000] rev 3402
(svn r4212) -Codechange: Add and make use of an accessor that retrieves the type of a water tile. Add an enum describing the different water tiles

Fri, 31 Mar 2006 17:40:31 +0000(svn r4211) - Removed measuring units from the names of two strings.
peter1138 [Fri, 31 Mar 2006 17:40:31 +0000] rev 3401
(svn r4211) - Removed measuring units from the names of two strings.
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".