Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-01 | (svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h | frosch | |
2012-06-01 | (svn r24308) -Add: ShowDropDownListAt() for drawing dropdown windows ↵ | frosch | |
independent of dropdown widgets. | |||
2012-06-01 | (svn r24307) -Codechange: Move all interaction of the dropdown window with ↵ | frosch | |
widgets of the parent window to a method of the parent window. | |||
2012-05-31 | (svn r24304) -Update from WebTranslator v3.0: | translators | |
czech - 6 changes by RabbRubbish german - 41 changes by Jogio, NG, planetmaker lithuanian - 1 changes by Stabilitronas swedish - 9 changes by Joel_A | |||
2012-05-30 | (svn r24303) -Update from WebTranslator v3.0: | translators | |
croatian - 1 changes by VoyagerOne czech - 32 changes by RabbRubbish estonian - 10 changes by KSiimson spanish - 1 changes by Terkhen | |||
2012-05-30 | (svn r24302) -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong ↵ | frosch | |
values after usage of SetGrowthRate(). | |||
2012-05-29 | (svn r24301) -Update from WebTranslator v3.0: | translators | |
catalan - 1 changes by mtormo czech - 22 changes by RabbRubbish danish - 2 changes by beruic german - 218 changes by NG italian - 1 changes by lorenzodv romanian - 4 changes by tonny russian - 1 changes by edd_k ukrainian - 4 changes by edd_k | |||
2012-05-28 | (svn r24300) -Update from WebTranslator v3.0: | translators | |
belarusian - 2 changes by Wowanxm czech - 1 changes by Eskymak danish - 10 changes by beruic english_US - 1 changes by Rubidium finnish - 1 changes by jpx_ french - 1 changes by glx latvian - 3 changes by Parastais lithuanian - 3 changes by Stabilitronas swedish - 9 changes by Joel_A | |||
2012-05-28 | (svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view ↵ | frosch | |
selectors based on the 4-view selector layout. | |||
2012-05-28 | (svn r24298) -Feature: Display default values for adv. settings in the ↵ | frosch | |
settings description. | |||
2012-05-28 | (svn r24297) -Codechange: Split DParam-setup for drawing setting values to a ↵ | frosch | |
separate function. | |||
2012-05-28 | (svn r24296) -Codechange: No need to pass a member variable to a member ↵ | frosch | |
function. | |||
2012-05-28 | (svn r24295) -Fix: STRING1 probably means STRING1. | frosch | |
2012-05-27 | (svn r24294) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by arnau traditional_chinese - 1 changes by Luper croatian - 7 changes by VoyagerOne danish - 3 changes by beruic dutch - 9 changes by mazele finnish - 2 changes by jpx_ french - 7 changes by OliTTD german - 1 changes by NG italian - 2 changes by lorenzodv latvian - 3 changes by Parastais lithuanian - 19 changes by Stabilitronas romanian - 56 changes by tonny russian - 2 changes by Lone_Wolf | |||
2012-05-26 | (svn r24293) -Fix: Increase the left and right margins of the text in the ↵ | alberth | |
yes/no query window. | |||
2012-05-26 | (svn r24292) -Update from WebTranslator v3.0: | translators | |
belarusian - 15 changes by Wowanxm catalan - 6 changes by arnau english_US - 2 changes by Rubidium finnish - 6 changes by jpx_ italian - 14 changes by lorenzodv korean - 4 changes by telk5093 russian - 3 changes by Lone_Wolf spanish - 2 changes by Terkhen swedish - 3 changes by Joel_A | |||
2012-05-26 | (svn r24291) -Add: [Script] ScriptEventRoadReconstruction. | frosch | |
2012-05-26 | (svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights. | frosch | |
2012-05-26 | (svn r24289) -Add: [Script] Base class for script events involving a company ↵ | frosch | |
and a town. | |||
2012-05-26 | (svn r24288) -Fix: squirrel_export should match stuff like 'virtual', ↵ | frosch | |
'static' and 'const' only as whole words. | |||
2012-05-26 | (svn r24287) -Feature [FS#2688]: News item for exclusive transport rights. ↵ | frosch | |
(based on patch by Grantovich) | |||
2012-05-26 | (svn r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes. | frosch | |
2012-05-26 | (svn r24285) -Codechange: Add a more explcit NewsFlag to indicate that the ↵ | frosch | |
first string parameter is a vehicle ID. | |||
2012-05-26 | (svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ↵ | frosch | |
NewsFlag instead. | |||
2012-05-26 | (svn r24283) -Codechange: Add AddTileNewsItem function to preemptively ↵ | frosch | |
deduplicate code. | |||
2012-05-26 | (svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to ↵ | frosch | |
preemptively deduplicate code. | |||
2012-05-26 | (svn r24281) -Cleanup: Merge all company news subtypes into a single one; ↵ | frosch | |
they all behave the same. | |||
2012-05-26 | (svn r24280) -Cleanup: Remove uselessly duplicated code to set string ↵ | frosch | |
parameters in company news. | |||
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 | |