belugas [Sun, 11 Nov 2007 01:39:15 +0000] rev 8350
(svn r11404) -Codechange: remove 2 magical numbers
rubidium [Sun, 11 Nov 2007 00:53:59 +0000] rev 8349
(svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated during construction.
glx [Sun, 11 Nov 2007 00:04:52 +0000] rev 8348
(svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200'
rubidium [Sat, 10 Nov 2007 23:22:32 +0000] rev 8347
(svn r11401) -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=.
rubidium [Sat, 10 Nov 2007 22:56:43 +0000] rev 8346
(svn r11400) -Fix [FS#1409]: assign orders during cloning after refitting as it needs the cargo types to be the same.
belugas [Sat, 10 Nov 2007 01:17:15 +0000] rev 8345
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
-Codechange: Wrap all transparency settings in accessors, hiding the implementation
-Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui.
Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant.
glx [Sat, 10 Nov 2007 00:42:25 +0000] rev 8344
(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect
truelight [Fri, 09 Nov 2007 13:21:48 +0000] rev 8343
(svn r11397) -Fix r11395: some minor fixes for better town-bridge results (and better comments) (skidd13 / TrueLight)
truelight [Fri, 09 Nov 2007 11:22:17 +0000] rev 8342
(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ)
truelight [Fri, 09 Nov 2007 11:20:36 +0000] rev 8341
(svn r11395) -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki)