Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-26 | (svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen. | frosch | |
2012-05-25 | (svn r24278) -Codechange: Deduplicate code to read translation tables. | frosch | |
2012-05-25 | (svn r24277) -Codechange: Store cargo and railtype translation tables in a ↵ | frosch | |
SmallVector. | |||
2012-05-25 | (svn r24276) -Codechange: Enhance GRFFile with constructor and destructor. | frosch | |
2012-05-25 | (svn r24275) -Codechange: Make SmallVector::FindIndex() const. | frosch | |
2012-05-25 | (svn r24274) -Update from WebTranslator v3.0: | translators | |
english_US - 6 changes by Rubidium french - 5 changes by glx german - 15 changes by NG greek - 67 changes by kyrm russian - 2 changes by Lone_Wolf spanish - 36 changes by Terkhen | |||
2012-05-25 | (svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary ↵ | frosch | |
complicated and also returned the wrong thing for cargos not present in the translation table. | |||
2012-05-25 | (svn r24272) -Fix: [NewGRF] Load cargo- and railtype-translation during both ↵ | frosch | |
reservation and activation stage. That way they can be selected using Action7 depending on present cargo- or railtypes. | |||
2012-05-25 | (svn r24271) -Change: Remove latin abbreviations from english strings. | frosch | |
2012-05-25 | (svn r24270) -Add: Missing descriptions for adv. settings. | frosch | |
2012-05-24 | (svn r24269) -Update from WebTranslator v3.0: | translators | |
dutch - 5 changes by habell slovenian - 2 changes by ukrainian - 54 changes by edd_k | |||
2012-05-23 | (svn r24268) -Fix: Use the same colour scheme for the script selection ↵ | frosch | |
window as in other comparable windows. | |||
2012-05-23 | (svn r24267) -Update from WebTranslator v3.0: | translators | |
dutch - 9 changes by habell french - 5 changes by OliTTD korean - 185 changes by telk5093 russian - 2 changes by Lone_Wolf slovenian - 2 changes by spanish - 2 changes by Terkhen | |||
2012-05-22 | (svn r24266) -Update from WebTranslator v3.0: | translators | |
latvian - 5 changes by Parastais slovenian - 2 changes by swedish - 17 changes by Joel_A | |||
2012-05-21 | (svn r24265) -Update from WebTranslator v3.0: | translators | |
afrikaans - 21 changes by telanus dutch - 5 changes by habell latvian - 19 changes by Parastais slovenian - 2 changes by swedish - 10 changes by Joel_A | |||
2012-05-20 | (svn r24264) -Update from WebTranslator v3.0: | translators | |
hungarian - 27 changes by IPG portuguese - 1 changes by JayCity russian - 3 changes by Lone_Wolf slovenian - 2 changes by swedish - 36 changes by Joel_A vietnamese - 3 changes by nglekhoi | |||
2012-05-19 | (svn r24263) -Update from WebTranslator v3.0: | translators | |
catalan - 88 changes by arnau latvian - 1 changes by Parastais slovenian - 2 changes by swedish - 37 changes by Joel_A, Zuu | |||
2012-05-18 | (svn r24262) -Update from WebTranslator v3.0: | translators | |
catalan - 29 changes by arnau, mtormo dutch - 9 changes by habell latvian - 25 changes by Parastais russian - 23 changes by Lone_Wolf slovenian - 2 changes by spanish - 39 changes by Terkhen | |||
2012-05-17 | (svn r24261) -Update from WebTranslator v3.0: | translators | |
latvian - 18 changes by Parastais russian - 2 changes by Lone_Wolf slovenian - 2 changes by swedish - 3 changes by Joel_A | |||
2012-05-16 | (svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to ↵ | frosch | |
specators and colour it's caption neutrally grey. | |||
2012-05-16 | (svn r24257) -Fix [FS#5112]: update some outdated documentation and make is ↵ | rubidium | |
somewhat more consistent | |||
2012-05-16 | (svn r24256) -Fix: results of WT3 validation issue | rubidium | |
2012-05-16 | (svn r24255) -Update from WebTranslator v3.0: | translators | |
belarusian - 17 changes by Wowanxm catalan - 4 changes by mtormo croatian - 84 changes by VoyagerOne czech - 2 changes by TheLamer dutch - 31 changes by habell, mazele french - 3 changes by OliTTD latvian - 44 changes by Parastais russian - 7 changes by Lone_Wolf slovenian - 2 changes by spanish - 19 changes by Terkhen swedish - 24 changes by Joel_A, daishan | |||
2012-05-15 | (svn r24252) -Fix [FS#5162]: Change the unit of the sprite-cache size ↵ | frosch | |
setting from megabytes to megapixels, so it depends on the blitter being used. Also increase it from 64 to 128, and change the name in the cfg file, so everyone gets the new default. | |||
2012-05-15 | (svn r24251) -Update from WebTranslator v3.0: | translators | |
belarusian - 116 changes by Wowanxm croatian - 43 changes by VoyagerOne english_US - 2 changes by Rubidium italian - 2 changes by lorenzodv russian - 15 changes by Lone_Wolf slovenian - 2 changes by spanish - 39 changes by Terkhen swedish - 14 changes by Joel_A vietnamese - 2 changes by nglekhoi | |||
2012-05-14 | (svn r24250) -Fix [FS#5154]: Do not immediately display error messages from ↵ | frosch | |
parsing the cfg file, but schedule them for displaying after the GUI is prepared for it. | |||
2012-05-14 | (svn r24249) -Codechange: Split the extraction of current DParams from the ↵ | frosch | |
ErrorMessageData constructor into a separate function. | |||
2012-05-14 | (svn r24248) -Codechange: Move ErrorMessageData class definition to header file. | frosch | |
2012-05-14 | (svn r24247) -Fix: If loading of int-list settings fails, use the default. | frosch | |
2012-05-14 | (svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max ↵ | michi_cc | |
speed for vehicles. | |||
2012-05-14 | (svn r24245) -Change: Move the warning about big station spreads to the ↵ | frosch | |
setting description. | |||
2012-05-14 | (svn r24244) -Update from WebTranslator v3.0: | translators | |
belarusian - 419 changes by Wowanxm dutch - 9 changes by habell english_US - 3 changes by Rubidium estonian - 4 changes by Jaanus french - 1 changes by glx german - 1 changes by planetmaker polish - 9 changes by Kilian russian - 110 changes by Lone_Wolf slovenian - 2 changes by swedish - 15 changes by Joel_A | |||
2012-05-13 | (svn r24243) -Fix: Typo fixes and wording improvements in the base language. | alberth | |
2012-05-13 | (svn r24242) -Update from WebTranslator v3.0: | translators | |
belarusian - 109 changes by Wowanxm catalan - 18 changes by mtormo english_US - 7 changes by Rubidium finnish - 60 changes by jpx_ french - 120 changes by OliTTD, glx italian - 126 changes by lorenzodv russian - 63 changes by Lone_Wolf slovenian - 15 changes by Necrolyte | |||
2012-05-13 | (svn r24241) -Fix: some typos and inconsistencies in the base language | rubidium | |
2012-05-12 | (svn r24240) -Update from WebTranslator v3.0: | translators | |
afrikaans - 2 changes by telanus english_US - 132 changes by Rubidium finnish - 66 changes by jpx_ french - 10 changes by glx german - 126 changes by planetmaker latvian - 11 changes by Parastais polish - 18 changes by wojteks86 slovenian - 115 changes by Necrolyte spanish - 1 changes by Terkhen | |||
2012-05-12 | (svn r24239) -Add: Highlight setting that has its help text displayed. | alberth | |
2012-05-12 | (svn r24238) -Add: String to display highlight selected setting in all ↵ | alberth | |
languages. | |||
2012-05-12 | (svn r24237) -Feature: Descriptions explaining the meaning of advanced settings. | alberth | |
2012-05-12 | (svn r24236) -Add: Add code to retrieve help strings from the setting tree ↵ | alberth | |
and compute max height. | |||
2012-05-12 | (svn r24235) -Add: Add help-strings for the settings in the advanced ↵ | alberth | |
settings window. | |||
2012-05-12 | (svn r24234) -Add: Add help-string infrastructure to the ini files | alberth | |
2012-05-12 | (svn r24233) -Codechange: Rename 'val_str' to 'str_val' to better match with ↵ | alberth | |
'strval' in the ini files. | |||
2012-05-11 | (svn r24224) -Fix [FS#5159]: dereferencing uninitialised pointer (frosch) | rubidium | |
2012-05-11 | (svn r24223) -Update from WebTranslator v3.0: | translators | |
french - 2 changes by OliTTD latvian - 1 changes by Parastais polish - 10 changes by wojteks86 russian - 36 changes by Lone_Wolf vietnamese - 5 changes by nglekhoi | |||
2012-05-10 | (svn r24222) -Update from WebTranslator v3.0: | translators | |
catalan - 27 changes by mtormo russian - 22 changes by Lone_Wolf swedish - 24 changes by Joel_A | |||
2012-05-09 | (svn r24221) -Fix [FS#5166]: Lag counters were not properly reset when ↵ | rubidium | |
switching states making it possible to get disconnected for lagging when you weren't lagging | |||
2012-05-09 | (svn r24220) -Change: Adopt ICU version detection to also deal with the new ↵ | planetmaker | |
versioning scheme since ICU 49 | |||
2012-05-09 | (svn r24219) -Fix [FS#5152]: immediately do the cargo payment on vehicle ↵ | rubidium | |
crashes instead of when they are cleared | |||
2012-05-09 | (svn r24218) -Fix: unbreak Croatian language | rubidium | |