Fri, 14 Sep 2007 21:36:59 +0000(svn r11104) -Fix: bounding boxes also overlap when the min of a bounding box is equal to the max of another bounding box. Patch by frosch.
rubidium [Fri, 14 Sep 2007 21:36:59 +0000] rev 8075
(svn r11104) -Fix: bounding boxes also overlap when the min of a bounding box is equal to the max of another bounding box. Patch by frosch.

Fri, 14 Sep 2007 21:35:22 +0000(svn r11103) -Codechange: remove pointless comparison as it can never ever be true (unless you've got at least 3 bit errors and then you're screwed anyway). Patch by frosch.
rubidium [Fri, 14 Sep 2007 21:35:22 +0000] rev 8074
(svn r11103) -Codechange: remove pointless comparison as it can never ever be true (unless you've got at least 3 bit errors and then you're screwed anyway). Patch by frosch.

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 8073
(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 8072
(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 8071
(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 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