peter1138 [Thu, 22 Feb 2007 22:09:51 +0000] rev 6439
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
miham [Thu, 22 Feb 2007 19:14:43 +0000] rev 6438
(svn r8848) -Update: WebTranslator2 update to 2007-02-22 19:57:58
brazilian_portuguese - 1 fixed, 49 changed by tucalipe (48), fukumori (2)
bulgarian - 2 fixed by kokobongo (2)
catalan - 1 fixed, 2 changed by arnaullv (3)
czech - 1 fixed by Hadez (1)
danish - 2 fixed, 1 changed by MiR (3)
dutch - 1 fixed by habell (1)
french - 1 fixed, 1 changed by Skiper (2)
german - 1 fixed by Neonox (1)
italian - 1 fixed by sidew (1)
korean - 4 fixed by leejaeuk5 (3), darkttd (1)
portuguese - 4 changed by izhirahider (4)
romanian - 10 fixed by kneekoo (10)
russian - 1 fixed, 42 changed by DarkFenX (43)
slovenian - 1 deleted by Necrolyte (1)
spanish - 1 changed by eusebio (1)
ukrainian - 19 fixed, 1 deleted, 12 changed by mad (32)
tron [Thu, 22 Feb 2007 19:05:26 +0000] rev 6437
(svn r8847) -Fix
There is not much point in hiding a normal 64bit multiplication in a function, so do not do it
tron [Thu, 22 Feb 2007 18:44:42 +0000] rev 6436
(svn r8846) -Fix
Remove confusing superfluous parentheses
tron [Thu, 22 Feb 2007 18:34:57 +0000] rev 6435
(svn r8845) -Fix
Remove pointless and out of context comment
Darkvater [Thu, 22 Feb 2007 16:16:44 +0000] rev 6434
(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it.
tron [Thu, 22 Feb 2007 15:01:38 +0000] rev 6433
(svn r8843) -Fix
-Fix: Off-by-one error in accessing a buffer (if you start at the second byte you have to subtract one from the size)
Also avoid an unnecessary buffer copy and strlcpy() abuse
NOTE: 0.5 candidate
tron [Thu, 22 Feb 2007 08:43:02 +0000] rev 6432
(svn r8841) -Fix
Remove {,u}intswap() and replace them by Swap()
tron [Thu, 22 Feb 2007 06:57:21 +0000] rev 6431
(svn r8840) -Fix
Remove FIFO and Stack. They have never been used and could not be used anyway because the declarations of some functions are spelled different than the definitions they should correspond to.
Also remove some other unused helpers and related struct attributes.
glx [Thu, 22 Feb 2007 00:33:39 +0000] rev 6430
(svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed.