Fri, 14 Sep 2007 21:32:21 +0000(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
rubidium [Fri, 14 Sep 2007 21:32:21 +0000] rev 7577
(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.

Thu, 13 Sep 2007 22:48:11 +0000(svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust the check with file_slot. This solves the ? sprites with autorail (nice catch Progman)
truelight [Thu, 13 Sep 2007 22:48:11 +0000] rev 7576
(svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust the check with file_slot. This solves the ? sprites with autorail (nice catch Progman)

Thu, 13 Sep 2007 18:50:42 +0000(svn r11100) -Fix r11099: darn typos...
truelight [Thu, 13 Sep 2007 18:50:42 +0000] rev 7575
(svn r11100) -Fix r11099: darn typos...

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 7574
(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 7573
(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 7572
(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 7571
(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 7570
(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 7569
(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 7568
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded