------------------------------------------------------------------------ r11134 | rubidium | 2007-09-21 17:56:55 +0000 (Fri, 21 Sep 2007) | 2 lines -Fix [FS#1238]: vehicles got removed twice from the group list when selling whole trains. ------------------------------------------------------------------------ r11133 | rubidium | 2007-09-20 19:21:01 +0000 (Thu, 20 Sep 2007) | 2 lines -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn over houses when they should be drawn behind the houses. Patch by frosch. ------------------------------------------------------------------------ r11132 | rubidium | 2007-09-19 18:55:26 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so. ------------------------------------------------------------------------ r11131 | rubidium | 2007-09-19 18:39:14 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix (r11126): forgot to commit the changes that performed the actual fix. ------------------------------------------------------------------------ r11130 | rubidium | 2007-09-19 18:15:59 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix [FS#1207]: towns build roads that weren't connected to any other road. ------------------------------------------------------------------------ r11129 | glx | 2007-09-19 17:37:44 +0000 (Wed, 19 Sep 2007) | 1 line -Fix: update some TextID to StringID 'translations' to reflect changes in language files ------------------------------------------------------------------------ r11128 | rubidium | 2007-09-19 16:36:42 +0000 (Wed, 19 Sep 2007) | 2 lines -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. ------------------------------------------------------------------------ r11127 | rubidium | 2007-09-18 20:41:59 +0000 (Tue, 18 Sep 2007) | 2 lines -Fix: truncate the result of 8 bits callbacks. ------------------------------------------------------------------------ r11126 | rubidium | 2007-09-18 18:55:25 +0000 (Tue, 18 Sep 2007) | 2 lines -Fix: the algorithm to determine the closest water/land was flawed. ------------------------------------------------------------------------ r11125 | rubidium | 2007-09-17 17:07:24 +0000 (Mon, 17 Sep 2007) | 2 lines -Documentation: add/update the documentation of news*. Based on a patch by Progman. ------------------------------------------------------------------------ r11124 | rubidium | 2007-09-17 16:56:15 +0000 (Mon, 17 Sep 2007) | 2 lines -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman. ------------------------------------------------------------------------ r11123 | miham | 2007-09-17 10:46:35 +0000 (Mon, 17 Sep 2007) | 20 lines -Update: WebTranslator2 update to 2007-09-17 12:45:29 afrikaans - 47 fixed, 52 changed by TrueTenacity (99) brazilian_portuguese - 23 changed by fukumori (23) bulgarian - 14 fixed by thetitan (14) catalan - 3 changed by arnaullv (3) croatian - 6 fixed, 12 changed by knovak (15), tperic (3) danish - 20 fixed by ThomasA (20) finnish - 20 fixed by habazi (20) german - 10 fixed by Timwi (10) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) japanese - 6 fixed by ickoonite (6) norwegian_nynorsk - 6 fixed by pollux (6) piglatin - 20 fixed by adammw (20) russian - 20 fixed by Smoky555 (20) slovak - 1 fixed by lengyel (1) slovenian - 7 fixed by Necrolyte (7) spanish - 1 changed by Cabu (1) traditional_chinese - 21 fixed by xbddc (21) ------------------------------------------------------------------------ r11122 | rubidium | 2007-09-17 04:23:03 +0000 (Mon, 17 Sep 2007) | 2 lines -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. ------------------------------------------------------------------------ r11121 | rubidium | 2007-09-16 21:34:50 +0000 (Sun, 16 Sep 2007) | 2 lines -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs. ------------------------------------------------------------------------ r11120 | rubidium | 2007-09-16 20:48:00 +0000 (Sun, 16 Sep 2007) | 2 lines -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle. ------------------------------------------------------------------------ r11119 | truelight | 2007-09-16 18:10:52 +0000 (Sun, 16 Sep 2007) | 5 lines -Codechange: analyze .tar files upon loading, remembering their files and offsets, which speeds up .tar handling with a big factor -Fix: several win32 .tar support problems -Fix: better checking of .tar versions and other minor things -Codechange: don't call fclose() but FioFClose to close a file ------------------------------------------------------------------------ r11118 | truelight | 2007-09-15 16:01:34 +0000 (Sat, 15 Sep 2007) | 2 lines -Fix: sample.cat can now be in a tar-file too, how nice! ------------------------------------------------------------------------ r11117 | truelight | 2007-09-15 15:38:09 +0000 (Sat, 15 Sep 2007) | 2 lines -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format ------------------------------------------------------------------------ r11116 | glx | 2007-09-15 15:21:17 +0000 (Sat, 15 Sep 2007) | 1 line -Fix (r11106): tar loader was not compiled for WIN32 ------------------------------------------------------------------------ r11115 | rubidium | 2007-09-15 12:43:04 +0000 (Sat, 15 Sep 2007) | 2 lines -Merge: release changes from 0.5. ------------------------------------------------------------------------ r11112 | rubidium | 2007-09-15 09:39:23 +0000 (Sat, 15 Sep 2007) | 2 lines -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels. ------------------------------------------------------------------------ r11111 | glx | 2007-09-15 00:49:44 +0000 (Sat, 15 Sep 2007) | 1 line -Fix (r11106): missing const broke compilation with MSVC ------------------------------------------------------------------------ r11110 | glx | 2007-09-14 23:46:49 +0000 (Fri, 14 Sep 2007) | 1 line -Fix (r11107): somebody forgot to update project files ;) ------------------------------------------------------------------------ r11109 | truelight | 2007-09-14 23:03:28 +0000 (Fri, 14 Sep 2007) | 2 lines -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!) ------------------------------------------------------------------------ r11108 | rubidium | 2007-09-14 22:35:39 +0000 (Fri, 14 Sep 2007) | 2 lines -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though. ------------------------------------------------------------------------ r11107 | rubidium | 2007-09-14 22:27:40 +0000 (Fri, 14 Sep 2007) | 2 lines -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. ------------------------------------------------------------------------ r11106 | truelight | 2007-09-14 22:25:00 +0000 (Fri, 14 Sep 2007) | 4 lines -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) ------------------------------------------------------------------------ r11105 | rubidium | 2007-09-14 21:54:57 +0000 (Fri, 14 Sep 2007) | 2 lines -Codechange [FS#1223]: add some support for tuning of the bounding boxes for some special cases (like tunnels and bridges). Patch by frosch. ------------------------------------------------------------------------ r11104 | rubidium | 2007-09-14 21:36:59 +0000 (Fri, 14 Sep 2007) | 2 lines -Fix: bounding boxes also overlap when the min of a bounding box is equal to the max of another bounding box. Patch by frosch. ------------------------------------------------------------------------ r11103 | rubidium | 2007-09-14 21:35:22 +0000 (Fri, 14 Sep 2007) | 2 lines -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. ------------------------------------------------------------------------ r11102 | rubidium | 2007-09-14 21:32:21 +0000 (Fri, 14 Sep 2007) | 2 lines -Codechange: remove some pointless addition+substractions. Patch by frosch. ------------------------------------------------------------------------