tron [Fri, 23 Feb 2007 08:03:30 +0000] rev 6445
(svn r8855) -Fix
Change some shift and cast mumbo jumbo for inflation calculation to something remotly comprehensible and explain what the magic number "54" means
belugas [Fri, 23 Feb 2007 02:18:17 +0000] rev 6444
(svn r8854) -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired result...
belugas [Fri, 23 Feb 2007 01:48:53 +0000] rev 6443
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
rubidium [Fri, 23 Feb 2007 00:17:46 +0000] rev 6442
(svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such).
-Fix (r8735): remove drive through road stops on town owned roads when going bankrupt/being removed.
rubidium [Fri, 23 Feb 2007 00:10:16 +0000] rev 6441
(svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority.
peter1138 [Thu, 22 Feb 2007 22:53:49 +0000] rev 6440
(svn r8850) -Codechange: Use the cargo type's is_freight flag instead of checking the cargo type to determine if the cargo type is freight cargo type cargo type.
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