Tue, 30 Sep 2008 20:39:50 +0000(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
rubidium [Tue, 30 Sep 2008 20:39:50 +0000] rev 10207
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.

Tue, 30 Sep 2008 17:50:21 +0000(svn r14420) -Update: WebTranslator2 update to 2008-09-30 17:50:15
translators [Tue, 30 Sep 2008 17:50:21 +0000] rev 10206
(svn r14420) -Update: WebTranslator2 update to 2008-09-30 17:50:15
hungarian - 3 fixed, 1 changed by alyr (4)
simplified_chinese - 122 fixed, 2 changed by ww9980 (124)
swedish - 1 fixed by ChrillDeVille (1)

Tue, 30 Sep 2008 16:50:25 +0000(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
belugas [Tue, 30 Sep 2008 16:50:25 +0000] rev 10205
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.

Mon, 29 Sep 2008 18:56:36 +0000(svn r14417) -Codechange: rewrite GetClosestWaterDistance(), now it is ~100 times faster than pre-r14416 in average case
smatz [Mon, 29 Sep 2008 18:56:36 +0000] rev 10204
(svn r14417) -Codechange: rewrite GetClosestWaterDistance(), now it is ~100 times faster than pre-r14416 in average case

Mon, 29 Sep 2008 18:34:05 +0000(svn r14416) -Fix (r10074)(r10517): substraction was done the other way in the 'nearest land/water' check (~25% performance penalty)
smatz [Mon, 29 Sep 2008 18:34:05 +0000] rev 10203
(svn r14416) -Fix (r10074)(r10517): substraction was done the other way in the 'nearest land/water' check (~25% performance penalty)

Mon, 29 Sep 2008 18:23:56 +0000(svn r14415) -Fix (r10074): void tiles could be the nearest 'land' for water industries
smatz [Mon, 29 Sep 2008 18:23:56 +0000] rev 10202
(svn r14415) -Fix (r10074): void tiles could be the nearest 'land' for water industries

Mon, 29 Sep 2008 16:27:02 +0000(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
rubidium [Mon, 29 Sep 2008 16:27:02 +0000] rev 10201
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.

Sun, 28 Sep 2008 17:20:31 +0000(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
truebrain [Sun, 28 Sep 2008 17:20:31 +0000] rev 10200
(svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
-Fix: that same message was slightly unclear in what it would mean for network joins

Sun, 28 Sep 2008 15:42:15 +0000(svn r14412) -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'.
frosch [Sun, 28 Sep 2008 15:42:15 +0000] rev 10199
(svn r14412) -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'.

Sun, 28 Sep 2008 15:07:03 +0000(svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.
frosch [Sun, 28 Sep 2008 15:07:03 +0000] rev 10198
(svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.