alberth
80225cf246
(svn r19140) -Codechange: Move variables closer to their first use.
2010-02-15 19:52:40 +00:00
translators
966f186bf8
(svn r19139) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
czech - 12 changes by Hadez
dutch - 2 changes by habell
finnish - 1 changes by jpx_
german - 1 changes by planetmaker
hebrew - 2 changes by dnd_man
hungarian - 1 changes by alyr
lithuanian - 4 changes by BlinK_
norwegian_bokmal - 20 changes by mantaray
norwegian_nynorsk - 195 changes by mantaray
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovak - 21 changes by keso53
slovenian - 1 changes by ntadej
spanish - 1 changes by Terkhen
2010-02-15 18:45:47 +00:00
alberth
c0933e825a
(svn r19138) -Codechange: Rename CheckMultipleIndustryInTown() to FindTownForIndustry().
2010-02-15 11:04:27 +00:00
alberth
6553f49991
(svn r19137) -Add: Report a more useful error when failing to build a bubble generator.
2010-02-15 10:28:40 +00:00
alberth
bb5261a075
(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.
2010-02-15 09:49:10 +00:00
translators
ef59270375
(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
2010-02-14 18:45:24 +00:00
frosch
30b215a82b
(svn r19134) -Fix (r16983, r17219): YAPF debug output was quite broken.
2010-02-14 18:33:57 +00:00
rubidium
d0122644af
(svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker)
2010-02-14 16:52:15 +00:00
alberth
33a96b5ef3
(svn r19132) -Codechange: No need to end a line with ;;.
2010-02-14 16:31:35 +00:00
alberth
ac65c41509
(svn r19131) -Doc: Add doxygen comments to some economy variables and constants.
2010-02-14 15:58:10 +00:00
alberth
7dcc414000
(svn r19130) -Codechange: Use references and inlining in CommandCost.
2010-02-14 15:44:21 +00:00
alberth
8641f08df3
(svn r19129) -Fix [FS#3623] (r19122): Don't draw cargo ratings/acceptance when the window is shaded.
2010-02-14 15:35:44 +00:00
alberth
e8d40d6a19
(svn r19128) -Codechange: CommandCost cost methods return void instead of a copy of *this.
2010-02-14 15:30:08 +00:00
frosch
151babee57
(svn r19127) -Codechange: Add printf-like warnings to more functions.
2010-02-14 13:01:33 +00:00
frosch
d757f81646
(svn r19126) -Codechange: Silence a warning.
2010-02-14 13:01:07 +00:00
frosch
b0496c339f
(svn r19125) -Fix (r18809): Compiling with desync-debug failed.
2010-02-13 20:13:34 +00:00
translators
f36fc2c80d
(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
2010-02-13 18:45:51 +00:00
alberth
09327c2e69
(svn r19123) -Fix [FS#3617]: Resize station cargo widget when needed to display all accepted cargo types.
2010-02-13 18:44:03 +00:00
alberth
1737292d07
(svn r19122) -Codechange: Move cargo drawing to StationViewWindow::OnPaint().
2010-02-13 18:41:31 +00:00
alberth
df920582af
(svn r19121) -Codechange: Introduce a variable for the height of the ratings and accepted cargo widgets.
2010-02-13 18:39:00 +00:00
frosch
e7106d8121
(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.
2010-02-13 14:06:01 +00:00
rubidium
9c02767a92
(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
2010-02-13 14:02:36 +00:00
alberth
c1b40ee5e0
(svn r19118) -Fix [FS#3593]: Some buttons in the order gui were raised too soon.
2010-02-13 14:00:45 +00:00
terkhen
ff80df980a
(svn r19117) -Fix [FS#3593]: The Non-stop dropdown wasn't enabled for depot and waypoint orders.
2010-02-13 10:33:05 +00:00
rubidium
077c751201
(svn r19116) -Fix [FS#3615]: enabling ccache via environment variables failed to properly detect/set a compiler
2010-02-13 00:20:19 +00:00
rubidium
0c6be84ccf
(svn r19115) -Document: --with-ccache and --with-distcc in configure
2010-02-13 00:00:47 +00:00
rubidium
f6dfce6d59
(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.
2010-02-12 23:47:50 +00:00
rubidium
b1cce3f70f
(svn r19113) -Change: [strgen] Remove the partially generated language file if compilation fails.
2010-02-12 23:45:25 +00:00
smatz
66837b1edd
(svn r19112) -Fix [FS#3611]: don't crash on broken lng file
2010-02-12 23:39:44 +00:00
rubidium
171dbb7831
(svn r19111) -Fix (r19070): the station view didn't show acceptance anymore
2010-02-12 21:43:58 +00:00
rubidium
c70c16c64e
(svn r19110) -Fix (r19107): if GCC 3.2 has the trouble, then don't allow it
2010-02-12 18:45:34 +00:00
translators
e412dfedca
(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
2010-02-12 18:45:34 +00:00
rubidium
a1c66a956f
(svn r19108) -Document: what compilers are known to succeed compiling OpenTTD and which ones have proven to fail compiling OpenTTD
2010-02-12 18:42:40 +00:00
rubidium
ad7a139f49
(svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too
2010-02-12 18:41:46 +00:00
rubidium
3108101cb2
(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++.
2010-02-12 17:31:40 +00:00
yexo
7d5cfa5884
(svn r19105) -Fix [FS#3614]: not all news data was properly freed when starting a new game
2010-02-12 16:42:29 +00:00
alberth
dd1c72d39a
(svn r19104) -Fix (r19039): Stablize main view centering in smallmap.
2010-02-12 13:46:41 +00:00
alberth
47295bb8b9
(svn r19103) -Codechange: Use px/py for pixel coordinates in PixelToTile(), as promised by the documentation.
2010-02-12 12:14:21 +00:00
yexo
d403d82617
(svn r19102) -Codechange; let doxygen parse as much code as possible
2010-02-12 12:11:03 +00:00
alberth
464ad6b951
(svn r19101) -Fix (r19039): Click sound was not played when pressing zoom in/out buttons.
2010-02-12 10:40:29 +00:00
yexo
6c35de1d25
(svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails
2010-02-12 00:45:44 +00:00
yexo
26005c55e5
(svn r19099) -Doc: two files had the wrong name in the @file comment
2010-02-11 20:52:56 +00:00
translators
826e8a92ef
(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
2010-02-11 18:46:06 +00:00
rubidium
1217bb9411
(svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan)
2010-02-11 17:13:57 +00:00
yexo
804a6894c5
(svn r19096) -Fix: segfault when one of the items in the news_display group in the config file has no value
2010-02-11 15:12:08 +00:00
yexo
f709290220
(svn r19095) -Fix: segfault when a baseset has an empty metadata field
2010-02-11 15:08:55 +00:00
yexo
6406b75b8f
(svn r19094) -Codechange: don't check for NULL values before calling StrEmpty
2010-02-11 14:58:51 +00:00
smatz
07409e6741
(svn r19093) -Codechange: do not prefix console debug output with 'condbg', [console] is enough
2010-02-10 23:38:43 +00:00
rubidium
036d204f4b
(svn r19092) -Fix (r19081): MSVC couldn't quite compile OpenTTD
2010-02-10 22:38:30 +00:00
rubidium
32cdc157ee
(svn r19091) -Cleanup: remove some unneeded zeroing
2010-02-10 21:28:26 +00:00