Tue, 29 Aug 2006 00:17:47 +0000(svn r6205) -CodeChange : use a switch case instead of a cascade of if
belugas [Tue, 29 Aug 2006 00:17:47 +0000] rev 4435
(svn r6205) -CodeChange : use a switch case instead of a cascade of if
-CodeChange : rename var Engine *e to Engine *eng, since we have WindowEvent *e in same fnct
-CodeChange : fix a broken tabulation on a switch case. SOme breathing spaces too

Mon, 28 Aug 2006 18:53:03 +0000(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
rubidium [Mon, 28 Aug 2006 18:53:03 +0000] rev 4434
(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.

Mon, 28 Aug 2006 12:57:33 +0000(svn r6197) WebTranslator2 update to 2006-08-28 14:57:10
miham [Mon, 28 Aug 2006 12:57:33 +0000] rev 4433
(svn r6197) WebTranslator2 update to 2006-08-28 14:57:10
american - 10 fixed, 12 changed by WhiteRabbit (22)
portuguese - 4 changed by izhirahider (4)

Mon, 28 Aug 2006 10:14:37 +0000(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.
rubidium [Mon, 28 Aug 2006 10:14:37 +0000] rev 4432
(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.

Mon, 28 Aug 2006 09:13:33 +0000(svn r6186) -Fix [FS#309]: add an override system to the dynamically determined size of steps for numeric patch settings in the 'Configure patches' GUI.
rubidium [Mon, 28 Aug 2006 09:13:33 +0000] rev 4431
(svn r6186) -Fix [FS#309]: add an override system to the dynamically determined size of steps for numeric patch settings in the 'Configure patches' GUI.
The size of these steps normally about (max - min) / 50, which results in steps of 100 000 years for the start year, end year, network restart year and the year of introduction of coloured newspapers.

Mon, 28 Aug 2006 08:44:13 +0000(svn r6185) WebTranslator2 update to 2006-08-28 10:43:48
miham [Mon, 28 Aug 2006 08:44:13 +0000] rev 4430
(svn r6185) WebTranslator2 update to 2006-08-28 10:43:48
danish - 36 fixed, 12 changed by trenskow (48)
french - 2 changed by glx (2)
italian - 36 fixed, 5 changed by sidew (41)

Mon, 28 Aug 2006 07:33:51 +0000(svn r6184) Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions
tron [Mon, 28 Aug 2006 07:33:51 +0000] rev 4429
(svn r6184) Remove the unused (because it was NULL in all callers) second parameter of FillDrawPixelInfo() and simplify some expressions

Mon, 28 Aug 2006 06:21:48 +0000(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
tron [Mon, 28 Aug 2006 06:21:48 +0000] rev 4428
(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]

Mon, 28 Aug 2006 06:18:35 +0000(svn r6182) -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r6167)
bjarni [Mon, 28 Aug 2006 06:18:35 +0000] rev 4427
(svn r6182) -Code cleanup: replaced one (1 << 8) with SHARE_FLAG (missed in r6167)

Mon, 28 Aug 2006 06:13:16 +0000(svn r6181) -Fix r6161: The list of vehicles using a certain station got a bit of display code mixed up with the list of vehicles with shared orders (nycom)
bjarni [Mon, 28 Aug 2006 06:13:16 +0000] rev 4426
(svn r6181) -Fix r6161: The list of vehicles using a certain station got a bit of display code mixed up with the list of vehicles with shared orders (nycom)