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.

Tue, 02 Oct 2007 20:20:14 +0000(svn r11196) -Fix (r11191): _cur_stage was incorrect for GLS_ACTIVATION stage
glx [Tue, 02 Oct 2007 20:20:14 +0000] rev 7665
(svn r11196) -Fix (r11191): _cur_stage was incorrect for GLS_ACTIVATION stage

Tue, 02 Oct 2007 18:43:17 +0000(svn r11195) -Fix: creation chances for industries during gameplay and during map generation were swapped.
rubidium [Tue, 02 Oct 2007 18:43:17 +0000] rev 7664
(svn r11195) -Fix: creation chances for industries during gameplay and during map generation were swapped.

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 7663
(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 7662
(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 7661
(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 7660
(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 7659
(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 7658
(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 7657
(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.