Tue, 02 Oct 2007 17:48:17 +0000(svn r11194) -Fix: industries with not all tiles custom slope checked (but at least one) would be build on wrongly sloped tiles.
rubidium [Tue, 02 Oct 2007 17:48:17 +0000] rev 8159
(svn r11194) -Fix: industries with not all tiles custom slope checked (but at least one) would be build on wrongly sloped tiles.

Tue, 02 Oct 2007 16:56:45 +0000(svn r11193) -Fix: be more compliant with the specifications of callback #2F (and undocumented side effects in TTDP in corner cases).
rubidium [Tue, 02 Oct 2007 16:56:45 +0000] rev 8158
(svn r11193) -Fix: be more compliant with the specifications of callback #2F (and undocumented side effects in TTDP in corner cases).

Tue, 02 Oct 2007 01:12:06 +0000(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf
belugas [Tue, 02 Oct 2007 01:12:06 +0000] rev 8157
(svn r11192) -Fix: Little typo with bigger consequences when trying to remove a newindustries aware grf

Mon, 01 Oct 2007 18:59:25 +0000(svn r11191) -Fix [FS#1227]: GLS_ACTIVATION stage must be done immediatly after GLS_RESERVE stage, before the GLS_RESERVE stage for the next newgrf.
glx [Mon, 01 Oct 2007 18:59:25 +0000] rev 8156
(svn r11191) -Fix [FS#1227]: GLS_ACTIVATION stage must be done immediatly after GLS_RESERVE stage, before the GLS_RESERVE stage for the next newgrf.

Sun, 30 Sep 2007 19:33:40 +0000(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.
rubidium [Sun, 30 Sep 2007 19:33:40 +0000] rev 8155
(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.

Sun, 30 Sep 2007 18:53:59 +0000(svn r11189) -Fix: if the location check callback results in something invalid (i.e. not a callback result), the industry should be allowed to be build as that's how TTDP does it.
rubidium [Sun, 30 Sep 2007 18:53:59 +0000] rev 8154
(svn r11189) -Fix: if the location check callback results in something invalid (i.e. not a callback result), the industry should be allowed to be build as that's how TTDP does it.

Sun, 30 Sep 2007 17:38:42 +0000(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
rubidium [Sun, 30 Sep 2007 17:38:42 +0000] rev 8153
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.

Sun, 30 Sep 2007 15:37:24 +0000(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.
rubidium [Sun, 30 Sep 2007 15:37:24 +0000] rev 8152
(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.

Sun, 30 Sep 2007 14:29:45 +0000(svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times.
rubidium [Sun, 30 Sep 2007 14:29:45 +0000] rev 8151
(svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times.

Fri, 28 Sep 2007 21:24:25 +0000(svn r11185) -Codechange: prepare some more code for the introduction of NewIndustries. Patch by Belugas.
rubidium [Fri, 28 Sep 2007 21:24:25 +0000] rev 8150
(svn r11185) -Codechange: prepare some more code for the introduction of NewIndustries. Patch by Belugas.