Fri, 05 Oct 2007 17:53:01 +0000(svn r11206) -Fix [FS#1299]: half tram bits could be removed in some cases. Based on patches by frosch and skidd13.
rubidium [Fri, 05 Oct 2007 17:53:01 +0000] rev 7675
(svn r11206) -Fix [FS#1299]: half tram bits could be removed in some cases. Based on patches by frosch and skidd13.

Fri, 05 Oct 2007 17:50:17 +0000(svn r11205) -Codechange: remove some, now obsolete, checks.
rubidium [Fri, 05 Oct 2007 17:50:17 +0000] rev 7674
(svn r11205) -Codechange: remove some, now obsolete, checks.

Fri, 05 Oct 2007 02:21:40 +0000(svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles.
belugas [Fri, 05 Oct 2007 02:21:40 +0000] rev 7673
(svn r11204) -Feature: [NewGRF] Add support for Action 00 for Industries and IndustryTiles.
Thanks to :Csaboka for original concept, specs & help. Dalestan for technical explanations.
Pikkabird & Georges for detailled comments on their grf works. The Alpha testers (You know who you are).
And finally (but not least) Maedhros (newhouses), peter1138(newgrf) Rubidium and glx (numerous and welcome patches)
Remember: it certainly can be buggy. But be sure that behaviour has been tested in TTDP (if you can) before raising a flag.

Fri, 05 Oct 2007 02:06:29 +0000(svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable
belugas [Fri, 05 Oct 2007 02:06:29 +0000] rev 7672
(svn r11203) -Codechange: Raise the TTDPatch version a little higher, as some new features will be shortly exploitable

Fri, 05 Oct 2007 01:46:49 +0000(svn r11202) -Feature: [NewGRF] Add support for var 45 for Industries.
belugas [Fri, 05 Oct 2007 01:46:49 +0000] rev 7671
(svn r11202) -Feature: [NewGRF] Add support for var 45 for Industries.

Thu, 04 Oct 2007 20:20:23 +0000(svn r11201) -Fix [FS#1283]: minor issue with building one way roads one tile long. Patch by SmatZ.
rubidium [Thu, 04 Oct 2007 20:20:23 +0000] rev 7670
(svn r11201) -Fix [FS#1283]: minor issue with building one way roads one tile long. Patch by SmatZ.

Thu, 04 Oct 2007 20:16:35 +0000(svn r11200) -Fix [FS#1291]: road vehicles could not overtake on one way roads going to the east.
rubidium [Thu, 04 Oct 2007 20:16:35 +0000] rev 7669
(svn r11200) -Fix [FS#1291]: road vehicles could not overtake on one way roads going to the east.

Thu, 04 Oct 2007 07:09:05 +0000(svn r11199) -Fix: variable 67 and 68 not working correctly.
rubidium [Thu, 04 Oct 2007 07:09:05 +0000] rev 7668
(svn r11199) -Fix: variable 67 and 68 not working correctly.
-Refactor: some code so there is less code duplication.

Thu, 04 Oct 2007 00:59:52 +0000(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
belugas [Thu, 04 Oct 2007 00:59:52 +0000] rev 7667
(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override

Wed, 03 Oct 2007 00:57:54 +0000(svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted.
belugas [Wed, 03 Oct 2007 00:57:54 +0000] rev 7666
(svn r11197) -Fix: It is not useful to reset the override of an entity every time a new grf file is been submitted.
Since newhouses showed the way to newindustries(meaning I copied/adapted a lot of code and processes from it), the behaviour was there for newhouses too.