------------------------------------------------------------------------ r19783 | translators | 2010-05-10 17:45:10 +0000 (Mon, 10 May 2010) | 4 lines -Update from WebTranslator v3.0: polish - 5 changes by xine russian - 24 changes by Lone_Wolf ------------------------------------------------------------------------ r19782 | peter1138 | 2010-05-10 17:27:34 +0000 (Mon, 10 May 2010) | 2 lines -Fix [FS#3828]: NULL pointer deference when testing relative scope *action2 on an unbuilt engine. ------------------------------------------------------------------------ r19781 | rubidium | 2010-05-10 17:11:24 +0000 (Mon, 10 May 2010) | 2 lines -Fix [FS#3809]: compilation on NetBSD failed (Krille) ------------------------------------------------------------------------ r19780 | rubidium | 2010-05-10 09:50:49 +0000 (Mon, 10 May 2010) | 2 lines -Fix [FS#3807]: make sure that when checking whether a path + filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid ------------------------------------------------------------------------ r19779 | rubidium | 2010-05-10 09:49:02 +0000 (Mon, 10 May 2010) | 2 lines -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length ------------------------------------------------------------------------ r19778 | rubidium | 2010-05-10 09:43:49 +0000 (Mon, 10 May 2010) | 2 lines -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists ------------------------------------------------------------------------ r19777 | rubidium | 2010-05-10 09:37:17 +0000 (Mon, 10 May 2010) | 2 lines -Change: use the file scanner to find the .tars ------------------------------------------------------------------------ r19776 | rubidium | 2010-05-10 09:35:25 +0000 (Mon, 10 May 2010) | 2 lines -Change: don't scan for tars in the script scanner; it has already happened. ------------------------------------------------------------------------ r19775 | smatz | 2010-05-09 18:13:36 +0000 (Sun, 09 May 2010) | 1 line -Fix: improper use of 'then' in few comments (ln) ------------------------------------------------------------------------ r19774 | translators | 2010-05-09 17:45:22 +0000 (Sun, 09 May 2010) | 8 lines -Update from WebTranslator v3.0: czech - 33 changes by Hadez korean - 3 changes by junho2813 portuguese - 3 changes by JayCity russian - 24 changes by Lone_Wolf slovenian - 3 changes by ntadej vietnamese - 3 changes by nglekhoi ------------------------------------------------------------------------ r19773 | yexo | 2010-05-09 15:59:30 +0000 (Sun, 09 May 2010) | 1 line -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) ------------------------------------------------------------------------ r19772 | yexo | 2010-05-09 15:17:09 +0000 (Sun, 09 May 2010) | 1 line -Fix [FS#3818]: the break-on-log-message feature could trigger an assert (Zuu) ------------------------------------------------------------------------ r19771 | translators | 2010-05-08 17:45:19 +0000 (Sat, 08 May 2010) | 7 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun brazilian_portuguese - 3 changes by Tucalipe russian - 1 changes by Lone_Wolf slovak - 77 changes by keso53 swedish - 3 changes by Zuu ------------------------------------------------------------------------ r19770 | frosch | 2010-05-08 17:33:04 +0000 (Sat, 08 May 2010) | 1 line -Feature: Hide all other industries when ctrl+clicking an industry type in smallmap legend. ------------------------------------------------------------------------ r19769 | frosch | 2010-05-08 14:43:59 +0000 (Sat, 08 May 2010) | 1 line -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. ------------------------------------------------------------------------ r19768 | smatz | 2010-05-08 14:36:56 +0000 (Sat, 08 May 2010) | 1 line -Fix: half-desert tiles would never revert back to clear tiles ------------------------------------------------------------------------ r19767 | alberth | 2010-05-07 20:39:00 +0000 (Fri, 07 May 2010) | 1 line -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore). ------------------------------------------------------------------------ r19766 | alberth | 2010-05-07 20:27:22 +0000 (Fri, 07 May 2010) | 1 line -Codechange: Store tile height of smallmap contour legend in the LegendAndColour struct. ------------------------------------------------------------------------ r19765 | alberth | 2010-05-07 20:20:03 +0000 (Fri, 07 May 2010) | 1 line -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff. ------------------------------------------------------------------------ r19764 | translators | 2010-05-07 17:45:14 +0000 (Fri, 07 May 2010) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 9 changes by josesun croatian - 3 changes by VoyagerOne irish - 7 changes by tem russian - 2 changes by Lone_Wolf ------------------------------------------------------------------------ r19763 | translators | 2010-05-06 17:45:24 +0000 (Thu, 06 May 2010) | 9 lines -Update from WebTranslator v3.0: dutch - 3 changes by habell irish - 3 changes by tem italian - 3 changes by lorenzodv norwegian_bokmal - 3 changes by mantaray norwegian_nynorsk - 3 changes by mantaray russian - 5 changes by Lone_Wolf spanish - 3 changes by Terkhen ------------------------------------------------------------------------ r19762 | translators | 2010-05-05 17:45:37 +0000 (Wed, 05 May 2010) | 13 lines -Update from WebTranslator v3.0: catalan - 3 changes by arnau finnish - 3 changes by jpx_ french - 3 changes by glx german - 3 changes by planetmaker greek - 16 changes by fumantsu hebrew - 7 changes by dnd_man hungarian - 3 changes by IPG, Petert irish - 233 changes by tem romanian - 3 changes by kkmic russian - 7 changes by Lone_Wolf serbian - 3 changes by etran ------------------------------------------------------------------------ r19761 | frosch | 2010-05-05 16:55:43 +0000 (Wed, 05 May 2010) | 1 line -Fix: [NewGRF] Vehicle var 43 missed AI information in purchase list. ------------------------------------------------------------------------ r19760 | rubidium | 2010-05-04 22:12:09 +0000 (Tue, 04 May 2010) | 2 lines -Change: use the {HEIGHT} command for the smallmap legend ------------------------------------------------------------------------ r19759 | rubidium | 2010-05-04 22:09:56 +0000 (Tue, 04 May 2010) | 2 lines -Change: use the {HEIGHT} command for the measurement tool ------------------------------------------------------------------------ r19758 | rubidium | 2010-05-04 22:04:28 +0000 (Tue, 04 May 2010) | 2 lines -Add: {HEIGHT} string command ------------------------------------------------------------------------ r19757 | translators | 2010-05-04 17:45:11 +0000 (Tue, 04 May 2010) | 5 lines -Update from WebTranslator v3.0: irish - 253 changes by tem luxembourgish - 25 changes by Phreeze portuguese - 1 changes by JayCity ------------------------------------------------------------------------ r19756 | smatz | 2010-05-03 23:36:17 +0000 (Mon, 03 May 2010) | 1 line -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance ------------------------------------------------------------------------ r19755 | frosch | 2010-05-03 19:55:03 +0000 (Mon, 03 May 2010) | 1 line -Fix: Blocked roadvehicles should first check whether they are still blocked before accelerating again, instead of continuous starting/stopping. ------------------------------------------------------------------------ r19754 | translators | 2010-05-03 17:45:12 +0000 (Mon, 03 May 2010) | 5 lines -Update from WebTranslator v3.0: luxembourgish - 3 changes by Phreeze russian - 24 changes by Lone_Wolf swedish - 3 changes by Zuu ------------------------------------------------------------------------ r19753 | rubidium | 2010-05-03 00:00:34 +0000 (Mon, 03 May 2010) | 2 lines -Fix [FS#3740]: try a bit harder to find a suitable font that can be loaded, i.e. while searching for a suitable font test whether you can open it and if not search further instead of always returning the first suitable font even when it can't be loaded ------------------------------------------------------------------------