Sun, 16 Apr 2006 17:48:40 +0000(svn r4451) WebTranslator2 daily commit
miham [Sun, 16 Apr 2006 17:48:40 +0000] rev 3569
(svn r4451) WebTranslator2 daily commit
[dutch] 49 strings fixed by Zr40
[polish] 152 strings fixed by MeusH

Sun, 16 Apr 2006 17:29:37 +0000(svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.
peter1138 [Sun, 16 Apr 2006 17:29:37 +0000] rev 3568
(svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.

Sun, 16 Apr 2006 17:05:45 +0000(svn r4449) - NewStations, remove parameter to use first custom station when building a railway station. The parameters will be
peter1138 [Sun, 16 Apr 2006 17:05:45 +0000] rev 3567
(svn r4449) - NewStations, remove parameter to use first custom station when building a railway station. The parameters will be
changing.

Sun, 16 Apr 2006 11:33:26 +0000(svn r4447) - NewGRF: It seems I committed printing action NOP Action 0x0C which is mainly used for comments. So leave it in, but fix the created warning. Use proper action name for check_length() in Action 0x10
Darkvater [Sun, 16 Apr 2006 11:33:26 +0000] rev 3566
(svn r4447) - NewGRF: It seems I committed printing action NOP Action 0x0C which is mainly used for comments. So leave it in, but fix the created warning. Use proper action name for check_length() in Action 0x10

Sun, 16 Apr 2006 11:26:23 +0000(svn r4446) - Add function to determine if a Sprite ID exists.
peter1138 [Sun, 16 Apr 2006 11:26:23 +0000] rev 3565
(svn r4446) - Add function to determine if a Sprite ID exists.

Sun, 16 Apr 2006 10:26:46 +0000(svn r4445) -Fix: FS#108 Danish name generator bug
bjarni [Sun, 16 Apr 2006 10:26:46 +0000] rev 3564
(svn r4445) -Fix: FS#108 Danish name generator bug
this was actually not a bug in the generator, but rather it saved/loaded the setting danish as swiss (the previous in the list)

Sun, 16 Apr 2006 10:03:15 +0000(svn r4444) [WebTranslator2 commir] Dutch, Polish affected
miham [Sun, 16 Apr 2006 10:03:15 +0000] rev 3563
(svn r4444) [WebTranslator2 commir] Dutch, Polish affected

Sat, 15 Apr 2006 22:16:47 +0000(svn r4440) - Fix: Yoyo-effect of rail in desert/snow introduced by r4379. When a special groundtype below the track is encountered in the tileloop, always return even if groundtype hasn't changed.
Darkvater [Sat, 15 Apr 2006 22:16:47 +0000] rev 3562
(svn r4440) - Fix: Yoyo-effect of rail in desert/snow introduced by r4379. When a special groundtype below the track is encountered in the tileloop, always return even if groundtype hasn't changed.

Sat, 15 Apr 2006 21:27:59 +0000(svn r4439) - NewGRF: Add support for Action 0x10. This also required an extra pre-stage (before initialize and activation) to scan the GRF file for GOTO labels. Big thanks for peter1138 for the guidance and answers, as well as parts of the code.
Darkvater [Sat, 15 Apr 2006 21:27:59 +0000] rev 3561
(svn r4439) - NewGRF: Add support for Action 0x10. This also required an extra pre-stage (before initialize and activation) to scan the GRF file for GOTO labels. Big thanks for peter1138 for the guidance and answers, as well as parts of the code.

Sat, 15 Apr 2006 20:07:42 +0000(svn r4435) - Fix: an assertion triggered when trying to remove a bridge with the remove-tool (r4348 surfaced this). In CmdRemoveRoad tiletype was not checked for ownership. Intorudce IsLevelCrossingTile() which checks if a tile is a crossing without knowing the type. Suggested by peter1138 and Tron.
Darkvater [Sat, 15 Apr 2006 20:07:42 +0000] rev 3560
(svn r4435) - Fix: an assertion triggered when trying to remove a bridge with the remove-tool (r4348 surfaced this). In CmdRemoveRoad tiletype was not checked for ownership. Intorudce IsLevelCrossingTile() which checks if a tile is a crossing without knowing the type. Suggested by peter1138 and Tron.