rubidium [Sun, 30 Sep 2007 19:33:40 +0000] rev 8155
(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.
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.
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.
rubidium [Sun, 30 Sep 2007 15:37:24 +0000] rev 8152
(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.
rubidium [Sun, 30 Sep 2007 14:29:45 +0000] rev 8151
(svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times.
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.
rubidium [Fri, 28 Sep 2007 21:15:45 +0000] rev 8149
(svn r11184) -Codechange: cleanup the code related to backup orders.
rubidium [Fri, 28 Sep 2007 19:24:52 +0000] rev 8148
(svn r11183) -Fix [FS#1249]: airports do not need to care about overflying aircraf when removing them, because if they were not in the "flying" state it can't be removed anyway.
rubidium [Fri, 28 Sep 2007 19:17:33 +0000] rev 8147
(svn r11182) -Fix [FS#1261] (r11174): bounding boxes caused crashes when zoomed out. Patch by SmatZ.
glx [Fri, 28 Sep 2007 17:09:50 +0000] rev 8146
(svn r11181) -Codechange: add support for newgrf callback 14A (Belugas)