------------------------------------------------------------------------ r15622 | peter1138 | 2009-03-05 17:52:35 +0000 (Thu, 05 Mar 2009) | 1 line -Codechange: Duplication. ------------------------------------------------------------------------ r15621 | peter1138 | 2009-03-05 17:37:56 +0000 (Thu, 05 Mar 2009) | 1 line -Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (for emma) ------------------------------------------------------------------------ r15620 | belugas | 2009-03-05 17:21:42 +0000 (Thu, 05 Mar 2009) | 1 line -Fix[FS#2699]: Error in documentation (Conditional Zenith). ------------------------------------------------------------------------ r15619 | michi_cc | 2009-03-05 16:14:56 +0000 (Thu, 05 Mar 2009) | 1 line -Fix [FS#2701]: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely. ------------------------------------------------------------------------ r15618 | rubidium | 2009-03-04 23:46:47 +0000 (Wed, 04 Mar 2009) | 3 lines -Cleanup: remove unneeded (empty) scenario directory. Note: as you might know subversion has the tendency to also remove unversioned files when a directory is removed, so scenarios and heightmaps in that directory will be gone too. ------------------------------------------------------------------------ r15617 | rubidium | 2009-03-04 23:32:23 +0000 (Wed, 04 Mar 2009) | 2 lines -Change [FS#2694]: vehicle variables 40-43 weren't cached (though spec stated they are). Caching these variables can yield a 10+% speed increase when those vehicle variables are queried often. ------------------------------------------------------------------------ r15616 | yexo | 2009-03-04 23:12:48 +0000 (Wed, 04 Mar 2009) | 1 line -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). ------------------------------------------------------------------------ r15615 | rubidium | 2009-03-04 23:12:15 +0000 (Wed, 04 Mar 2009) | 3 lines -Feature: show scenarios/heightmaps from both your home directory and installation directory. -Change [FS#2692]: make it more likely that scenarios are saved to the directory where openttd.cfg is and not the installation directory (gives problems with e.g. Vista). The working directory still overrides the openttd.cfg directory though, but only if it has a scenario directory. ------------------------------------------------------------------------ r15614 | yexo | 2009-03-04 22:37:25 +0000 (Wed, 04 Mar 2009) | 1 line -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_DefaultGroup(vehicle_type). ------------------------------------------------------------------------ r15613 | translators | 2009-03-04 18:38:12 +0000 (Wed, 04 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-04 18:38:03 finnish - 1 fixed by UltimateSephiroth (1) french - 1 fixed by glx (1) german - 17 changed by planetmaker (17) icelandic - 73 fixed by pall (73) italian - 1 fixed by lorenzodv (1) ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r15612 | rubidium | 2009-03-04 14:25:53 +0000 (Wed, 04 Mar 2009) | 2 lines -Codechange: unduplicate directory creation ------------------------------------------------------------------------ r15611 | rubidium | 2009-03-04 10:02:00 +0000 (Wed, 04 Mar 2009) | 2 lines -Change: when sorting files on modification date and the modification date is equal sort on the title so reversing the sorting direction actually reverses the order the listed files ------------------------------------------------------------------------ r15610 | rubidium | 2009-03-04 09:53:31 +0000 (Wed, 04 Mar 2009) | 2 lines -Change: allow loading of heightmaps and savegames (any form) that are in .tar files ------------------------------------------------------------------------ r15609 | peter1138 | 2009-03-04 08:02:16 +0000 (Wed, 04 Mar 2009) | 1 line -Fix: Code style... ------------------------------------------------------------------------ r15608 | rubidium | 2009-03-04 01:09:48 +0000 (Wed, 04 Mar 2009) | 2 lines -Codechange: use the file scanner to find the files for the saveload window. ------------------------------------------------------------------------ r15607 | rubidium | 2009-03-04 00:19:42 +0000 (Wed, 04 Mar 2009) | 2 lines -Codechange: support searching files without filtering on extension. ------------------------------------------------------------------------ r15606 | rubidium | 2009-03-04 00:17:51 +0000 (Wed, 04 Mar 2009) | 2 lines -Codechange: make it possible to not recursively search with the file scanner (i.e. only search a single directory). ------------------------------------------------------------------------ r15605 | rubidium | 2009-03-04 00:13:52 +0000 (Wed, 04 Mar 2009) | 2 lines -Codechange: constify a function ------------------------------------------------------------------------ r15604 | rubidium | 2009-03-03 22:46:08 +0000 (Tue, 03 Mar 2009) | 2 lines -Fix [FS#2661]: towns would only build houses where the grid would not be, even when they aren't allowed to build roads and the user 'implements' another layout. ------------------------------------------------------------------------ r15603 | rubidium | 2009-03-03 20:33:57 +0000 (Tue, 03 Mar 2009) | 2 lines -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor. ------------------------------------------------------------------------ r15602 | translators | 2009-03-03 18:40:23 +0000 (Tue, 03 Mar 2009) | 9 lines -Update: WebTranslator2 update to 2009-03-03 18:40:15 brazilian_portuguese - 1 fixed by tucalipe (1) dutch - 1 fixed by habell (1) german - 1 fixed, 12 changed by planetmaker (13) hungarian - 1 fixed by alyr (1) indonesian - 1 fixed by fanioz (1) persian - 102 fixed by ali sattari (102) spanish - 1 fixed by eusebio (1) ------------------------------------------------------------------------ r15601 | rubidium | 2009-03-02 22:57:47 +0000 (Mon, 02 Mar 2009) | 3 lines -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks. -Feature: allow building road stops on road/tram tracks of competitors. ------------------------------------------------------------------------ r15600 | yexo | 2009-03-02 21:01:19 +0000 (Mon, 02 Mar 2009) | 1 line -Fix (r0): Replace a newline in a news message by four spaces before drawing it in the statusbar. ------------------------------------------------------------------------ r15599 | translators | 2009-03-02 18:39:42 +0000 (Mon, 02 Mar 2009) | 5 lines -Update: WebTranslator2 update to 2009-03-02 18:39:38 brazilian_portuguese - 4 fixed by tucalipe (4) german - 35 changed by planetmaker (35) lithuanian - 49 fixed, 33 changed by Devastator (82) ------------------------------------------------------------------------ r15598 | rubidium | 2009-03-02 18:01:33 +0000 (Mon, 02 Mar 2009) | 2 lines -Fix [FS#2695]: crash when opening viewport while scrolling the map and the mouse 'lands' on the window decoration of the viewport. ------------------------------------------------------------------------ r15597 | rubidium | 2009-03-01 23:22:17 +0000 (Sun, 01 Mar 2009) | 2 lines -Fix (r15563): regression wasn't updated after the removal of AIIndustry::GetMaxIndustryID(). ------------------------------------------------------------------------ r15596 | rubidium | 2009-03-01 21:48:03 +0000 (Sun, 01 Mar 2009) | 2 lines -Change: road vehicles can stop at stops when they own the stop, not when they own the road/tram track. ------------------------------------------------------------------------ r15595 | translators | 2009-03-01 18:36:05 +0000 (Sun, 01 Mar 2009) | 8 lines -Update: WebTranslator2 update to 2009-03-01 18:35:59 german - 39 changed by planetmaker (39) icelandic - 80 fixed by scrooge (80) italian - 2 changed by lorenzodv (2) lithuanian - 116 fixed by Devastator (116) persian - 219 fixed by ali sattari (219) serbian - 4 fixed by marko85nis (4) ------------------------------------------------------------------------ r15594 | translators | 2009-02-28 18:51:26 +0000 (Sat, 28 Feb 2009) | 13 lines -Update: WebTranslator2 update to 2009-02-28 18:51:15 arabic_egypt - 7 fixed by khaloofah (7) french - 1 fixed by glx (1) frisian - 51 fixed by luc (51) german - 25 changed by planetmaker (25) italian - 2 changed by lorenzodv (2) korean - 1 changed by leejaeuk5 (1) persian - 147 fixed, 2 changed by ali sattari (149) swedish - 4 fixed by Wiggelicous (4) traditional_chinese - 87 changed by josesun (87) ukrainian - 4 fixed by mad (4) urdu - 22 fixed by yasirniazkhan (22) ------------------------------------------------------------------------ r15593 | yexo | 2009-02-27 22:26:06 +0000 (Fri, 27 Feb 2009) | 1 line -Change: the background of the the waypoint sign is now in the company color. ------------------------------------------------------------------------ r15592 | frosch | 2009-02-27 20:40:39 +0000 (Fri, 27 Feb 2009) | 1 line -Fix: Refit-info in purchase list did only check the first articulated part. ------------------------------------------------------------------------ r15591 | translators | 2009-02-27 18:16:21 +0000 (Fri, 27 Feb 2009) | 19 lines -Update: WebTranslator2 update to 2009-02-27 18:16:01 afrikaans - 6 changed by Ludslad (6) catalan - 1 fixed by arnaullv (1) danish - 4 fixed by ThomasA (4) dutch - 4 fixed by habell (4) finnish - 1 fixed by jpx_ (1) frisian - 41 fixed, 8 changed by luc (49) german - 1 fixed by planetmaker (1) hungarian - 1 fixed by alyr (1) indonesian - 4 fixed by fanioz (4) italian - 1 fixed, 2 changed by lorenzodv (3) korean - 4 fixed, 35 changed by leejaeuk5 (8), darkttd (31) portuguese - 1 fixed by izhirahider (1) romanian - 1 fixed, 1 changed by kkmic (2) russian - 1 fixed by Smoky555 (1) spanish - 4 fixed by eusebio (3), erregerre (1) turkish - 4 fixed by Emin (4) welsh - 1 fixed, 5 changed by PlayDead (6) ------------------------------------------------------------------------ r15590 | yexo | 2009-02-26 20:30:41 +0000 (Thu, 26 Feb 2009) | 1 line -Fix (r15584): _screenshot_name is an array, not a char * pointer. ------------------------------------------------------------------------ r15589 | smatz | 2009-02-26 14:10:57 +0000 (Thu, 26 Feb 2009) | 2 lines -Fix: drawing of waypoints with invalid owner was broken -Change: don't take over waypoints without owner, it could belong to a bankrupted company (and the code was broken) - savegame conversion code is a bit more liberal now, too ------------------------------------------------------------------------