Mon, 17 Sep 2007 10:46:35 +0000 |
miham |
(svn r11123) -Update: WebTranslator2 update to 2007-09-17 12:45:29
|
changeset |
files
|
Mon, 17 Sep 2007 04:23:03 +0000 |
rubidium |
(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the articulated build vehicle callback returneed a different value for the purchase window than the normal build. Thanks for Dalestan and _minime_ for pointers to possible causes.
|
changeset |
files
|
Sun, 16 Sep 2007 21:34:50 +0000 |
rubidium |
(svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs.
|
changeset |
files
|
Sun, 16 Sep 2007 20:48:00 +0000 |
rubidium |
(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle.
|
changeset |
files
|
Sun, 16 Sep 2007 18:10:52 +0000 |
truelight |
(svn r11119) -Codechange: analyze .tar files upon loading, remembering their files and offsets, which speeds up .tar handling with a big factor
|
changeset |
files
|
Sat, 15 Sep 2007 16:01:34 +0000 |
truelight |
(svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!
|
changeset |
files
|
Sat, 15 Sep 2007 15:38:09 +0000 |
truelight |
(svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format
|
changeset |
files
|
Sat, 15 Sep 2007 15:21:17 +0000 |
glx |
(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32
|
changeset |
files
|
Sat, 15 Sep 2007 12:43:04 +0000 |
rubidium |
(svn r11115) -Merge: release changes from 0.5.
|
changeset |
files
|
Sat, 15 Sep 2007 09:39:23 +0000 |
rubidium |
(svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels.
|
changeset |
files
|
Sat, 15 Sep 2007 00:49:44 +0000 |
glx |
(svn r11111) -Fix (r11106): missing const broke compilation with MSVC
|
changeset |
files
|
Fri, 14 Sep 2007 23:46:49 +0000 |
glx |
(svn r11110) -Fix (r11107): somebody forgot to update project files ;)
|
changeset |
files
|
Fri, 14 Sep 2007 23:03:28 +0000 |
truelight |
(svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!)
|
changeset |
files
|
Fri, 14 Sep 2007 22:35:39 +0000 |
rubidium |
(svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though.
|
changeset |
files
|
Fri, 14 Sep 2007 22:27:40 +0000 |
rubidium |
(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.
|
changeset |
files
|
Fri, 14 Sep 2007 22:25:00 +0000 |
truelight |
(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
|
changeset |
files
|
Fri, 14 Sep 2007 21:54:57 +0000 |
rubidium |
(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.
|
changeset |
files
|
Fri, 14 Sep 2007 21:36:59 +0000 |
rubidium |
(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.
|
changeset |
files
|
Fri, 14 Sep 2007 21:35:22 +0000 |
rubidium |
(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.
|
changeset |
files
|
Fri, 14 Sep 2007 21:32:21 +0000 |
rubidium |
(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
|
changeset |
files
|
Thu, 13 Sep 2007 22:48:11 +0000 |
truelight |
(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)
|
changeset |
files
|
Thu, 13 Sep 2007 18:50:42 +0000 |
truelight |
(svn r11100) -Fix r11099: darn typos...
|
changeset |
files
|
Thu, 13 Sep 2007 18:46:29 +0000 |
truelight |
(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
|
changeset |
files
|
Thu, 13 Sep 2007 18:35:29 +0000 |
truelight |
(svn r11098) -Fix r11096: forgot spaces before comments
|
changeset |
files
|
Thu, 13 Sep 2007 18:28:56 +0000 |
truelight |
(svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit
|
changeset |
files
|
Thu, 13 Sep 2007 18:26:18 +0000 |
truelight |
(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
|
changeset |
files
|
Thu, 13 Sep 2007 18:22:34 +0000 |
truelight |
(svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
|
changeset |
files
|
Thu, 13 Sep 2007 15:51:50 +0000 |
belugas |
(svn r11094) -Documentation: Add comments on viewport structures and change an obscure variable name to something a little more meaningfull.
|
changeset |
files
|
Thu, 13 Sep 2007 14:44:49 +0000 |
truelight |
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
|
changeset |
files
|
Thu, 13 Sep 2007 12:28:53 +0000 |
truelight |
(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'..)
|
changeset |
files
|