Mon, 16 Jul 2007 13:51:17 +0000(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files
glx [Mon, 16 Jul 2007 13:51:17 +0000] rev 7268
(svn r10590) -Fix: cargo_packet.* were not sorted correctly in project files

Mon, 16 Jul 2007 13:48:12 +0000(svn r10589) -Fix (Debian): --enable-install is not needed anymore.
rubidium [Mon, 16 Jul 2007 13:48:12 +0000] rev 7267
(svn r10589) -Fix (Debian): --enable-install is not needed anymore.

Mon, 16 Jul 2007 09:16:58 +0000(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
rubidium [Mon, 16 Jul 2007 09:16:58 +0000] rev 7266
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h

Sun, 15 Jul 2007 18:14:21 +0000(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator
miham [Sun, 15 Jul 2007 18:14:21 +0000] rev 7265
(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator

Sun, 15 Jul 2007 17:17:44 +0000(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18
miham [Sun, 15 Jul 2007 17:17:44 +0000] rev 7264
(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18
croatian - 135 fixed, 2 changed by knovak (137)
czech - 3 changed by Hadez (3)
finnish - 29 fixed by habazi (29)
french - 4 fixed by Skiper (4)
german - 21 fixed, 1 changed by chu (22)
hungarian - 4 fixed by miham (4)
italian - 4 fixed by lorenzodv (4)
japanese - 4 fixed by ickoonite (4)
portuguese - 4 fixed by izhirahider (4)
romanian - 10 fixed by kneekoo (10)
traditional_chinese - 4 fixed by xbddc (4)

Sun, 15 Jul 2007 11:45:38 +0000(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa)
KUDr [Sun, 15 Jul 2007 11:45:38 +0000] rev 7263
(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa)
-The fix in cost calculation uncovered bug in estimate calculation. Ships now use the same estimate algorithm as trains.

Sun, 15 Jul 2007 00:45:02 +0000(svn r10575) -Fix r10573: misplaced )
glx [Sun, 15 Jul 2007 00:45:02 +0000] rev 7262
(svn r10575) -Fix r10573: misplaced )

Sun, 15 Jul 2007 00:26:12 +0000(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
belugas [Sun, 15 Jul 2007 00:26:12 +0000] rev 7261
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation

Sun, 15 Jul 2007 00:19:40 +0000(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries
belugas [Sun, 15 Jul 2007 00:19:40 +0000] rev 7260
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries

Sun, 15 Jul 2007 00:03:17 +0000(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE
belugas [Sun, 15 Jul 2007 00:03:17 +0000] rev 7259
(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE
-Documentation: Add documentation for enum IndustryConstructionType, which describes how the industry has been created