Thu, 13 Sep 2007 18:46:29 +0000(svn r11099) -Codechange: allow on opening of a file via FioFOpenFile to request the size of the file, so we can keep that in mind
truelight [Thu, 13 Sep 2007 18:46:29 +0000] rev 8070
(svn r11099) -Codechange: allow on opening of a file via FioFOpenFile to request the size of the file, so we can keep that in mind

Thu, 13 Sep 2007 18:35:29 +0000(svn r11098) -Fix r11096: forgot spaces before comments
truelight [Thu, 13 Sep 2007 18:35:29 +0000] rev 8069
(svn r11098) -Fix r11096: forgot spaces before comments

Thu, 13 Sep 2007 18:28:56 +0000(svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit
truelight [Thu, 13 Sep 2007 18:28:56 +0000] rev 8068
(svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit

Thu, 13 Sep 2007 18:26:18 +0000(svn r11096) -Fix: when 2 different GRF-files had the same name (e.g.: ""), the double-entry checker didn't always work correctly, resulting in multiple entries of the same grf in the list
truelight [Thu, 13 Sep 2007 18:26:18 +0000] rev 8067
(svn r11096) -Fix: when 2 different GRF-files had the same name (e.g.: ""), the double-entry checker didn't always work correctly, resulting in multiple entries of the same grf in the list

Thu, 13 Sep 2007 18:22:34 +0000(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
truelight [Thu, 13 Sep 2007 18:22:34 +0000] rev 8066
(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
-Note: on a side-note, this allows files bigger than 16+ MiB, needed for tar-support

Thu, 13 Sep 2007 15:51:50 +0000(svn r11094) -Documentation: Add comments on viewport structures and change an obscure variable name to something a little more meaningfull.
belugas [Thu, 13 Sep 2007 15:51:50 +0000] rev 8065
(svn r11094) -Documentation: Add comments on viewport structures and change an obscure variable name to something a little more meaningfull.
Heavily based of frosch's work (FS#1223)

Thu, 13 Sep 2007 14:44:49 +0000(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
truelight [Thu, 13 Sep 2007 14:44:49 +0000] rev 8064
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded

Thu, 13 Sep 2007 12:28:53 +0000(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)
truelight [Thu, 13 Sep 2007 12:28:53 +0000] rev 8063
(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)

Wed, 12 Sep 2007 23:56:21 +0000(svn r11091) -Codechange: Partial rewrite of the road management code of towns, in order to make it more readable and with improved performance. (FS#1161 by skidd13)
belugas [Wed, 12 Sep 2007 23:56:21 +0000] rev 8062
(svn r11091) -Codechange: Partial rewrite of the road management code of towns, in order to make it more readable and with improved performance. (FS#1161 by skidd13)

Wed, 12 Sep 2007 22:05:53 +0000(svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
glx [Wed, 12 Sep 2007 22:05:53 +0000] rev 8061
(svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces