Commit Graph

13177 Commits (23ad97e755628b559868784016e0c1fde5a2d7f3)

Author SHA1 Message Date
frosch 23ad97e755 (svn r24310) -Codechange: Add named constants for the dimensions of settings buttons, and generally make their usage more consistent. 12 years ago
frosch 70d3206320 (svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h 12 years ago
frosch f810c27f53 (svn r24308) -Add: ShowDropDownListAt() for drawing dropdown windows independent of dropdown widgets. 12 years ago
frosch 2626d7ac7c (svn r24307) -Codechange: Move all interaction of the dropdown window with widgets of the parent window to a method of the parent window. 12 years ago
translators 8ac7603ff5 (svn r24304) -Update from WebTranslator v3.0:
czech - 6 changes by RabbRubbish
german - 41 changes by Jogio, NG, planetmaker
lithuanian - 1 changes by Stabilitronas
swedish - 9 changes by Joel_A
12 years ago
translators dd25c54072 (svn r24303) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
czech - 32 changes by RabbRubbish
estonian - 10 changes by KSiimson
spanish - 1 changes by Terkhen
12 years ago
frosch 565892f77e (svn r24302) -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong values after usage of SetGrowthRate(). 12 years ago
translators 43a1155db5 (svn r24301) -Update from WebTranslator v3.0:
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
12 years ago
translators c09c32c370 (svn r24300) -Update from WebTranslator v3.0:
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
12 years ago
frosch ce5391c31c (svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view selectors based on the 4-view selector layout. 12 years ago
frosch 7548de8db8 (svn r24298) -Feature: Display default values for adv. settings in the settings description. 12 years ago
frosch 958711a6d6 (svn r24297) -Codechange: Split DParam-setup for drawing setting values to a separate function. 12 years ago
frosch 059e86c03d (svn r24296) -Codechange: No need to pass a member variable to a member function. 12 years ago
frosch 3926e40eaf (svn r24295) -Fix: STRING1 probably means STRING1. 12 years ago
translators d76d942b94 (svn r24294) -Update from WebTranslator v3.0:
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
12 years ago
alberth 9b11b7e491 (svn r24293) -Fix: Increase the left and right margins of the text in the yes/no query window. 12 years ago
translators ec34b1f1b5 (svn r24292) -Update from WebTranslator v3.0:
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
12 years ago
frosch 1008ceddb8 (svn r24291) -Add: [Script] ScriptEventRoadReconstruction. 12 years ago
frosch 4e074cdbf7 (svn r24290) -Add: [Script] ScriptEventExclusiveTransportRights. 12 years ago
frosch 8824063087 (svn r24289) -Add: [Script] Base class for script events involving a company and a town. 12 years ago
frosch 39b942bc17 (svn r24288) -Fix: squirrel_export should match stuff like 'virtual', 'static' and 'const' only as whole words. 12 years ago
frosch bfaf2bd49c (svn r24287) -Feature [FS#2688]: News item for exclusive transport rights. (based on patch by Grantovich) 12 years ago
frosch e519610e4c (svn r24286) -Add: [GS] Some more GSNews::NewsItem::NewsTypes. 12 years ago
frosch 4afae2c74f (svn r24285) -Codechange: Add a more explcit NewsFlag to indicate that the first string parameter is a vehicle ID. 12 years ago
frosch 2aa43d6c8b (svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead. 12 years ago
frosch c6af35c085 (svn r24283) -Codechange: Add AddTileNewsItem function to preemptively deduplicate code. 12 years ago
frosch ae4681ab4c (svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptively deduplicate code. 12 years ago
frosch 6f35cf016b (svn r24281) -Cleanup: Merge all company news subtypes into a single one; they all behave the same. 12 years ago
frosch e42070221a (svn r24280) -Cleanup: Remove uselessly duplicated code to set string parameters in company news. 12 years ago
frosch 261870502a (svn r24279) -Fix: Someone forgot a call to squirrel_export somewhen. 12 years ago
frosch 798626ce47 (svn r24278) -Codechange: Deduplicate code to read translation tables. 12 years ago
frosch 166c82915e (svn r24277) -Codechange: Store cargo and railtype translation tables in a SmallVector. 12 years ago
frosch 2463525bf5 (svn r24276) -Codechange: Enhance GRFFile with constructor and destructor. 12 years ago
frosch 008dd8d774 (svn r24275) -Codechange: Make SmallVector::FindIndex() const. 12 years ago
translators 54a8764e88 (svn r24274) -Update from WebTranslator v3.0:
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
12 years ago
frosch 2fd194d8dd (svn r24273) -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table. 12 years ago
frosch e4d3f777ec (svn r24272) -Fix: [NewGRF] Load cargo- and railtype-translation during both reservation and activation stage. That way they can be selected using Action7 depending on present cargo- or railtypes. 12 years ago
frosch c73188259a (svn r24271) -Change: Remove latin abbreviations from english strings. 12 years ago
frosch 7fe756fefa (svn r24270) -Add: Missing descriptions for adv. settings. 12 years ago
translators b8340286d0 (svn r24269) -Update from WebTranslator v3.0:
dutch - 5 changes by habell
slovenian - 2 changes by 
ukrainian - 54 changes by edd_k
12 years ago
frosch 70c1e3d21f (svn r24268) -Fix: Use the same colour scheme for the script selection window as in other comparable windows. 12 years ago
translators 5b1db23b8f (svn r24267) -Update from WebTranslator v3.0:
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
12 years ago
translators 67aa61793a (svn r24266) -Update from WebTranslator v3.0:
latvian - 5 changes by Parastais
slovenian - 2 changes by 
swedish - 17 changes by Joel_A
12 years ago
translators 8ce0c87247 (svn r24265) -Update from WebTranslator v3.0:
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
12 years ago
translators 4f6f8b2c4c (svn r24264) -Update from WebTranslator v3.0:
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
12 years ago
translators 22d90742fc (svn r24263) -Update from WebTranslator v3.0:
catalan - 88 changes by arnau
latvian - 1 changes by Parastais
slovenian - 2 changes by 
swedish - 37 changes by Joel_A, Zuu
12 years ago
translators 4bbc0013bc (svn r24262) -Update from WebTranslator v3.0:
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
12 years ago
translators 60a0d398d5 (svn r24261) -Update from WebTranslator v3.0:
latvian - 18 changes by Parastais
russian - 2 changes by Lone_Wolf
slovenian - 2 changes by 
swedish - 3 changes by Joel_A
12 years ago
frosch 279bfa8482 (svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to specators and colour it's caption neutrally grey. 12 years ago
rubidium 800404add1 (svn r24256) -Fix: results of WT3 validation issue 12 years ago