------------------------------------------------------------------------ r20061 | translators | 2010-07-03 17:45:25 +0000 (Sat, 03 Jul 2010) | 8 lines -Update from WebTranslator v3.0: croatian - 2 changes by VoyagerOne finnish - 2 changes by jpx_ french - 2 changes by glx italian - 2 changes by lorenzodv russian - 2 changes by Lone_Wolf serbian - 50 changes by etran ------------------------------------------------------------------------ r20060 | frosch | 2010-07-03 15:15:19 +0000 (Sat, 03 Jul 2010) | 1 line -Fix (r20055): strnicmp() does not exist on all platforms. ------------------------------------------------------------------------ r20059 | yexo | 2010-07-03 13:42:27 +0000 (Sat, 03 Jul 2010) | 1 line -Feature: customizable hotkeys for the main window (the global hotkeys) ------------------------------------------------------------------------ r20058 | yexo | 2010-07-03 13:29:19 +0000 (Sat, 03 Jul 2010) | 1 line -Feature: customizable hotkeys for the vehicle orders window ------------------------------------------------------------------------ r20057 | yexo | 2010-07-03 13:29:01 +0000 (Sat, 03 Jul 2010) | 1 line -Feature: customizable hotkeys for the terraform toolbar in scenario editor ------------------------------------------------------------------------ r20056 | yexo | 2010-07-03 13:28:48 +0000 (Sat, 03 Jul 2010) | 1 line -Feature: customizable hotkeys for the terraform toolbar ------------------------------------------------------------------------ r20055 | yexo | 2010-07-03 13:28:15 +0000 (Sat, 03 Jul 2010) | 1 line -Feature: save/load hotkeys to/from hotkeys.cfg ------------------------------------------------------------------------ r20054 | yexo | 2010-07-03 13:27:32 +0000 (Sat, 03 Jul 2010) | 1 line -Add: framework to check for hotkeys ------------------------------------------------------------------------ r20053 | rubidium | 2010-07-02 19:54:29 +0000 (Fri, 02 Jul 2010) | 2 lines -Fix [FS#3919] (r20034): crashing road vehicles crashed OpenTTD with slower/longer trains ------------------------------------------------------------------------ r20052 | translators | 2010-07-02 17:45:13 +0000 (Fri, 02 Jul 2010) | 5 lines -Update from WebTranslator v3.0: irish - 116 changes by tem serbian - 2 changes by etran spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r20051 | yexo | 2010-07-02 17:19:31 +0000 (Fri, 02 Jul 2010) | 1 line -Fix [FS#3916]: coloured_news_year was stored in savegames while it should be a client setting ------------------------------------------------------------------------ r20050 | michi_cc | 2010-07-02 16:34:15 +0000 (Fri, 02 Jul 2010) | 1 line -Add: git revision detection for custom git-svn clones. ------------------------------------------------------------------------ r20049 | michi_cc | 2010-07-02 16:34:11 +0000 (Fri, 02 Jul 2010) | 1 line -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype. ------------------------------------------------------------------------ r20048 | michi_cc | 2010-07-02 16:34:07 +0000 (Fri, 02 Jul 2010) | 1 line -Feature: Add a setting to forbid towns building level crossings. ------------------------------------------------------------------------ r20047 | michi_cc | 2010-07-02 16:34:03 +0000 (Fri, 02 Jul 2010) | 1 line -Fix (rUnknown): Towns were not able to build level crossings when using original or better town layout. ------------------------------------------------------------------------ r20046 | alberth | 2010-07-02 13:59:27 +0000 (Fri, 02 Jul 2010) | 1 line -Feature [FS#3816]: Wrap console lines when they are too long. ------------------------------------------------------------------------ r20045 | alberth | 2010-07-02 13:55:45 +0000 (Fri, 02 Jul 2010) | 1 line -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine(). ------------------------------------------------------------------------ r20044 | alberth | 2010-07-02 13:54:05 +0000 (Fri, 02 Jul 2010) | 1 line -Codechange: Using number of lines rather than number of added lines simplifies code. ------------------------------------------------------------------------ r20043 | alberth | 2010-07-02 13:53:05 +0000 (Fri, 02 Jul 2010) | 1 line -Codechange: Introduce vertical alignment for DrawStringMultiLine(). ------------------------------------------------------------------------ r20042 | alberth | 2010-07-02 13:44:36 +0000 (Fri, 02 Jul 2010) | 1 line -Codechange: Add set methods to DrawStringParams. ------------------------------------------------------------------------ r20041 | smatz | 2010-07-02 09:09:40 +0000 (Fri, 02 Jul 2010) | 1 line -Fix [FS#3892](r19955): crash when spectator tried to open a vehicle list without selecting any company ------------------------------------------------------------------------ r20040 | rubidium | 2010-06-30 22:17:53 +0000 (Wed, 30 Jun 2010) | 2 lines -Codechange: some coding style + using proper types ------------------------------------------------------------------------ r20039 | rubidium | 2010-06-30 21:38:51 +0000 (Wed, 30 Jun 2010) | 8 lines -Fix [FS#3907]: instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game. Generating a new game is the least bad solution: * loading the intro game: desyncs due to GM_MENU on the server and GM_NORMAL on the clients, NewGRFs not being loaded on the server but being loaded on the client; * creating an empty map: OpenTTD will go crazy due to missing towns. Also clients can't properly join because of the missing towns; * loading the last saved game: doesn't always exist and loading it might fail causing an infinite loop; * stopping being a server: breaks the dedicated server horribly; if you loaded the game via rcon you can't connect with it anymore as you can't join the server; * generating a new game: should always succeed, although people might think a scenario loaded fine because there are no companies and such. ------------------------------------------------------------------------ r20038 | rubidium | 2010-06-30 20:20:15 +0000 (Wed, 30 Jun 2010) | 2 lines -Change: move SafeSaveOrLoad a bit ------------------------------------------------------------------------ r20037 | translators | 2010-06-30 17:45:07 +0000 (Wed, 30 Jun 2010) | 3 lines -Update from WebTranslator v3.0: serbian - 7 changes by etran ------------------------------------------------------------------------ r20036 | rubidium | 2010-06-30 16:08:12 +0000 (Wed, 30 Jun 2010) | 2 lines -Fix [FS#3911]: tram tracks didn't show at level crossing with the new railtypes ------------------------------------------------------------------------ r20035 | rubidium | 2010-06-29 21:15:40 +0000 (Tue, 29 Jun 2010) | 2 lines -Fix [FS#3909]: under some circumstances you could get into an infinite loop ------------------------------------------------------------------------ r20034 | rubidium | 2010-06-29 20:48:34 +0000 (Tue, 29 Jun 2010) | 8 lines -Fix [FS#3896] (r14869): road vehicles could get crashed twice in a tick In RoadVehicleController at tick N a road vehicle gets a j of slightly less than adv_speed. In tick N+1 RoadVehCheckTrainCrash is called, then the road vehicle gets a j of slightly more than adv_speed. This causes a second call of RoadVehCheckTrainCrash. If in tick N the road vehicle moved onto a level crossing and a (maglev) entered that tile at the same tick, in tick N+1 the road vehicle would be crashed twice. ------------------------------------------------------------------------ r20033 | michi_cc | 2010-06-28 19:38:27 +0000 (Mon, 28 Jun 2010) | 1 line -Fix: gitignore and hgignore had more missing/wrong entries. ------------------------------------------------------------------------ r20032 | glx | 2010-06-28 19:07:33 +0000 (Mon, 28 Jun 2010) | 1 line -Add: MSVC 2010 project files ------------------------------------------------------------------------ r20031 | michi_cc | 2010-06-28 18:14:22 +0000 (Mon, 28 Jun 2010) | 1 line -Fix: git and hg didn't ignore the generated windows RC file. ------------------------------------------------------------------------ r20030 | michi_cc | 2010-06-28 18:14:00 +0000 (Mon, 28 Jun 2010) | 1 line -Fix: MSVC 2010 defines more POSIX error constants that we define as well. ------------------------------------------------------------------------ r20029 | rubidium | 2010-06-28 13:52:09 +0000 (Mon, 28 Jun 2010) | 2 lines -Fix: the 64 bits TortoiseSVN wasn't always properly detected ------------------------------------------------------------------------ r20028 | rubidium | 2010-06-28 13:51:33 +0000 (Mon, 28 Jun 2010) | 2 lines -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number ------------------------------------------------------------------------ r20027 | translators | 2010-06-27 17:45:12 +0000 (Sun, 27 Jun 2010) | 5 lines -Update from WebTranslator v3.0: irish - 61 changes by tem brazilian_portuguese - 1 changes by Tucalipe romanian - 12 changes by kkmic ------------------------------------------------------------------------ r20026 | alberth | 2010-06-27 13:33:14 +0000 (Sun, 27 Jun 2010) | 1 line -Codechange: No need to copy a formal parameter if the value is not needed further. ------------------------------------------------------------------------ r20025 | alberth | 2010-06-27 09:05:10 +0000 (Sun, 27 Jun 2010) | 1 line -Doc: Fix/add comments to let Doxygen know about the documentation. ------------------------------------------------------------------------ r20024 | michi_cc | 2010-06-27 00:19:28 +0000 (Sun, 27 Jun 2010) | 1 line -Codechange: Remove the need to link with dxguid.lib for windows. ------------------------------------------------------------------------ r20023 | translators | 2010-06-26 17:45:09 +0000 (Sat, 26 Jun 2010) | 5 lines -Update from WebTranslator v3.0: chuvash - 12 changes by mefisteron irish - 37 changes by Rubidium, tem malay - 94 changes by Syed ------------------------------------------------------------------------ r20022 | alberth | 2010-06-26 15:22:10 +0000 (Sat, 26 Jun 2010) | 1 line -Doc: Add some doxygen comments. ------------------------------------------------------------------------