------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------