rubidium [Sun, 20 May 2007 22:04:24 +0000] rev 7158
(svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads.
rubidium [Sun, 20 May 2007 19:14:08 +0000] rev 7157
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
rubidium [Sun, 20 May 2007 18:34:47 +0000] rev 7156
(svn r9891) -Fix [FS#787]: the manage list menu wasn't removed/updated when changing to another group making it able to perform "group" actions for "all vehicles", which would cause a crash.
peter1138 [Sun, 20 May 2007 16:17:03 +0000] rev 7155
(svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges
peter1138 [Sun, 20 May 2007 10:27:43 +0000] rev 7154
(svn r9889) -Codechange: Use cargo's freight status for choosing livery scheme.
peter1138 [Sun, 20 May 2007 09:17:42 +0000] rev 7153
(svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned.
peter1138 [Sun, 20 May 2007 05:53:19 +0000] rev 7152
(svn r9887) -Fix (r9867): Industry production statistics messed up...
belugas [Sun, 20 May 2007 00:50:06 +0000] rev 7151
(svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec.
truelight [Sat, 19 May 2007 23:52:04 +0000] rev 7150
(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten
-Fix r9846: initialize the zoom level for 'screen', as assuming 0 is not correct
truelight [Sat, 19 May 2007 22:48:04 +0000] rev 7149
(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times
-Codechange: unified the blitter function so we have 1 function for all zoom-levels
-Codechange: make most of the label functions work with zoom-level instead of magic numbers and big switches per zoom-level
-Codechange: MakeXXXDirty() functions didn't take into account zoom-level, but just used the biggest possible value
-Codechange: simplified blitter functions to avoid code duplication