belugas [Fri, 25 Aug 2006 19:18:16 +0000] rev 4381
(svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries
-Feature : both unifiedmaglevmode are now set.
Maglev and monorail are not allowed to run on each other tracks and will not be.
Setting those flags will allow grfsets as the Norvegian one to be loaded
-Codechange : link the TTDPatch's irregularstations with OTTD's nonuniform_stations
-Codechange : Reformat the whole array (thanks Rubidium, it sure looks better now)
tron [Fri, 25 Aug 2006 12:58:52 +0000] rev 4380
(svn r6122) Fix an off-by-two error in r6108: it should be the index for the last element in the array
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)