------------------------------------------------------------------------ r24303 | translators | 2012-05-30 19:45:23 +0200 (Wed, 30 May 2012) | 6 lines -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 ------------------------------------------------------------------------ r24302 | frosch | 2012-05-30 16:54:44 +0200 (Wed, 30 May 2012) | 1 line -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong values after usage of SetGrowthRate(). ------------------------------------------------------------------------ r24301 | translators | 2012-05-29 19:45:41 +0200 (Tue, 29 May 2012) | 10 lines -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 ------------------------------------------------------------------------ r24300 | translators | 2012-05-28 19:46:27 +0200 (Mon, 28 May 2012) | 11 lines -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 ------------------------------------------------------------------------ r24299 | frosch | 2012-05-28 15:44:55 +0200 (Mon, 28 May 2012) | 1 line -Change [FS#5057]: Center object previews in 1- and 2-view selectors based on the 4-view selector layout. ------------------------------------------------------------------------ r24298 | frosch | 2012-05-28 15:34:46 +0200 (Mon, 28 May 2012) | 1 line -Feature: Display default values for adv. settings in the settings description. ------------------------------------------------------------------------ r24297 | frosch | 2012-05-28 15:32:38 +0200 (Mon, 28 May 2012) | 1 line -Codechange: Split DParam-setup for drawing setting values to a separate function. ------------------------------------------------------------------------ r24296 | frosch | 2012-05-28 15:29:05 +0200 (Mon, 28 May 2012) | 1 line -Codechange: No need to pass a member variable to a member function. ------------------------------------------------------------------------ r24295 | frosch | 2012-05-28 15:23:58 +0200 (Mon, 28 May 2012) | 1 line -Fix: STRING1 probably means STRING1. ------------------------------------------------------------------------ r24294 | translators | 2012-05-27 19:46:09 +0200 (Sun, 27 May 2012) | 15 lines -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 ------------------------------------------------------------------------ r24293 | alberth | 2012-05-26 23:30:38 +0200 (Sat, 26 May 2012) | 2 lines -Fix: Increase the left and right margins of the text in the yes/no query window. ------------------------------------------------------------------------ r24292 | translators | 2012-05-26 19:45:46 +0200 (Sat, 26 May 2012) | 11 lines -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 ------------------------------------------------------------------------ r24291 | frosch | 2012-05-26 16:16:45 +0200 (Sat, 26 May 2012) | 3 lines -Add: [Script] ScriptEventRoadReconstruction. ------------------------------------------------------------------------ r24290 | frosch | 2012-05-26 16:16:38 +0200 (Sat, 26 May 2012) | 3 lines -Add: [Script] ScriptEventExclusiveTransportRights. ------------------------------------------------------------------------ r24289 | frosch | 2012-05-26 16:16:32 +0200 (Sat, 26 May 2012) | 3 lines -Add: [Script] Base class for script events involving a company and a town. ------------------------------------------------------------------------ r24288 | frosch | 2012-05-26 16:16:27 +0200 (Sat, 26 May 2012) | 3 lines -Fix: squirrel_export should match stuff like 'virtual', 'static' and 'const' only as whole words. ------------------------------------------------------------------------ r24287 | frosch | 2012-05-26 16:16:23 +0200 (Sat, 26 May 2012) | 3 lines -Feature [FS#2688]: News item for exclusive transport rights. (based on patch by Grantovich) ------------------------------------------------------------------------ r24286 | frosch | 2012-05-26 16:16:12 +0200 (Sat, 26 May 2012) | 3 lines -Add: [GS] Some more GSNews::NewsItem::NewsTypes. ------------------------------------------------------------------------ r24285 | frosch | 2012-05-26 16:16:07 +0200 (Sat, 26 May 2012) | 3 lines -Codechange: Add a more explcit NewsFlag to indicate that the first string parameter is a vehicle ID. ------------------------------------------------------------------------ r24284 | frosch | 2012-05-26 16:16:03 +0200 (Sat, 26 May 2012) | 3 lines -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead. ------------------------------------------------------------------------ r24283 | frosch | 2012-05-26 16:15:57 +0200 (Sat, 26 May 2012) | 3 lines -Codechange: Add AddTileNewsItem function to preemptively deduplicate code. ------------------------------------------------------------------------ r24282 | frosch | 2012-05-26 16:15:52 +0200 (Sat, 26 May 2012) | 3 lines -Codechange: Add AddVehicleAdviceNewsItem function to preemptively deduplicate code. ------------------------------------------------------------------------ r24281 | frosch | 2012-05-26 16:15:46 +0200 (Sat, 26 May 2012) | 3 lines -Cleanup: Merge all company news subtypes into a single one; they all behave the same. ------------------------------------------------------------------------ r24280 | frosch | 2012-05-26 16:15:41 +0200 (Sat, 26 May 2012) | 3 lines -Cleanup: Remove uselessly duplicated code to set string parameters in company news. ------------------------------------------------------------------------ r24279 | frosch | 2012-05-26 10:19:33 +0200 (Sat, 26 May 2012) | 1 line -Fix: Someone forgot a call to squirrel_export somewhen. ------------------------------------------------------------------------ r24278 | frosch | 2012-05-25 23:00:00 +0200 (Fri, 25 May 2012) | 1 line -Codechange: Deduplicate code to read translation tables. ------------------------------------------------------------------------ r24277 | frosch | 2012-05-25 22:57:36 +0200 (Fri, 25 May 2012) | 1 line -Codechange: Store cargo and railtype translation tables in a SmallVector. ------------------------------------------------------------------------ r24276 | frosch | 2012-05-25 22:54:54 +0200 (Fri, 25 May 2012) | 1 line -Codechange: Enhance GRFFile with constructor and destructor. ------------------------------------------------------------------------ r24275 | frosch | 2012-05-25 22:52:11 +0200 (Fri, 25 May 2012) | 1 line -Codechange: Make SmallVector::FindIndex() const. ------------------------------------------------------------------------ r24274 | translators | 2012-05-25 19:45:31 +0200 (Fri, 25 May 2012) | 8 lines -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 ------------------------------------------------------------------------ r24273 | frosch | 2012-05-25 19:23:19 +0200 (Fri, 25 May 2012) | 1 line -Fix: [NewGRF] GetReverseCargoTranslation() was unnecessary complicated and also returned the wrong thing for cargos not present in the translation table. ------------------------------------------------------------------------ r24272 | frosch | 2012-05-25 18:52:18 +0200 (Fri, 25 May 2012) | 1 line -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. ------------------------------------------------------------------------ r24271 | frosch | 2012-05-25 18:11:20 +0200 (Fri, 25 May 2012) | 1 line -Change: Remove latin abbreviations from english strings. ------------------------------------------------------------------------ r24270 | frosch | 2012-05-25 18:03:54 +0200 (Fri, 25 May 2012) | 1 line -Add: Missing descriptions for adv. settings. ------------------------------------------------------------------------ r24269 | translators | 2012-05-24 19:45:19 +0200 (Thu, 24 May 2012) | 5 lines -Update from WebTranslator v3.0: dutch - 5 changes by habell slovenian - 2 changes by ukrainian - 54 changes by edd_k ------------------------------------------------------------------------ r24268 | frosch | 2012-05-23 21:07:34 +0200 (Wed, 23 May 2012) | 1 line -Fix: Use the same colour scheme for the script selection window as in other comparable windows. ------------------------------------------------------------------------ r24267 | translators | 2012-05-23 19:45:34 +0200 (Wed, 23 May 2012) | 8 lines -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 ------------------------------------------------------------------------ r24266 | translators | 2012-05-22 19:45:20 +0200 (Tue, 22 May 2012) | 5 lines -Update from WebTranslator v3.0: latvian - 5 changes by Parastais slovenian - 2 changes by swedish - 17 changes by Joel_A ------------------------------------------------------------------------