------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r20021 | alberth | 2010-06-26 15:12:51 +0000 (Sat, 26 Jun 2010) | 1 line -Codechange: Move variable declarations. ------------------------------------------------------------------------ r20020 | alberth | 2010-06-26 15:04:57 +0000 (Sat, 26 Jun 2010) | 1 line -Codechange: _script_file is used in only one function. ------------------------------------------------------------------------ r20019 | alberth | 2010-06-26 14:51:27 +0000 (Sat, 26 Jun 2010) | 1 line -Codechange: Apply function code style to a few small functions. ------------------------------------------------------------------------ r20018 | translators | 2010-06-25 17:45:06 +0000 (Fri, 25 Jun 2010) | 3 lines -Update from WebTranslator v3.0: irish - 52 changes by tem ------------------------------------------------------------------------ r20017 | translators | 2010-06-24 17:45:08 +0000 (Thu, 24 Jun 2010) | 4 lines -Update from WebTranslator v3.0: chuvash - 37 changes by mefisteron korean - 1 changes by junho2813 ------------------------------------------------------------------------ r20016 | rubidium | 2010-06-23 17:47:10 +0000 (Wed, 23 Jun 2010) | 2 lines -Change: move Irish out of unfinished ------------------------------------------------------------------------ r20015 | translators | 2010-06-23 17:45:08 +0000 (Wed, 23 Jun 2010) | 5 lines -Update from WebTranslator v3.0: chuvash - 17 changes by mefisteron irish - 40 changes by tem tamil - 6 changes by Rubidium ------------------------------------------------------------------------ r20014 | rubidium | 2010-06-23 14:56:17 +0000 (Wed, 23 Jun 2010) | 2 lines -Fix [FS#3881]: don't close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the "actions" dropdown ------------------------------------------------------------------------