Wed, 26 Apr 2006 19:42:05 +0000(svn r4581) - NewGRF: replace replicated action 2 code with two functions to simplify code somewhat. Also check that a sprite id is
peter1138 [Wed, 26 Apr 2006 19:42:05 +0000] rev 3666
(svn r4581) - NewGRF: replace replicated action 2 code with two functions to simplify code somewhat. Also check that a sprite id is
valid.

Wed, 26 Apr 2006 19:22:29 +0000(svn r4580) WebTranslator2 update to 2006-04-26 21:06:07
miham [Wed, 26 Apr 2006 19:22:29 +0000] rev 3665
(svn r4580) WebTranslator2 update to 2006-04-26 21:06:07
czech - 5 fixed, 1 changed by Hadez (6)
dutch - 1 fixed by Zr40 (1)
hungarian - 1 fixed by miham (1)
italian - 3 fixed by sidew (3)
polish - 3 fixed, 1 changed by meush (4)
portuguese - 4 changed by izhirahider (4)

Wed, 26 Apr 2006 17:16:57 +0000(svn r4579) - NewGRF: move sprite group struct to newgrf_spritegroup.h. Temporary include in sprite.h until new spritegroup code is in place.
peter1138 [Wed, 26 Apr 2006 17:16:57 +0000] rev 3664
(svn r4579) - NewGRF: move sprite group struct to newgrf_spritegroup.h. Temporary include in sprite.h until new spritegroup code is in place.

Wed, 26 Apr 2006 17:01:27 +0000(svn r4578) CodeChange : Cleanup of industry_cmd (Step-2).
belugas [Wed, 26 Apr 2006 17:01:27 +0000] rev 3663
(svn r4578) CodeChange : Cleanup of industry_cmd (Step-2).
Removing the _industry_min_cargo[] in favor of IndustrySpec.minimal_cargo,
IndustrySpec.a,b,c are now conflicting[], add an enum for IndustrySpec.checkproc
Work of tfc_team

Wed, 26 Apr 2006 14:58:06 +0000(svn r4577) CodeChange : Cleanup of industry_cmd (Step-1).
belugas [Wed, 26 Apr 2006 14:58:06 +0000] rev 3662
(svn r4577) CodeChange : Cleanup of industry_cmd (Step-1).
Add an accessor to _industry_specs array.
Work of tfc_team

Wed, 26 Apr 2006 01:33:46 +0000(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape.
belugas [Wed, 26 Apr 2006 01:33:46 +0000] rev 3661
(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropic landscape.
This bug is from the original game.

Tue, 25 Apr 2006 14:30:11 +0000(svn r4575) - Fix (r4574): hand-fixed the hand-fixed german language file which was broken in previous commit.
Darkvater [Tue, 25 Apr 2006 14:30:11 +0000] rev 3660
(svn r4575) - Fix (r4574): hand-fixed the hand-fixed german language file which was broken in previous commit.

Tue, 25 Apr 2006 13:18:26 +0000(svn r4574) hand-fixed german.txt (a 0x00 caused some sort of problems)
miham [Tue, 25 Apr 2006 13:18:26 +0000] rev 3659
(svn r4574) hand-fixed german.txt (a 0x00 caused some sort of problems)

Tue, 25 Apr 2006 12:37:09 +0000(svn r4573) [WebTranslator2] string commitment (commitlog lost again, but this time bug me!)
miham [Tue, 25 Apr 2006 12:37:09 +0000] rev 3658
(svn r4573) [WebTranslator2] string commitment (commitlog lost again, but this time bug me!)

Tue, 25 Apr 2006 07:32:33 +0000(svn r4572) Remove vehicle_leave_tile_proc
tron [Tue, 25 Apr 2006 07:32:33 +0000] rev 3657
(svn r4572) Remove vehicle_leave_tile_proc
There's exactly one implemented function (unbarring a level crossing) and one place where it can be triggered (a train leaves a level crossing)
It's a bit overkill, so just handle this one case where it can happen