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.
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.
rubidium [Sun, 30 Sep 2007 15:37:24 +0000] rev 7656
(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.
rubidium [Sun, 30 Sep 2007 14:29:45 +0000] rev 7655
(svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times.
rubidium [Fri, 28 Sep 2007 21:24:25 +0000] rev 7654
(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 7653
(svn r11184) -Codechange: cleanup the code related to backup orders.
rubidium [Fri, 28 Sep 2007 19:24:52 +0000] rev 7652
(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 7651
(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 7650
(svn r11181) -Codechange: add support for newgrf callback 14A (Belugas)
rubidium [Fri, 28 Sep 2007 17:04:52 +0000] rev 7649
(svn r11180) -Fix (r11175): crash on load when you don't have any NewGRFs. More interesting is: who plays without them ;)