------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r14413 | truebrain | 2008-09-28 17:20:31 +0000 (Sun, 28 Sep 2008) | 3 lines -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 ------------------------------------------------------------------------ r14412 | frosch | 2008-09-28 15:42:15 +0000 (Sun, 28 Sep 2008) | 1 line -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'. ------------------------------------------------------------------------ r14411 | frosch | 2008-09-28 15:07:03 +0000 (Sun, 28 Sep 2008) | 1 line -Fix (r14406): IsFrontEngine() is only valid for trains. ------------------------------------------------------------------------ r14410 | rubidium | 2008-09-28 13:50:11 +0000 (Sun, 28 Sep 2008) | 2 lines -Codechange: one can't inject a negative number of parameters, so enforce this by using a uint. ------------------------------------------------------------------------ r14409 | frosch | 2008-09-28 12:38:56 +0000 (Sun, 28 Sep 2008) | 1 line -Codechange: Simplify a loop and correct a comment. ------------------------------------------------------------------------ r14408 | glx | 2008-09-27 22:19:34 +0000 (Sat, 27 Sep 2008) | 1 line -Fix (r9205): generation seed set using -G was always overwritten by -g ------------------------------------------------------------------------ r14407 | frosch | 2008-09-27 17:08:03 +0000 (Sat, 27 Sep 2008) | 1 line -Cleanup (r14406): Remove a redundant test. (thanks SmatZ) ------------------------------------------------------------------------ r14406 | frosch | 2008-09-27 14:58:46 +0000 (Sat, 27 Sep 2008) | 1 line -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains. ------------------------------------------------------------------------ r14405 | frosch | 2008-09-26 19:25:49 +0000 (Fri, 26 Sep 2008) | 1 line -Fix [FS#2289]: Correct handling of selling free wagons while the following vehicle is an engine (i.e. a new train is created). ------------------------------------------------------------------------ r14404 | rubidium | 2008-09-26 19:11:15 +0000 (Fri, 26 Sep 2008) | 2 lines -Change [FS#2176]: don't make the town flatten land unconditionally when build on slopes is turned on. Based on a patch by Eddi. ------------------------------------------------------------------------ r14403 | frosch | 2008-09-26 19:01:57 +0000 (Fri, 26 Sep 2008) | 1 line -Fix (r14384): The condition was too restrictive. ------------------------------------------------------------------------ r14402 | translators | 2008-09-26 17:47:39 +0000 (Fri, 26 Sep 2008) | 4 lines -Update: WebTranslator2 update to 2008-09-26 17:45:50 slovenian - 3 fixed by Necrolyte (3) traditional_chinese - 1 fixed, 8 changed by josesun (9) ------------------------------------------------------------------------ r14401 | peter1138 | 2008-09-26 06:52:06 +0000 (Fri, 26 Sep 2008) | 2 lines -Fix (r11724): Don't check articulated parts or rear multihead parts for callback 1D when moving a chain of wagons. ------------------------------------------------------------------------ r14398 | smatz | 2008-09-25 09:50:31 +0000 (Thu, 25 Sep 2008) | 1 line -Cleanup (r14395): unused function sneaked in ------------------------------------------------------------------------ r14397 | rubidium | 2008-09-24 23:25:24 +0000 (Wed, 24 Sep 2008) | 2 lines -Fix: possible buffer overrun, wrong parameter type passed to printf and && where || is meant. Found by MSVC's code analysis (Darkvater) ------------------------------------------------------------------------