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)

Mon, 28 Aug 2006 06:05:04 +0000(svn r6180) Use a switch instead of function pointers to choose the blitter
tron [Mon, 28 Aug 2006 06:05:04 +0000] rev 4425
(svn r6180) Use a switch instead of function pointers to choose the blitter

Sun, 27 Aug 2006 22:08:40 +0000(svn r6179) - Silence the old npf warnings
glx [Sun, 27 Aug 2006 22:08:40 +0000] rev 4424
(svn r6179) - Silence the old npf warnings

Sun, 27 Aug 2006 21:20:29 +0000(svn r6178) -Fix r5886: only setting ->money64 isn't enough, as some routines still use ->player_money.
truelight [Sun, 27 Aug 2006 21:20:29 +0000] rev 4423
(svn r6178) -Fix r5886: only setting ->money64 isn't enough, as some routines still use ->player_money.
Because of this, when a player went bankrupt, still not all stuff was removed.