Fri, 14 Sep 2007 23:46:49 +0000(svn r11110) -Fix (r11107): somebody forgot to update project files ;)
glx [Fri, 14 Sep 2007 23:46:49 +0000] rev 8081
(svn r11110) -Fix (r11107): somebody forgot to update project files ;)

Fri, 14 Sep 2007 23:03:28 +0000(svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!)
truelight [Fri, 14 Sep 2007 23:03:28 +0000] rev 8080
(svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!)

Fri, 14 Sep 2007 22:35:39 +0000(svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though.
rubidium [Fri, 14 Sep 2007 22:35:39 +0000] rev 8079
(svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though.

Fri, 14 Sep 2007 22:27:40 +0000(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
rubidium [Fri, 14 Sep 2007 22:27:40 +0000] rev 8078
(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.

Fri, 14 Sep 2007 22:25:00 +0000(svn r11106) -Add: added .tar support; you can pack all files in your data/ dir in how ever many .tar files you like, keeping the dir-structure equal to the unpacked version, and OpenTTD can handle them just like the files were unpacked
truelight [Fri, 14 Sep 2007 22:25:00 +0000] rev 8077
(svn r11106) -Add: added .tar support; you can pack all files in your data/ dir in how ever many .tar files you like, keeping the dir-structure equal to the unpacked version, and OpenTTD can handle them just like the files were unpacked
-Note: useful for GRF-packs and 32bpp PNGs. Don't forget to keep the dir-structure alive for 32bpp PNGs!
-Note: file-loading-order: search-paths, .tar-files in the order found on disk (can be anything at all, don't depend on it.. use 'openttd -d1' to see which order they are added)

Fri, 14 Sep 2007 21:54:57 +0000(svn r11105) -Codechange [FS#1223]: add some support for tuning of the bounding boxes for some special cases (like tunnels and bridges). Patch by frosch.
rubidium [Fri, 14 Sep 2007 21:54:57 +0000] rev 8076
(svn r11105) -Codechange [FS#1223]: add some support for tuning of the bounding boxes for some special cases (like tunnels and bridges). Patch by frosch.

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)