Wed, 26 Apr 2006 21:48:22 +0000(svn r4586) - Codechange: Recursive commands that rely on _error_message to handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used (see FS#130 prior to r4585). Now properly reset the global variable _error_message in these cases.
Darkvater [Wed, 26 Apr 2006 21:48:22 +0000] rev 3671
(svn r4586) - Codechange: Recursive commands that rely on _error_message to handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used (see FS#130 prior to r4585). Now properly reset the global variable _error_message in these cases.

Wed, 26 Apr 2006 21:44:22 +0000(svn r4585) - Fix [FS#130] - Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road.
Darkvater [Wed, 26 Apr 2006 21:44:22 +0000] rev 3670
(svn r4585) - Fix [FS#130] - Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road.

Wed, 26 Apr 2006 21:10:01 +0000(svn r4584) CodeChange : Cleanup of industry_cmd (Step-3).
belugas [Wed, 26 Apr 2006 21:10:01 +0000] rev 3669
(svn r4584) CodeChange : Cleanup of industry_cmd (Step-3).
Renaming GetIndustrySpecification to GetIndustrySpec. Looks better.
Removing the _industry_prod_up/down/close_strings
in favor of IndustrySpec.closure/production_up/down_text;
A few reformatting along the way.
Work of tfc_team

Wed, 26 Apr 2006 20:44:28 +0000(svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however.
peter1138 [Wed, 26 Apr 2006 20:44:28 +0000] rev 3668
(svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however.

Wed, 26 Apr 2006 20:18:29 +0000(svn r4582) - NewGRF: include an additional check to see if a spriteset id is within range.
peter1138 [Wed, 26 Apr 2006 20:18:29 +0000] rev 3667
(svn r4582) - NewGRF: include an additional check to see if a spriteset id is within range.

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