------------------------------------------------------------------------ r14443 | skidd13 | 2008-10-06 17:05:44 +0000 (Mon, 06 Oct 2008) | 2 lines -Change: Unify the delimiters used in config* and make* ------------------------------------------------------------------------ r14442 | frosch | 2008-10-05 18:42:59 +0000 (Sun, 05 Oct 2008) | 1 line -Fix (r14406): Typo causing problems in rare cases. ------------------------------------------------------------------------ r14441 | translators | 2008-10-05 17:45:33 +0000 (Sun, 05 Oct 2008) | 8 lines -Update: WebTranslator2 update to 2008-10-05 17:45:23 catalan - 6 fixed by arnaullv (6) german - 1 changed by sulai (1) hungarian - 1 fixed, 1 changed by alyr (2) norwegian_bokmal - 6 fixed by christian (6) simplified_chinese - 1 fixed by ww9980 (1) traditional_chinese - 2 changed by josesun (2) ------------------------------------------------------------------------ r14440 | rubidium | 2008-10-05 11:52:24 +0000 (Sun, 05 Oct 2008) | 3 lines -Fix [FS#1802]: support for spaces in directories passed to ./configure. NOTE: this does NOT support OpenTTD to be build in paths with a space in it as one cannot make "make" aware whether a space belongs to a file name or whether it's a separator between file names. ------------------------------------------------------------------------ r14439 | smatz | 2008-10-04 10:25:12 +0000 (Sat, 04 Oct 2008) | 1 line -Fix (r12044)(r14139): centering on a plane at the SE border could cause crash ------------------------------------------------------------------------ r14438 | translators | 2008-10-03 17:46:13 +0000 (Fri, 03 Oct 2008) | 13 lines -Update: WebTranslator2 update to 2008-10-03 17:45:52 brazilian_portuguese - 6 fixed by tucalipe (6) dutch - 6 fixed by habell (6) french - 6 fixed by glx (6) galician - 6 fixed by Condex (6) german - 6 fixed, 19 changed by sulai (25) hungarian - 48 fixed by alyr (48) korean - 6 fixed by dlunch (6) simplified_chinese - 84 fixed by ww9980 (84) slovenian - 6 fixed by Necrolyte (6) swedish - 6 fixed by ChrillDeVille (6) traditional_chinese - 9 fixed, 69 changed by josesun (78) ------------------------------------------------------------------------ r14436 | rubidium | 2008-10-03 12:55:39 +0000 (Fri, 03 Oct 2008) | 2 lines -Fix [FS#1793]: (fast) trains would sometimes move one time too often/little when moving from diagonal<->non-diagonal tracks (iguannab) ------------------------------------------------------------------------ r14434 | rubidium | 2008-10-02 22:48:52 +0000 (Thu, 02 Oct 2008) | 2 lines -Fix (r14432): compile warning. ------------------------------------------------------------------------ r14432 | rubidium | 2008-10-02 00:23:30 +0000 (Thu, 02 Oct 2008) | 2 lines -Fix: tile description of tiles with only one signal that is not the normal signal showing "normal signal and ". ------------------------------------------------------------------------ r14431 | rubidium | 2008-10-02 00:08:45 +0000 (Thu, 02 Oct 2008) | 2 lines -Fix (r14414): alias parameter "evaluation" would remove the last byte of the parameters. ------------------------------------------------------------------------ r14428 | michi_cc | 2008-10-01 15:48:44 +0000 (Wed, 01 Oct 2008) | 1 line -Fix [FS#2306]: A 90-degree curve can be a safe waiting position if they are forbidden for trains. ------------------------------------------------------------------------ r14423 | rubidium | 2008-09-30 21:18:28 +0000 (Tue, 30 Sep 2008) | 2 lines -Codechange: also do r14221 for the strings. ------------------------------------------------------------------------ r14422 | rubidium | 2008-09-30 20:51:04 +0000 (Tue, 30 Sep 2008) | 2 lines -Codechange: also reflect the changes of r14421 in the filenames. ------------------------------------------------------------------------ r14421 | rubidium | 2008-09-30 20:39:50 +0000 (Tue, 30 Sep 2008) | 2 lines -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. ------------------------------------------------------------------------ r14420 | translators | 2008-09-30 17:50:21 +0000 (Tue, 30 Sep 2008) | 5 lines -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) ------------------------------------------------------------------------ r14419 | belugas | 2008-09-30 16:50:25 +0000 (Tue, 30 Sep 2008) | 1 line -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement. ------------------------------------------------------------------------ r14417 | smatz | 2008-09-29 18:56:36 +0000 (Mon, 29 Sep 2008) | 1 line -Codechange: rewrite GetClosestWaterDistance(), now it is ~100 times faster than pre-r14416 in average case ------------------------------------------------------------------------ r14416 | smatz | 2008-09-29 18:34:05 +0000 (Mon, 29 Sep 2008) | 1 line -Fix (r10074)(r10517): substraction was done the other way in the 'nearest land/water' check (~25% performance penalty) ------------------------------------------------------------------------ r14415 | smatz | 2008-09-29 18:23:56 +0000 (Mon, 29 Sep 2008) | 1 line -Fix (r10074): void tiles could be the nearest 'land' for water industries ------------------------------------------------------------------------ r14414 | rubidium | 2008-09-29 16:27:02 +0000 (Mon, 29 Sep 2008) | 2 lines -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. ------------------------------------------------------------------------