Sat, 15 Sep 2007 15:38:09 +0000(svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format
truelight [Sat, 15 Sep 2007 15:38:09 +0000] rev 8086
(svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format

Sat, 15 Sep 2007 15:21:17 +0000(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32
glx [Sat, 15 Sep 2007 15:21:17 +0000] rev 8085
(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32

Sat, 15 Sep 2007 12:43:04 +0000(svn r11115) -Merge: release changes from 0.5.
rubidium [Sat, 15 Sep 2007 12:43:04 +0000] rev 8084
(svn r11115) -Merge: release changes from 0.5.

Sat, 15 Sep 2007 09:39:23 +0000(svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels.
rubidium [Sat, 15 Sep 2007 09:39:23 +0000] rev 8083
(svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels.

Sat, 15 Sep 2007 00:49:44 +0000(svn r11111) -Fix (r11106): missing const broke compilation with MSVC
glx [Sat, 15 Sep 2007 00:49:44 +0000] rev 8082
(svn r11111) -Fix (r11106): missing const broke compilation with MSVC

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)