Commit Graph

14805 Commits (a4a7465fe7d97ff568d8edec888f20be3906a079)
 

Author SHA1 Message Date
translators 4c1d862d5e (svn r19135) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
lithuanian - 2 changes by 
norwegian_bokmal - 1 changes by mantaray
norwegian_nynorsk - 127 changes by mantaray
russian - 1 changes by Lone_Wolf
slovak - 199 changes by keso53
spanish - 1 changes by Terkhen
15 years ago
frosch c10e26137e (svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken. 15 years ago
rubidium 88aae13b35 (svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker) 15 years ago
alberth e3b24801e2 (svn r19132) -Codechange: No need to end a line with ;;. 15 years ago
alberth a493ba8f26 (svn r19131) -Doc: Add doxygen comments to some economy variables and constants. 15 years ago
alberth 9e302e5fa1 (svn r19130) -Codechange: Use references and inlining in CommandCost. 15 years ago
alberth ead01e1dd3 (svn r19129) -Fix [FS#3623] (r19122): Don't draw cargo ratings/acceptance when the window is shaded. 15 years ago
alberth a2af272a52 (svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this. 15 years ago
frosch 5c6dcffd47 (svn r19127) -Codechange: Add printf-like warnings to more functions. 15 years ago
frosch 09ce2f49b5 (svn r19126) -Codechange: Silence a warning. 15 years ago
frosch 9d5a8b851b (svn r19125) -Fix (r18809): Compiling with desync-debug failed. 15 years ago
translators 6422606c17 (svn r19124) -Update from WebTranslator v3.0:
traditional_chinese - 3 changes by josesun
english_US - 35 changes by agenthh
esperanto - 27 changes by Ailanto
finnish - 1 changes by jpx_
german - 1 changes by planetmaker
hungarian - 51 changes by IPG
icelandic - 55 changes by antonsigur
indonesian - 9 changes by fanioz
lithuanian - 2 changes by 
norwegian_bokmal - 229 changes by mantaray
norwegian_nynorsk - 2 changes by mantaray
portuguese - 9 changes by JayCity
brazilian_portuguese - 14 changes by Tucalipe, leandromoh
russian - 7 changes by 
serbian - 5 changes by etran
slovenian - 1 changes by ntadej
15 years ago
alberth 0052f2667f (svn r19123) -Fix [FS#3617]: Resize station cargo widget when needed to display all accepted cargo types. 15 years ago
alberth e095cfb016 (svn r19122) -Codechange: Move cargo drawing to StationViewWindow::OnPaint(). 15 years ago
alberth 02c2b55a20 (svn r19121) -Codechange: Introduce a variable for the height of the ratings and accepted cargo widgets. 15 years ago
frosch 3fe58a2250 (svn r19120) -Fix: [NewGRF] Industry property 0x17 was interpreted incorrectly and in some cases circumvented the density difficulty setting.
-Change: Do not scale the number of industry creations during map creation with the number of available industry types.
-Feature: [NewGRF] Implement special industry flag 0x10000.
15 years ago
rubidium 06600a6834 (svn r19119) -Fix [FS#3616]: removing towns (in the scenario editor) that had stations/depots refer to them or vehicles were on the town's road could cause a crash 15 years ago
alberth 75b513cd50 (svn r19118) -Fix [FS#3593]: Some buttons in the order gui were raised too soon. 15 years ago
terkhen 12fb3be6c3 (svn r19117) -Fix [FS#3593]: The Non-stop dropdown wasn't enabled for depot and waypoint orders. 15 years ago
rubidium 9be55c7dac (svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler 15 years ago
rubidium 733a0bc08f (svn r19115) -Document: --with-ccache and --with-distcc in configure 15 years ago
rubidium 31f78edd24 (svn r19114) -Change: [strgen] Modify the outputted format for MSVC builds of strgen so it also shows fatal errors in the 'error list' and it also counts them. (Fatal) errors are marked as warnings so a failing language file is not causing the complete compilation to fail. 15 years ago
rubidium 8d54e30e23 (svn r19113) -Change: [strgen] Remove the partially generated language file if compilation fails. 15 years ago
smatz a35227a1a9 (svn r19112) -Fix [FS#3611]: don't crash on broken lng file 15 years ago
rubidium 39ea18dca6 (svn r19111) -Fix (r19070): the station view didn't show acceptance anymore 15 years ago
rubidium 63bd9ee375 (svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it 15 years ago
translators a6bd176f36 (svn r19109) -Update from WebTranslator v3.0:
catalan - 13 changes by arnau
croatian - 1 changes by VoyagerOne
french - 1 changes by glx
lithuanian - 2 changes by 
norwegian_nynorsk - 71 changes by mantaray
polish - 5 changes by silver_777
russian - 15 changes by Lone_Wolf
slovak - 27 changes by keso53
slovenian - 6 changes by ntadej
vietnamese - 39 changes by myquartz, nglekhoi
15 years ago
rubidium d06eec5491 (svn r19108) -Document: what compilers are known to succeed compiling OpenTTD and which ones have proven to fail compiling OpenTTD 15 years ago
rubidium d48c78fa39 (svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too 15 years ago
rubidium d507788d37 (svn r19106) -Codechange: change 'const static' -> 'static const' for consistency (1 vs 2900 cases); some GCCs/ICCs are known to warn about the former case, but it's valid C++. 15 years ago
yexo b9d7aa05c0 (svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game 15 years ago
alberth edf0cde4af (svn r19104) -Fix (r19039): Stablize main view centering in smallmap. 15 years ago
alberth b8ae1a0ef5 (svn r19103) -Codechange: Use px/py for pixel coordinates in PixelToTile(), as promised by the documentation. 15 years ago
yexo b39d047b8e (svn r19102) -Codechange; let doxygen parse as much code as possible 15 years ago
alberth 3f46632e76 (svn r19101) -Fix (r19039): Click sound was not played when pressing zoom in/out buttons. 15 years ago
yexo d787a31f29 (svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails 15 years ago
yexo 40c54781f6 (svn r19099) -Doc: two files had the wrong name in the @file comment 15 years ago
translators 77a70df116 (svn r19098) -Update from WebTranslator v3.0:
arabic_egypt - 101 changes by kasakg
croatian - 7 changes by VoyagerOne
czech - 8 changes by SmatZ
dutch - 2 changes by habell
finnish - 4 changes by jpx_
french - 12 changes by glx
hebrew - 12 changes by dnd_man
hungarian - 15 changes by IPG
indonesian - 2 changes by fanioz
italian - 2 changes by lorenzodv
korean - 2 changes by junho2813
lithuanian - 10 changes by BlinK_
luxembourgish - 2 changes by Phreeze
norwegian_bokmal - 5 changes by mantaray
norwegian_nynorsk - 225 changes by mantaray
portuguese - 1 changes by JayCity
romanian - 2 changes by tonny
serbian - 2 changes by etran
slovak - 99 changes by keso53
spanish - 6 changes by Terkhen
vietnamese - 4 changes by myquartz
15 years ago
rubidium 6b47504ada (svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan) 15 years ago
yexo 7996672521 (svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value 15 years ago
yexo 5e014f0b9f (svn r19095) -Fix: segfault when a baseset has an empty metadata field 15 years ago
yexo 9a80d81f4c (svn r19094) -Codechange: don't check for NULL values before calling StrEmpty 15 years ago
smatz 506bcb622b (svn r19093) -Codechange: do not prefix console debug output with 'condbg', [console] is enough 15 years ago
rubidium 2d14c62900 (svn r19092) -Fix (r19081): MSVC couldn't quite compile OpenTTD 15 years ago
rubidium b0a1ecf160 (svn r19091) -Cleanup: remove some unneeded zeroing 15 years ago
rubidium a7a2568985 (svn r19090) -Codechange: some comment coding style fixes 15 years ago
rubidium 970842e4a2 (svn r19089) -Codechange: some minor coding style 15 years ago
rubidium 14177416d3 (svn r19088) -Fix: some typos/spelling errors in the base 'translation' 15 years ago
rubidium 1c468db7d5 (svn r19087) -Codechange: some typos in StringIDs 15 years ago
translators 1349bc8513 (svn r19086) -Update from WebTranslator v3.0:
traditional_chinese - 4 changes by josesun
dutch - 4 changes by habell
french - 3 changes by glx
german - 2 changes by planetmaker
greek - 4 changes by fumantsu
hebrew - 29 changes by dnd_man
hungarian - 2 changes by alyr
italian - 4 changes by lorenzodv
japanese - 25 changes by PouncingAnt
lithuanian - 34 changes by BlinK_
luxembourgish - 178 changes by Phreeze
romanian - 4 changes by kkmic
slovenian - 2 changes by ntadej
spanish - 2 changes by Terkhen
15 years ago