Tue, 29 Aug 2006 19:46:31 +0000(svn r6223) -Fix: RVs with empty order list were able to enter the depot or road stop from the back. I introduced this bug when I "improved" GetTileTrackStatus(). (thanks glx for the report and fix).
KUDr [Tue, 29 Aug 2006 19:46:31 +0000] rev 4445
(svn r6223) -Fix: RVs with empty order list were able to enter the depot or road stop from the back. I introduced this bug when I "improved" GetTileTrackStatus(). (thanks glx for the report and fix).

Tue, 29 Aug 2006 19:26:13 +0000(svn r6222) Remove struct ColorList, because the names of its attributes are plain confusing
tron [Tue, 29 Aug 2006 19:26:13 +0000] rev 4444
(svn r6222) Remove struct ColorList, because the names of its attributes are plain confusing
All the struct holds is a simple colour gradient, so using a simple array with 8 entries is more clear
Also add the names of colour the gradients as enum

Tue, 29 Aug 2006 18:50:15 +0000(svn r6220) -Fix: added missing space in a string for Catalan town names (Arnau)
bjarni [Tue, 29 Aug 2006 18:50:15 +0000] rev 4443
(svn r6220) -Fix: added missing space in a string for Catalan town names (Arnau)

Tue, 29 Aug 2006 17:41:13 +0000(svn r6215) -Codechange: [vehicle list windows] unified Player(vehicle)WndProc into PlayerVehWndProc
bjarni [Tue, 29 Aug 2006 17:41:13 +0000] rev 4442
(svn r6215) -Codechange: [vehicle list windows] unified Player(vehicle)WndProc into PlayerVehWndProc
Those 4 unified functions were really much alike, so there was no reason to have so much dublicated code

Tue, 29 Aug 2006 14:45:39 +0000(svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)
bjarni [Tue, 29 Aug 2006 14:45:39 +0000] rev 4441
(svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)

Tue, 29 Aug 2006 06:50:47 +0000(svn r6212) Remove dependency on window.h from station.h
tron [Tue, 29 Aug 2006 06:50:47 +0000] rev 4440
(svn r6212) Remove dependency on window.h from station.h

Tue, 29 Aug 2006 06:43:22 +0000(svn r6211) Commit file forgotten in r6210
tron [Tue, 29 Aug 2006 06:43:22 +0000] rev 4439
(svn r6211) Commit file forgotten in r6210

Tue, 29 Aug 2006 06:39:00 +0000(svn r6210) Remove FR_NOBORDER, because it is exclusivly used in conjunction with FR_TRANSPARENT
tron [Tue, 29 Aug 2006 06:39:00 +0000] rev 4438
(svn r6210) Remove FR_NOBORDER, because it is exclusivly used in conjunction with FR_TRANSPARENT

Tue, 29 Aug 2006 06:07:57 +0000(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_color_list) which the renderer shouldn't have know about
tron [Tue, 29 Aug 2006 06:07:57 +0000] rev 4437
(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_color_list) which the renderer shouldn't have know about

Tue, 29 Aug 2006 06:03:26 +0000(svn r6208) Reduce the number of induction variables for clarity
tron [Tue, 29 Aug 2006 06:03:26 +0000] rev 4436
(svn r6208) Reduce the number of induction variables for clarity

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)

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.

Sun, 27 Aug 2006 20:30:10 +0000(svn r6177) WebTranslator2 update to 2006-08-27 22:29:43
miham [Sun, 27 Aug 2006 20:30:10 +0000] rev 4422
(svn r6177) WebTranslator2 update to 2006-08-27 22:29:43
czech - 70 fixed, 12 changed by Hadez (82)
german - 4 changed by Neonox (4)
italian - 56 fixed, 8 changed by sidew (64)
portuguese - 2 fixed by izhirahider (2)

Sun, 27 Aug 2006 15:26:58 +0000(svn r6176) -Fix r6052: I assumed an typedefd enum would be an uint8, which is a really stupid thing to assume.
truelight [Sun, 27 Aug 2006 15:26:58 +0000] rev 4421
(svn r6176) -Fix r6052: I assumed an typedefd enum would be an uint8, which is a really stupid thing to assume.
This caused nasty endian bugs. Thank you SO MUCH Osai for all your time in debugging this!! And tnx Rubidium for spotting :)

Sun, 27 Aug 2006 15:21:10 +0000(svn r6175) WebTranslator2 update to 2006-08-27 17:18:26
miham [Sun, 27 Aug 2006 15:21:10 +0000] rev 4420
(svn r6175) WebTranslator2 update to 2006-08-27 17:18:26
french - 10 fixed, 12 changed by glx (22)
german - 1 fixed by Neonox (1)
polish - 10 fixed, 12 changed by meush (22)
portuguese - 11 fixed, 8 changed by izhirahider (19)

Sun, 27 Aug 2006 14:28:23 +0000(svn r6174) -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater)
KUDr [Sun, 27 Aug 2006 14:28:23 +0000] rev 4419
(svn r6174) -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater)

Sun, 27 Aug 2006 12:09:06 +0000(svn r6173) WebTranslator2 update to 2006-08-27 14:08:35
miham [Sun, 27 Aug 2006 12:09:06 +0000] rev 4418
(svn r6173) WebTranslator2 update to 2006-08-27 14:08:35
danish - 35 fixed by trenskow (35)
german - 9 fixed, 8 changed by Neonox (17)
hungarian - 10 fixed, 12 changed by miham (22)
portuguese - 9 fixed by izhirahider (9)
slovak - 2 fixed by lengyel (2)
turkish - 1 fixed by jnmbk (1)

Sun, 27 Aug 2006 10:49:43 +0000(svn r6170) -Feature: save max_companies/clients/spectators in the config file.
Darkvater [Sun, 27 Aug 2006 10:49:43 +0000] rev 4417
(svn r6170) -Feature: save max_companies/clients/spectators in the config file.

Sun, 27 Aug 2006 10:04:33 +0000(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be
Darkvater [Sun, 27 Aug 2006 10:04:33 +0000] rev 4416
(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be
integral to strings.c