------------------------------------------------------------------------ r14390 | rubidium | 2008-09-23 15:24:15 +0000 (Tue, 23 Sep 2008) | 2 lines -Codechange: replace magic constants with symbolic constants. ------------------------------------------------------------------------ r14386 | translators | 2008-09-22 19:58:46 +0000 (Mon, 22 Sep 2008) | 12 lines -Update: WebTranslator2 update to 2008-09-22 19:58:30 brazilian_portuguese - 3 fixed by tucalipe (3) catalan - 3 fixed by arnaullv (3) english_US - 2 fixed by WhiteRabbit (2) estonian - 1 fixed by kristjans (1) french - 1 fixed by glx (1) galician - 1 changed by Condex (1) hungarian - 3 changed by alyr (3) korean - 18 changed by dlunch (18) norwegian_bokmal - 194 fixed by christian (194) spanish - 2 fixed by eusebio (2) ------------------------------------------------------------------------ r14384 | frosch | 2008-09-22 19:28:53 +0000 (Mon, 22 Sep 2008) | 1 line -Fix: Moving the first vehicle of a train elsewhere might require a new unitnumber for the remaining chain. ------------------------------------------------------------------------ r14383 | smatz | 2008-09-22 14:34:38 +0000 (Mon, 22 Sep 2008) | 1 line -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too ------------------------------------------------------------------------ r14371 | rubidium | 2008-09-21 18:28:35 +0000 (Sun, 21 Sep 2008) | 2 lines -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station. ------------------------------------------------------------------------ r14369 | frosch | 2008-09-21 14:03:47 +0000 (Sun, 21 Sep 2008) | 3 lines -Fix: Enforce non-front engines to be stopped. This could be caused by old savegames resp. their conversion, and causes trouble for e.g. autoreplace. ------------------------------------------------------------------------ r14368 | rubidium | 2008-09-21 11:26:50 +0000 (Sun, 21 Sep 2008) | 2 lines -Fix [FS#1852]: trams jumping when reversing on a single trambit (like caused during road construction reworks) or when (manually) reversing in a corner. ------------------------------------------------------------------------ r14366 | frosch | 2008-09-20 18:31:31 +0000 (Sat, 20 Sep 2008) | 1 line -Fix (r14362): Match multiheaded parts starting from the first vehicle in a chain. ------------------------------------------------------------------------ r14365 | glx | 2008-09-20 17:43:06 +0000 (Sat, 20 Sep 2008) | 1 line -Backport (r14364 from NoAI): add the ability do CmdBuildSingleSignal to directly place the correct signal, instead requiring multiple inputs before doing so ------------------------------------------------------------------------ r14363 | glx | 2008-09-20 16:07:56 +0000 (Sat, 20 Sep 2008) | 1 line -Fix [FS#2206]: some keypress combinations could be handled twice ------------------------------------------------------------------------ r14362 | frosch | 2008-09-20 10:53:08 +0000 (Sat, 20 Sep 2008) | 1 line -Fix (r3403): Also connect multiheaded parts in free wagon chains. ------------------------------------------------------------------------ r14361 | translators | 2008-09-19 20:23:41 +0000 (Fri, 19 Sep 2008) | 8 lines -Update: WebTranslator2 update to 2008-09-19 20:23:28 italian - 8 fixed by lorenzodv (8) korean - 3 fixed by leejaeuk5 (3) simplified_chinese - 119 fixed by ww9980 (119) spanish - 1 fixed by eusebio (1) swedish - 13 fixed by ChrillDeVille (13) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r14360 | smatz | 2008-09-19 16:34:24 +0000 (Fri, 19 Sep 2008) | 1 line -Cleanup (r12652): remove unused handler for the 'Tranfser' button ------------------------------------------------------------------------ r14359 | rubidium | 2008-09-18 15:32:20 +0000 (Thu, 18 Sep 2008) | 2 lines -Fix [FS#2311]: the ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road. ------------------------------------------------------------------------ r14358 | rubidium | 2008-09-17 19:32:06 +0000 (Wed, 17 Sep 2008) | 2 lines -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm. ------------------------------------------------------------------------ r14356 | smatz | 2008-09-17 17:23:57 +0000 (Wed, 17 Sep 2008) | 1 line -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges ------------------------------------------------------------------------ r14355 | glx | 2008-09-17 16:06:05 +0000 (Wed, 17 Sep 2008) | 1 line -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision ------------------------------------------------------------------------ r14354 | glx | 2008-09-17 15:04:52 +0000 (Wed, 17 Sep 2008) | 1 line -Fix (r14253): also fix hg revision detection for MSVC ------------------------------------------------------------------------ r14353 | peter1138 | 2008-09-17 08:32:26 +0000 (Wed, 17 Sep 2008) | 2 lines -Fix: hg revision detection always gave the tip revision, not the current working revision. ------------------------------------------------------------------------ r14352 | belugas | 2008-09-17 02:30:24 +0000 (Wed, 17 Sep 2008) | 2 lines -Feature: Allow sorting vehicles by remaining life time. Patch by yorick ------------------------------------------------------------------------ r14351 | smatz | 2008-09-17 00:32:35 +0000 (Wed, 17 Sep 2008) | 1 line -Codechange: call CFollowTrackT::GetSingleTramBit() only if we know it is a tram, so compiler doesn't generate code for trains and ships ------------------------------------------------------------------------ r14350 | smatz | 2008-09-16 22:56:43 +0000 (Tue, 16 Sep 2008) | 1 line -Fix (r13927): do not draw PBS reservation for NW and NE depots, it is drawn through depot walls ------------------------------------------------------------------------ r14348 | smatz | 2008-09-16 20:57:49 +0000 (Tue, 16 Sep 2008) | 1 line -Fix (r1667): signs were not updated on company bankrupcy/sell, they have colour of invalid player ------------------------------------------------------------------------ r14346 | smatz | 2008-09-16 19:18:22 +0000 (Tue, 16 Sep 2008) | 1 line -Codechange [FS#2184]: reduce code duplication when jumping to next/previous sign in signs_gui.cpp (Roujin) ------------------------------------------------------------------------ r14345 | smatz | 2008-09-16 19:05:38 +0000 (Tue, 16 Sep 2008) | 2 lines -Fix: delete the RenameSignWindow when 'its' sign is deleted Also, it makes sure the RenameSignWindow isn't open when there are no signs (and crashes associted with that) ------------------------------------------------------------------------ r14344 | smatz | 2008-09-16 16:07:18 +0000 (Tue, 16 Sep 2008) | 1 line -Fix: when a new airport is built in the same tick as the old station is deleted, aircraft may go crazy (and crash the game) ------------------------------------------------------------------------ r14343 | smatz | 2008-09-16 15:15:41 +0000 (Tue, 16 Sep 2008) | 1 line -Fix [FS#2300]: invalid v->u.air.targetairport could cause crashes at several places when the station pool got smaller ------------------------------------------------------------------------