Mon, 01 May 2006 09:25:23 +0000(svn r4639) -Feature: Turkish town names (jnmbk)
celestar [Mon, 01 May 2006 09:25:23 +0000] rev 3698
(svn r4639) -Feature: Turkish town names (jnmbk)

Mon, 01 May 2006 08:37:54 +0000(svn r4638) - Codestyle: replacing aligning tabs with spaces
peter1138 [Mon, 01 May 2006 08:37:54 +0000] rev 3697
(svn r4638) - Codestyle: replacing aligning tabs with spaces

Mon, 01 May 2006 06:38:36 +0000(svn r4636) - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p)
peter1138 [Mon, 01 May 2006 06:38:36 +0000] rev 3696
(svn r4636) - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p)

Sun, 30 Apr 2006 18:41:16 +0000(svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)
peter1138 [Sun, 30 Apr 2006 18:41:16 +0000] rev 3695
(svn r4632) - NewGRF: support loading of helicopter rotor sprites (mart3p)

Sun, 30 Apr 2006 18:39:31 +0000(svn r4631) - NewGRF: fix incorrect length check
peter1138 [Sun, 30 Apr 2006 18:39:31 +0000] rev 3694
(svn r4631) - NewGRF: fix incorrect length check

Sun, 30 Apr 2006 18:19:37 +0000(svn r4629) - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone.
peter1138 [Sun, 30 Apr 2006 18:19:37 +0000] rev 3693
(svn r4629) - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone.

Sat, 29 Apr 2006 14:31:16 +0000(svn r4623) - Codechange: s/byte/PlayerID/
Darkvater [Sat, 29 Apr 2006 14:31:16 +0000] rev 3692
(svn r4623) - Codechange: s/byte/PlayerID/

Sat, 29 Apr 2006 09:47:43 +0000(svn r4619) -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and try to document it a little.
celestar [Sat, 29 Apr 2006 09:47:43 +0000] rev 3691
(svn r4619) -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and try to document it a little.
if anyone comes up with an idea on how to simplify this thing a bit, I'd be grateful

Sat, 29 Apr 2006 07:26:57 +0000(svn r4616) - NewGRF: when evaluating a variable adjustment, give our value the correct type after rather than before it has been adjusted.
peter1138 [Sat, 29 Apr 2006 07:26:57 +0000] rev 3690
(svn r4616) - NewGRF: when evaluating a variable adjustment, give our value the correct type after rather than before it has been adjusted.

Fri, 28 Apr 2006 21:58:16 +0000(svn r4614) CodeChange : Cleanup of industry_cmd (Step-4).
belugas [Fri, 28 Apr 2006 21:58:16 +0000] rev 3689
(svn r4614) CodeChange : Cleanup of industry_cmd (Step-4).
Removing the _industry_type_costs in favor of IndustrySpec.cost_multiplier;
In order to let industry_gui use the GetIndustrySpec accessor,
some structs had to be moved in industry.h