truelight [Fri, 25 Aug 2006 12:26:34 +0000] rev 4379
(svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
-Fix r6096: detect for PATHSEP on WIN32 or WIN64, not UNIX
(Windows compilers define either one, while other compilers don't define a thing)
miham [Fri, 25 Aug 2006 08:49:32 +0000] rev 4378
(svn r6114) WebTranslator2 update to 2006-08-25 10:49:08
american - 84 fixed by WhiteRabbit (84)
german - 3 fixed, 2 changed by chu (5)
portuguese - 2 fixed by izhirahider (2)
belugas [Fri, 25 Aug 2006 00:41:10 +0000] rev 4377
(svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
All properties can now be modified i.e:
Introduction date for euro conversion
Currency name, decimal separator, currency symbol (before or after amount)
and the rate compared to the base currency, the british pound
belugas [Fri, 25 Aug 2006 00:35:11 +0000] rev 4376
(svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen vs 80 project
Carbon copy of Darkvater's r6105
Darkvater [Thu, 24 Aug 2006 22:52:58 +0000] rev 4375
(svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
rubidium [Thu, 24 Aug 2006 22:04:24 +0000] rev 4374
(svn r6104) -Fix: make install did not create a directory for the heightmaps
-Fix: make install should not copy scenario as it is an empty map
truelight [Thu, 24 Aug 2006 15:39:17 +0000] rev 4373
(svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :(
truelight [Thu, 24 Aug 2006 15:36:25 +0000] rev 4372
(svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. Make exeption code for it (tnx for debug Frostregen)
truelight [Thu, 24 Aug 2006 15:21:09 +0000] rev 4371
(svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
truelight [Thu, 24 Aug 2006 12:08:25 +0000] rev 4370
(svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater)