------------------------------------------------------------------------ r14905 | rubidium | 2009-01-07 18:59:46 +0000 (Wed, 07 Jan 2009) | 2 lines -Fix (r14899): in some corner cases already freed memory could be read. ------------------------------------------------------------------------ r14904 | translators | 2009-01-07 18:44:56 +0000 (Wed, 07 Jan 2009) | 13 lines -Update: WebTranslator2 update to 2009-01-07 18:44:43 catalan - 19 fixed, 6 changed by arnaullv (25) danish - 3 fixed by beruic (3) finnish - 15 fixed by UltimateSephiroth (15) french - 4 fixed by glx (4) indonesian - 15 fixed by fanioz (12), rindu (3) norwegian_bokmal - 37 fixed, 12 changed by khh (49) norwegian_nynorsk - 8 fixed by Grilldyret (8) polish - 14 fixed by xaxa (14) romanian - 29 fixed by kkmic (29) thai - 10 fixed by angelix (10) turkish - 29 fixed by Emin (29) ------------------------------------------------------------------------ r14903 | frosch | 2009-01-07 17:50:20 +0000 (Wed, 07 Jan 2009) | 1 line -Fix: First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts. ------------------------------------------------------------------------ r14902 | frosch | 2009-01-07 17:40:17 +0000 (Wed, 07 Jan 2009) | 1 line -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) ------------------------------------------------------------------------ r14899 | rubidium | 2009-01-07 16:11:27 +0000 (Wed, 07 Jan 2009) | 3 lines -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows. -Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied. ------------------------------------------------------------------------ r14898 | rubidium | 2009-01-07 15:36:37 +0000 (Wed, 07 Jan 2009) | 2 lines -Fix (r14897): ccache's caching seems to be a bit too agressive or so. ------------------------------------------------------------------------ r14897 | rubidium | 2009-01-07 15:27:19 +0000 (Wed, 07 Jan 2009) | 3 lines -Codechange: don't allow a few command flags to be sent over the network as it's bogus information anyway; e.g. the "do not send over network" flag as it will be set whenever the command is received from the server/client. -Codechange: test earlier whether the command (send from the server) is actually valid. ------------------------------------------------------------------------ r14896 | rubidium | 2009-01-07 14:58:43 +0000 (Wed, 07 Jan 2009) | 2 lines -Codechange: remove an unused constant and the related dead code. ------------------------------------------------------------------------ r14895 | rubidium | 2009-01-07 14:45:07 +0000 (Wed, 07 Jan 2009) | 2 lines -Change: move CMD_NO_WATER from all DoCommandPs to the command table ------------------------------------------------------------------------ r14890 | rubidium | 2009-01-07 13:31:09 +0000 (Wed, 07 Jan 2009) | 2 lines -Codechange: move the notest information into the command table. ------------------------------------------------------------------------ r14889 | rubidium | 2009-01-07 13:26:48 +0000 (Wed, 07 Jan 2009) | 2 lines -Codechange: replace some magic numbers with constants. ------------------------------------------------------------------------ r14888 | rubidium | 2009-01-07 13:25:10 +0000 (Wed, 07 Jan 2009) | 2 lines -Change/Fix: don't make makedepend look in whatever's included for headers; it takes ages *and* it will not find all headers anyways as they are placed in locations where only the compiler can easily find them ------------------------------------------------------------------------ r14886 | rubidium | 2009-01-07 12:54:26 +0000 (Wed, 07 Jan 2009) | 3 lines -Fix: remove (3) strings with non-UTF8 characters in Afrikaans. -Fix: using non-ASCII characters in Afrikaans and Icelandic when there's an equivalent ASCII character, thus not needing a font to display all characters. ------------------------------------------------------------------------ r14885 | rubidium | 2009-01-07 08:26:09 +0000 (Wed, 07 Jan 2009) | 2 lines -Fix: if settings minimum != 1 and 0-is-disabled is enabled, one could set the setting in-game to an out-of-valid-range value. ------------------------------------------------------------------------ r14884 | smatz | 2009-01-07 02:03:07 +0000 (Wed, 07 Jan 2009) | 1 line -Codechange: simplify code responsible for opening vehicle view windows ------------------------------------------------------------------------ r14882 | glx | 2009-01-06 23:48:19 +0000 (Tue, 06 Jan 2009) | 1 line -Change: move widgets related files to their own category (MSVC) ------------------------------------------------------------------------ r14881 | rubidium | 2009-01-06 23:19:59 +0000 (Tue, 06 Jan 2009) | 2 lines -Fix (r14880): somehow make didn't think that widgets/dropdown.cpp did depend on window_gui.h... ------------------------------------------------------------------------ r14880 | rubidium | 2009-01-06 22:37:42 +0000 (Tue, 06 Jan 2009) | 2 lines -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (from back to front or vice versa) and make it iterate over the Window* instead of Window**. ------------------------------------------------------------------------ r14876 | michi_cc | 2009-01-06 17:11:37 +0000 (Tue, 06 Jan 2009) | 2 lines -Fix [FS#2509] (r14849): Reserved path loop detection was broken for stations. Don't set the test tile to the tile the very first iteration handles. Update the test tile instead in the loop. ------------------------------------------------------------------------ r14869 | peter1138 | 2009-01-06 14:45:38 +0000 (Tue, 06 Jan 2009) | 2 lines -Feature: Allow road vehicles to move multiple steps in a tick (code based on train movement code) and add support for RV prop 15. This gives RVs a maximum speed of 318mph instead 79mph. This only implements higher speeds, not 'realistic acceleration'. ------------------------------------------------------------------------ r14862 | peter1138 | 2009-01-06 10:22:48 +0000 (Tue, 06 Jan 2009) | 2 lines -Fix (r14421): min_players became min_active_clients, not min_clients ------------------------------------------------------------------------ r14856 | truebrain | 2009-01-06 00:48:19 +0000 (Tue, 06 Jan 2009) | 2 lines -Fix: allow 'makedepend' to find header files in the lang-obj-dir ------------------------------------------------------------------------ r14855 | belugas | 2009-01-06 00:27:53 +0000 (Tue, 06 Jan 2009) | 2 lines -Documentation: Apply some widget naming to the widget arrays. Based on Yorick's work ------------------------------------------------------------------------ r14854 | glx | 2009-01-05 21:53:59 +0000 (Mon, 05 Jan 2009) | 1 line -Change: speedup compilation with MSVC on 'multi-processor' systems (khh) ------------------------------------------------------------------------ r14853 | rubidium | 2009-01-05 21:06:38 +0000 (Mon, 05 Jan 2009) | 2 lines -Codechange: rename GetClosestStationFromTile to GetClosestDeletedStation as that's what it does instead of finding non-deleted stations. ------------------------------------------------------------------------ r14852 | michi_cc | 2009-01-05 20:29:05 +0000 (Mon, 05 Jan 2009) | 1 line -Feature: Automatic reversing in front of block signals can now be disabled by setting pf.wait_oneway_signal respectively pf.wait_twoway_signal to 255. ------------------------------------------------------------------------ r14851 | michi_cc | 2009-01-05 20:29:00 +0000 (Mon, 05 Jan 2009) | 1 line -Fix: A train reversing in a non-PBS block can't be stuck. ------------------------------------------------------------------------ r14850 | michi_cc | 2009-01-05 20:28:56 +0000 (Mon, 05 Jan 2009) | 1 line -Fix [FS#2503]: Reversing a stuck train that is then not stuck anymore did not always reset the waiting timer. ------------------------------------------------------------------------ r14849 | michi_cc | 2009-01-05 20:28:51 +0000 (Mon, 05 Jan 2009) | 1 line -Fix [FS#2478]: A train meeting its end could lead to an endless loop. ------------------------------------------------------------------------ r14848 | translators | 2009-01-05 18:44:40 +0000 (Mon, 05 Jan 2009) | 14 lines -Update: WebTranslator2 update to 2009-01-05 18:44:14 afrikaans - 11 fixed by Alrich (11) arabic_egypt - 19 fixed, 21 changed by khaloofah (40) danish - 40 fixed, 1 changed by ThomasA (41) dutch - 2 fixed, 25 changed by Excel20 (27) hebrew - 8 fixed by EScake (8) hungarian - 18 fixed by alyr (18) italian - 18 fixed by lorenzodv (18) norwegian_bokmal - 3 fixed, 11 changed by khh (14) norwegian_nynorsk - 8 fixed by Grilldyret (8) polish - 3 fixed by xaxa (3) portuguese - 7 fixed by SnowFlake (7) urdu - 9 fixed by yasirniazkhan (9) ------------------------------------------------------------------------ r14847 | rubidium | 2009-01-05 17:48:54 +0000 (Mon, 05 Jan 2009) | 2 lines -Codechange: generalise the circular search to search around a rectangle (PhilSophus) ------------------------------------------------------------------------ r14846 | rubidium | 2009-01-05 17:45:40 +0000 (Mon, 05 Jan 2009) | 2 lines -Doc: strgen hasn't been part of the trunk/release binaries for quite a while, so point to the precompiled strgen package instead. ------------------------------------------------------------------------ r14840 | glx | 2009-01-04 21:02:59 +0000 (Sun, 04 Jan 2009) | 1 line -Cleanup: remove duplicate includes ------------------------------------------------------------------------ r14839 | smatz | 2009-01-04 20:41:32 +0000 (Sun, 04 Jan 2009) | 1 line -Fix [FS#2496](r14835): one occurence of train_income_warn wasn't updated ------------------------------------------------------------------------ r14838 | smatz | 2009-01-04 19:17:41 +0000 (Sun, 04 Jan 2009) | 1 line -Fix: race condition between me and WT2's translators ------------------------------------------------------------------------ r14837 | translators | 2009-01-04 18:46:35 +0000 (Sun, 04 Jan 2009) | 15 lines -Update: WebTranslator2 update to 2009-01-04 18:46:20 afrikaans - 39 changed by TrueTenacity (39) arabic_egypt - 1 fixed, 13 changed by khaloofah (14) catalan - 10 fixed by arnaullv (10) dutch - 19 fixed, 2 changed by Excel20 (21) finnish - 10 fixed by jpx_ (10) french - 19 fixed by glx (19) hebrew - 31 fixed, 7 changed by EScake (38) hungarian - 2 fixed, 2 changed by IPG (3), alyr (1) indonesian - 14 fixed by fanioz (14) italian - 2 fixed by lorenzodv (2) polish - 5 fixed by xaxa (5) serbian - 31 fixed, 1 changed by nummer (32) thai - 22 fixed by vetbook (22) ------------------------------------------------------------------------ r14836 | smatz | 2009-01-04 18:37:28 +0000 (Sun, 04 Jan 2009) | 1 line -Update (r14835): remove changed string from other languages ------------------------------------------------------------------------ r14835 | smatz | 2009-01-04 18:34:23 +0000 (Sun, 04 Jan 2009) | 1 line -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too ------------------------------------------------------------------------ r14834 | rubidium | 2009-01-04 18:05:06 +0000 (Sun, 04 Jan 2009) | 2 lines -Fix: some strings (in unfinished/) were forgotten when removed/updated ------------------------------------------------------------------------ r14833 | smatz | 2009-01-04 17:44:46 +0000 (Sun, 04 Jan 2009) | 1 line -Update (r14831): remove changed strings from other languages ------------------------------------------------------------------------ r14831 | smatz | 2009-01-04 17:42:46 +0000 (Sun, 04 Jan 2009) | 1 line -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircraft/{STRING} {COMMA} in lang files (part by Swallow) ------------------------------------------------------------------------ r14830 | rubidium | 2009-01-04 15:53:43 +0000 (Sun, 04 Jan 2009) | 2 lines -Fix [FS#2495]: overflow of number of orders per vehicle (based on patch by Swallow) ------------------------------------------------------------------------ r14829 | smatz | 2009-01-04 15:46:50 +0000 (Sun, 04 Jan 2009) | 1 line -Fix (r14828): forgot CH_LAST ------------------------------------------------------------------------ r14828 | smatz | 2009-01-04 15:32:25 +0000 (Sun, 04 Jan 2009) | 1 line -Codechange: move most of save/load-specific code to separate files ------------------------------------------------------------------------ r14827 | rubidium | 2009-01-04 14:51:49 +0000 (Sun, 04 Jan 2009) | 2 lines -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai) ------------------------------------------------------------------------ r14826 | rubidium | 2009-01-04 14:36:19 +0000 (Sun, 04 Jan 2009) | 2 lines -Fix [FS#2494]: infinite loop in order lookahead when reserving a path (Swallow) ------------------------------------------------------------------------ r14825 | rubidium | 2009-01-04 14:32:30 +0000 (Sun, 04 Jan 2009) | 2 lines -Fix: pay the correct amount of interest instead of a few percent too little a year ------------------------------------------------------------------------ r14824 | rubidium | 2009-01-04 12:09:48 +0000 (Sun, 04 Jan 2009) | 2 lines -Fix [FS#1725]: mouse events could be treated twice (illogict) ------------------------------------------------------------------------ r14823 | rubidium | 2009-01-04 11:32:26 +0000 (Sun, 04 Jan 2009) | 2 lines -Document: some variables/structs (Alberth) ------------------------------------------------------------------------ r14822 | rubidium | 2009-01-04 11:11:11 +0000 (Sun, 04 Jan 2009) | 2 lines -Change: save 'build station' settings in the config file, like drag'n'drop and and show coverage area (Rexxars) ------------------------------------------------------------------------ r14821 | rubidium | 2009-01-04 10:50:24 +0000 (Sun, 04 Jan 2009) | 2 lines -Change [FS#2390]: make the road grids of town match, when all are using the same road layout ofcourse (cirdan) ------------------------------------------------------------------------ r14820 | rubidium | 2009-01-03 23:40:29 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: use (the correct) enum-type instead of just int (Zuu) ------------------------------------------------------------------------ r14819 | rubidium | 2009-01-03 23:32:59 +0000 (Sat, 03 Jan 2009) | 2 lines -Change: make details and order menu stickyable, like the timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied. ------------------------------------------------------------------------ r14818 | smatz | 2009-01-03 22:21:29 +0000 (Sat, 03 Jan 2009) | 1 line -Fix (r14723): add network_base.h to source.list and project files ------------------------------------------------------------------------ r14817 | smatz | 2009-01-03 22:20:18 +0000 (Sat, 03 Jan 2009) | 1 line -Cleanup: unify the place where the @file header is placed ------------------------------------------------------------------------ r14816 | glx | 2009-01-03 19:39:22 +0000 (Sat, 03 Jan 2009) | 1 line -Fix: signed/unsigned warnings (MSVC) ------------------------------------------------------------------------ r14815 | smatz | 2009-01-03 18:44:20 +0000 (Sat, 03 Jan 2009) | 1 line -Codechange: separate 'highscore' code from 'company' code ------------------------------------------------------------------------ r14814 | translators | 2009-01-03 18:30:10 +0000 (Sat, 03 Jan 2009) | 16 lines -Update: WebTranslator2 update to 2009-01-03 18:29:54 arabic_egypt - 9 fixed by khaloofah (9) brazilian_portuguese - 9 fixed by tucalipe (9) dutch - 9 fixed by Excel20 (9) french - 10 fixed, 1 changed by glx (11) hebrew - 31 fixed by EScake (31) hungarian - 9 fixed by alyr (9) indonesian - 32 changed by fanioz (32) italian - 9 fixed by lorenzodv (9) korean - 9 fixed by dlunch (9) polish - 10 fixed by xaxa (10) slovenian - 24 fixed by Necrolyte (24) spanish - 14 fixed by eusebio (14) thai - 95 fixed, 1 changed by vetbook (96) ukrainian - 1 fixed, 6 changed by mad (7) ------------------------------------------------------------------------ r14813 | rubidium | 2009-01-03 17:28:22 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: use uint instead of 'just' unsigned. ------------------------------------------------------------------------ r14812 | smatz | 2009-01-03 17:11:52 +0000 (Sat, 03 Jan 2009) | 1 line -Codechange: use INVALID_TILE instead of 0 to mark company without HQ ------------------------------------------------------------------------ r14811 | rubidium | 2009-01-03 17:10:20 +0000 (Sat, 03 Jan 2009) | 2 lines -Fix: off-by-one causing possible out-of-bounds reads. ------------------------------------------------------------------------ r14810 | rubidium | 2009-01-03 17:09:31 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: use the proper style for global variables. ------------------------------------------------------------------------ r14809 | rubidium | 2009-01-03 16:35:25 +0000 (Sat, 03 Jan 2009) | 2 lines -Fix (r14802): forgotten ! ------------------------------------------------------------------------ r14808 | smatz | 2009-01-03 16:27:52 +0000 (Sat, 03 Jan 2009) | 1 line -Fix (r1): coal mine subsidence could wrap around map edges ------------------------------------------------------------------------ r14807 | smatz | 2009-01-03 16:06:58 +0000 (Sat, 03 Jan 2009) | 1 line -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints ------------------------------------------------------------------------ r14806 | smatz | 2009-01-03 15:03:28 +0000 (Sat, 03 Jan 2009) | 1 line -Fix: MarkAllViewportsDirty() didn't mark dirty whole area when zoomed out, visible by aircraft leaving trails sometimes ------------------------------------------------------------------------ r14805 | rubidium | 2009-01-03 14:16:18 +0000 (Sat, 03 Jan 2009) | 2 lines -Feature [FS#2238]: pressing CTRL while dragging to build a bridge build the last built bridge type if possible (planetmaker) ------------------------------------------------------------------------ r14804 | rubidium | 2009-01-03 13:59:05 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: unify opening the OSK (Zuu) ------------------------------------------------------------------------ r14803 | rubidium | 2009-01-03 13:52:06 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: move order list management into it's own class and remove the order count from the savegame as we can easily count that (PhilSophus) ------------------------------------------------------------------------ r14802 | rubidium | 2009-01-03 13:27:08 +0000 (Sat, 03 Jan 2009) | 2 lines -Fix [FS#2490]: "(undefined string)" in default savegame/screenshot names when there's no company in the game. ------------------------------------------------------------------------ r14801 | rubidium | 2009-01-03 13:20:32 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: don't reference Vehicle::num_orders directly but through a method GetNumOrders() (PhilSophus) ------------------------------------------------------------------------ r14800 | rubidium | 2009-01-03 11:24:27 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: make the advanced settings window resizeable and scrollable (most by Alberth) ------------------------------------------------------------------------ r14799 | rubidium | 2009-01-03 11:07:43 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: move drawing a single settings entry to it's own function (Alberth) ------------------------------------------------------------------------ r14798 | rubidium | 2009-01-03 11:03:53 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: move variable declaration to first use of variable (Alberth) ------------------------------------------------------------------------ r14797 | rubidium | 2009-01-03 11:00:40 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: replace even more magic numbers with constants (Alberth) ------------------------------------------------------------------------ r14796 | rubidium | 2009-01-03 10:56:38 +0000 (Sat, 03 Jan 2009) | 2 lines -Fix: if using variable, use it everywhere instead of hardcoding it's value sometimes (Alberth) ------------------------------------------------------------------------ r14795 | rubidium | 2009-01-03 10:53:49 +0000 (Sat, 03 Jan 2009) | 2 lines -Codechange: replace a magic number with a constant (Alberth) ------------------------------------------------------------------------ r14794 | rubidium | 2009-01-03 10:52:22 +0000 (Sat, 03 Jan 2009) | 2 lines -Document: a few functions/variables (Alberth) ------------------------------------------------------------------------ r14793 | rubidium | 2009-01-03 01:01:12 +0000 (Sat, 03 Jan 2009) | 2 lines -Update (r14792): replace a string parameter in the other languages too ------------------------------------------------------------------------ r14792 | rubidium | 2009-01-03 00:58:59 +0000 (Sat, 03 Jan 2009) | 2 lines -Feature: make the date format for default savegame/screenshot names configurable ------------------------------------------------------------------------ r14791 | rubidium | 2009-01-03 00:56:16 +0000 (Sat, 03 Jan 2009) | 2 lines -Add: the ability to make ISO dates with the string system (PhilSophus) ------------------------------------------------------------------------ r14790 | rubidium | 2009-01-02 22:49:43 +0000 (Fri, 02 Jan 2009) | 2 lines -Codechange: unify generation of default savegame/screenshot names (PhilSophus) ------------------------------------------------------------------------ r14789 | rubidium | 2009-01-02 22:42:05 +0000 (Fri, 02 Jan 2009) | 2 lines -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo) ------------------------------------------------------------------------ r14788 | rubidium | 2009-01-02 22:18:05 +0000 (Fri, 02 Jan 2009) | 2 lines -Fix [FS#2489]: some TTDPatch flags were wrong (Swallow) ------------------------------------------------------------------------ r14787 | rubidium | 2009-01-02 21:01:27 +0000 (Fri, 02 Jan 2009) | 2 lines -Fix: landscape toolbar getting closed when rail/road/water/airport toolbar gets closed with linked toolbars turned on. ------------------------------------------------------------------------ r14786 | rubidium | 2009-01-02 21:01:13 +0000 (Fri, 02 Jan 2009) | 2 lines -Fix: road/rail/water/airport toolbar opened over terraform toolbar when toolbar linking is turned on. ------------------------------------------------------------------------ r14785 | rubidium | 2009-01-02 20:59:04 +0000 (Fri, 02 Jan 2009) | 2 lines -Fix [FS#2132]: vehicle list for station gets closed when station view is closed even when the vehicle list is stickied. Other vehicle lists are not deleted when their 'opening' window gets closed so do the same with the station view. ------------------------------------------------------------------------ r14784 | rubidium | 2009-01-02 20:01:28 +0000 (Fri, 02 Jan 2009) | 2 lines -Change: don't close and reopen the vehicle order/detail windows, just refocus them instead. ------------------------------------------------------------------------ r14783 | rubidium | 2009-01-02 19:45:46 +0000 (Fri, 02 Jan 2009) | 2 lines -Fix (r12661): don't add vehicles with "go to nearest depot" to the vehicle list of the depot with index 0. ------------------------------------------------------------------------ r14782 | translators | 2009-01-02 18:38:33 +0000 (Fri, 02 Jan 2009) | 14 lines -Update: WebTranslator2 update to 2009-01-02 18:38:20 arabic_egypt - 7 fixed by khaloofah (7) brazilian_portuguese - 14 fixed, 5 changed by tucalipe (19) catalan - 14 fixed by arnaullv (14) finnish - 14 fixed by jpx_ (14) hungarian - 14 fixed by alyr (14) indonesian - 6 changed by fanioz (6) korean - 13 fixed by dlunch (13) malay - 8 fixed by tombakemas (8) serbian - 29 fixed, 2 changed by nummer (31) thai - 2 fixed by chat9780 (2) ukrainian - 13 fixed by mad (1), znikoz (12) urdu - 20 fixed by yasirniazkhan (20) ------------------------------------------------------------------------ r14781 | rubidium | 2009-01-01 22:21:25 +0000 (Thu, 01 Jan 2009) | 3 lines -Change: someone changed _cur_year; so update it in a few hardcoded places... happy new year! -Fix (r11790): a few instances were forgotten. ------------------------------------------------------------------------ r14780 | glx | 2009-01-01 18:18:17 +0000 (Thu, 01 Jan 2009) | 1 line -Fix (r14777): of course VBS evaluates all parts of a boolean expression ------------------------------------------------------------------------ r14779 | rubidium | 2008-12-31 17:52:42 +0000 (Wed, 31 Dec 2008) | 2 lines -Fix (r14747) [FS#2485]: selling an articulated vehicle removed only the first part and not the rest. ------------------------------------------------------------------------