------------------------------------------------------------------------ r24333 | translators | 2012-06-07 19:45:40 +0200 (Thu, 07 Jun 2012) | 9 lines -Update from WebTranslator v3.0: dutch - 2 changes by habell german - 1 changes by Jogio greek - 47 changes by kyrm hungarian - 61 changes by IPG lithuanian - 7 changes by RunisLabs polish - 4 changes by wojteks86 swedish - 2 changes by Joel_A ------------------------------------------------------------------------ r24332 | frosch | 2012-06-07 17:58:59 +0200 (Thu, 07 Jun 2012) | 1 line -Change/Fix [FS#2553]: [NewGRF] Change the length of 8/8 roadvehicles in vehicle lists to 32 pixels; this is in fact the correct length as can be seen in corners for short articulated parts following each other. It also looks fine for most old GRFs, thus there is no need for a switch. ------------------------------------------------------------------------ r24331 | frosch | 2012-06-07 17:41:14 +0200 (Thu, 07 Jun 2012) | 1 line -Change [FS#5204]: [NewGRF] Make bounding boxes of road vehicles change according to the vehicle length to make alignment easier. ------------------------------------------------------------------------ r24330 | frosch | 2012-06-07 17:38:46 +0200 (Thu, 07 Jun 2012) | 1 line -Fix (r24321): Do not use the vehicle list order changes from the previous savegames, but only ever from the current one. ------------------------------------------------------------------------ r24329 | translators | 2012-06-06 19:45:28 +0200 (Wed, 06 Jun 2012) | 7 lines -Update from WebTranslator v3.0: afrikaans - 2 changes by telanus german - 2 changes by Jogio hungarian - 63 changes by IPG polish - 11 changes by wojteks86 swedish - 21 changes by Joel_A ------------------------------------------------------------------------ r24328 | frosch | 2012-06-06 16:03:22 +0200 (Wed, 06 Jun 2012) | 1 line -Codechange: Simplify some silly code. ------------------------------------------------------------------------ r24327 | frosch | 2012-06-06 15:13:05 +0200 (Wed, 06 Jun 2012) | 1 line -Doc: [Script] Improve documentation of ScriptCompany::GetQuarterlyIncome/Expenses(). ------------------------------------------------------------------------ r24326 | translators | 2012-06-05 19:45:44 +0200 (Tue, 05 Jun 2012) | 8 lines -Update from WebTranslator v3.0: afrikaans - 11 changes by telanus dutch - 7 changes by habell german - 5 changes by Jogio greek - 183 changes by kyrm lithuanian - 4 changes by RunisLabs polish - 50 changes by wojteks86 ------------------------------------------------------------------------ r24325 | translators | 2012-06-04 19:45:37 +0200 (Mon, 04 Jun 2012) | 8 lines -Update from WebTranslator v3.0: dutch - 26 changes by habell german - 22 changes by Jogio latvian - 11 changes by Parastais lithuanian - 1 changes by RunisLabs polish - 2 changes by wojteks86 vietnamese - 1 changes by nglekhoi ------------------------------------------------------------------------ r24324 | frosch | 2012-06-04 17:30:29 +0200 (Mon, 04 Jun 2012) | 1 line -Codechange: Turn functions dealing with Textbufs into member functions. ------------------------------------------------------------------------ r24323 | frosch | 2012-06-04 17:29:37 +0200 (Mon, 04 Jun 2012) | 1 line -Codechange: Split Textbuf and associated functions to separate files. ------------------------------------------------------------------------ r24322 | translators | 2012-06-03 19:45:22 +0200 (Sun, 03 Jun 2012) | 6 lines -Update from WebTranslator v3.0: afrikaans - 22 changes by telanus german - 25 changes by Jogio latvian - 3 changes by Parastais lithuanian - 65 changes by Stabilitronas ------------------------------------------------------------------------ r24321 | frosch | 2012-06-03 17:07:27 +0200 (Sun, 03 Jun 2012) | 1 line -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase list properly by source GRF, but also consider engine GRFID overrides. ------------------------------------------------------------------------ r24320 | translators | 2012-06-02 19:45:29 +0200 (Sat, 02 Jun 2012) | 7 lines -Update from WebTranslator v3.0: belarusian - 3 changes by Wowanxm german - 7 changes by Jogio, planetmaker latvian - 1 changes by Parastais lithuanian - 53 changes by RunisLabs swedish - 4 changes by Joel_A ------------------------------------------------------------------------ r24319 | translators | 2012-06-01 19:45:33 +0200 (Fri, 01 Jun 2012) | 7 lines -Update from WebTranslator v3.0: afrikaans - 19 changes by telanus belarusian - 1 changes by Wowanxm dutch - 11 changes by habell german - 1 changes by planetmaker lithuanian - 30 changes by RunisLabs ------------------------------------------------------------------------ r24318 | frosch | 2012-06-01 17:20:18 +0200 (Fri, 01 Jun 2012) | 1 line -Feature: Add dropdowns to NewGRF configurations, if all values have labels. ------------------------------------------------------------------------ r24317 | frosch | 2012-06-01 17:19:59 +0200 (Fri, 01 Jun 2012) | 1 line -Feature: Add dropdowns to AI configurations, if all values have labels. ------------------------------------------------------------------------ r24316 | frosch | 2012-06-01 17:19:38 +0200 (Fri, 01 Jun 2012) | 1 line -Feature: Allow setting adv. settings with limited range using a dropdown list. ------------------------------------------------------------------------ r24315 | frosch | 2012-06-01 17:13:34 +0200 (Fri, 01 Jun 2012) | 1 line -Fix: Make the AI settings window behave more like the other settings window by closing the query window whenever selecting a different row. ------------------------------------------------------------------------ r24314 | frosch | 2012-06-01 17:12:52 +0200 (Fri, 01 Jun 2012) | 1 line -Fix: Editing NewGRF parameters using the query window showed wrong values, if there was no direct relation between parameter index and parameter register. ------------------------------------------------------------------------ r24313 | frosch | 2012-06-01 17:08:40 +0200 (Fri, 01 Jun 2012) | 1 line -Fix: Some obiwans wrt. clicking on setting buttons. ------------------------------------------------------------------------ r24312 | frosch | 2012-06-01 16:42:48 +0200 (Fri, 01 Jun 2012) | 1 line -Change: Center the settings buttons in the AI and NewGRF config windows. ------------------------------------------------------------------------ r24311 | frosch | 2012-06-01 16:41:47 +0200 (Fri, 01 Jun 2012) | 1 line -Add: DrawDropDownButton() to draw dropdown buttons independent of actual widgets. ------------------------------------------------------------------------ r24310 | frosch | 2012-06-01 16:41:09 +0200 (Fri, 01 Jun 2012) | 1 line -Codechange: Add named constants for the dimensions of settings buttons, and generally make their usage more consistent. ------------------------------------------------------------------------ r24309 | frosch | 2012-06-01 12:44:45 +0200 (Fri, 01 Jun 2012) | 1 line -Codechange: Split some functions from gui.h to settings_gui.h ------------------------------------------------------------------------ r24308 | frosch | 2012-06-01 12:43:50 +0200 (Fri, 01 Jun 2012) | 1 line -Add: ShowDropDownListAt() for drawing dropdown windows independent of dropdown widgets. ------------------------------------------------------------------------ r24307 | frosch | 2012-06-01 12:42:46 +0200 (Fri, 01 Jun 2012) | 1 line -Codechange: Move all interaction of the dropdown window with widgets of the parent window to a method of the parent window. ------------------------------------------------------------------------ r24304 | translators | 2012-05-31 19:45:23 +0200 (Thu, 31 May 2012) | 6 lines -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 ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------