belugas [Sun, 20 May 2007 00:50:06 +0000] rev 6655
(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 6654
(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 6653
(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
peter1138 [Sat, 19 May 2007 22:37:24 +0000] rev 6652
(svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value.
rubidium [Sat, 19 May 2007 21:47:14 +0000] rev 6651
(svn r9882) -Fix (r9874): the "default group" is also a valid group in some cases.
rubidium [Sat, 19 May 2007 20:15:50 +0000] rev 6650
(svn r9881) -Fix (FS#782, r9874): accidentally removed one condition too many causing asserts.
glx [Sat, 19 May 2007 19:13:12 +0000] rev 6649
(svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability)
rubidium [Sat, 19 May 2007 12:46:48 +0000] rev 6648
(svn r9879) -Fix (r9874): global autoreplace was little broken ;)
rubidium [Sat, 19 May 2007 12:29:09 +0000] rev 6647
(svn r9878) -Fix (9874): some vehicle count's were not properly updated on delete or autoreplace of vehicles.
peter1138 [Sat, 19 May 2007 11:18:22 +0000] rev 6646
(svn r9877) -Revert (r9876): one file too many...