------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r11101 | truelight | 2007-09-13 22:48:11 +0000 (Thu, 13 Sep 2007) | 2 lines -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) ------------------------------------------------------------------------ r11100 | truelight | 2007-09-13 18:50:42 +0000 (Thu, 13 Sep 2007) | 2 lines -Fix r11099: darn typos... ------------------------------------------------------------------------ r11099 | truelight | 2007-09-13 18:46:29 +0000 (Thu, 13 Sep 2007) | 2 lines -Codechange: allow on opening of a file via FioFOpenFile to request the size of the file, so we can keep that in mind ------------------------------------------------------------------------ r11098 | truelight | 2007-09-13 18:35:29 +0000 (Thu, 13 Sep 2007) | 2 lines -Fix r11096: forgot spaces before comments ------------------------------------------------------------------------ r11097 | truelight | 2007-09-13 18:28:56 +0000 (Thu, 13 Sep 2007) | 2 lines -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit ------------------------------------------------------------------------ r11096 | truelight | 2007-09-13 18:26:18 +0000 (Thu, 13 Sep 2007) | 2 lines -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 ------------------------------------------------------------------------ r11095 | truelight | 2007-09-13 18:22:34 +0000 (Thu, 13 Sep 2007) | 3 lines -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 ------------------------------------------------------------------------ r11094 | belugas | 2007-09-13 15:51:50 +0000 (Thu, 13 Sep 2007) | 2 lines -Documentation: Add comments on viewport structures and change an obscure variable name to something a little more meaningfull. Heavily based of frosch's work (FS#1223) ------------------------------------------------------------------------ r11093 | truelight | 2007-09-13 14:44:49 +0000 (Thu, 13 Sep 2007) | 2 lines -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded ------------------------------------------------------------------------ r11092 | truelight | 2007-09-13 12:28:53 +0000 (Thu, 13 Sep 2007) | 2 lines -Add: allow 'blitter=' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..) ------------------------------------------------------------------------ r11091 | belugas | 2007-09-12 23:56:21 +0000 (Wed, 12 Sep 2007) | 1 line -Codechange: Partial rewrite of the road management code of towns, in order to make it more readable and with improved performance. (FS#1161 by skidd13) ------------------------------------------------------------------------ r11090 | glx | 2007-09-12 22:05:53 +0000 (Wed, 12 Sep 2007) | 1 line -Fix (r11089): incorrect version format and failure with paths containing spaces ------------------------------------------------------------------------ r11089 | rubidium | 2007-09-12 07:11:48 +0000 (Wed, 12 Sep 2007) | 2 lines -Codechange: add revision detection to MSVC. ------------------------------------------------------------------------ r11088 | glx | 2007-09-11 17:42:46 +0000 (Tue, 11 Sep 2007) | 1 line -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation ------------------------------------------------------------------------ r11087 | miham | 2007-09-10 20:36:37 +0000 (Mon, 10 Sep 2007) | 13 lines -Update: WebTranslator2 update to 2007-09-10 22:36:01 brazilian_portuguese - 6 fixed by tucalipe (6) catalan - 6 fixed by arnaullv (6) dutch - 6 fixed by webfreakz (6) estonian - 6 fixed by kristjans (6) french - 6 fixed by glx (6) hungarian - 6 fixed by miham (6) italian - 6 fixed by lorenzodv (6) slovak - 6 fixed by lengyel (6) spanish - 6 fixed by eusebio (6) swedish - 24 fixed by daishan (24) ukrainian - 6 fixed by mad (6) ------------------------------------------------------------------------ r11086 | rubidium | 2007-09-10 17:13:37 +0000 (Mon, 10 Sep 2007) | 2 lines -Fix/Revert (r11053, r10984): "fixing" r11053 made the acceleration code use the wrong speed, which can be fixed by reverting a small piece of r10984. ------------------------------------------------------------------------ r11085 | rubidium | 2007-09-10 15:36:33 +0000 (Mon, 10 Sep 2007) | 2 lines -Fix-ish (r11084): some tabs that did not show up in the diff, which caused a mess of tab and non-tab usage. ------------------------------------------------------------------------ r11084 | rubidium | 2007-09-10 15:21:14 +0000 (Mon, 10 Sep 2007) | 2 lines -Documentation [FS#1219]: of command.*. Patch by Progman. ------------------------------------------------------------------------ r11083 | truelight | 2007-09-10 14:55:46 +0000 (Mon, 10 Sep 2007) | 2 lines -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch) ------------------------------------------------------------------------ r11082 | truelight | 2007-09-10 00:05:27 +0000 (Mon, 10 Sep 2007) | 2 lines -Fix r11081: save before commit (yeah, whitelines are important too!) ------------------------------------------------------------------------ r11081 | truelight | 2007-09-10 00:03:47 +0000 (Mon, 10 Sep 2007) | 2 lines -Fix r11080: now solved the problem in a pretty way: don't do animation if we are not drawing to the screen-pointer ------------------------------------------------------------------------ r11080 | truelight | 2007-09-09 23:57:47 +0000 (Sun, 09 Sep 2007) | 2 lines -Fix r11079: fix it, still dirty, correctly, as the last commit was ... wrong ;) ------------------------------------------------------------------------ r11079 | truelight | 2007-09-09 23:47:55 +0000 (Sun, 09 Sep 2007) | 2 lines -Fix: dirty fix to allow big-screenshots with 32bpp-anim ------------------------------------------------------------------------ r11078 | truelight | 2007-09-09 23:16:01 +0000 (Sun, 09 Sep 2007) | 3 lines -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch) -Add: let 32bpp-anim use 32bpp-optimizeds, so he profits from the speed-up too ------------------------------------------------------------------------ r11076 | truelight | 2007-09-09 21:56:52 +0000 (Sun, 09 Sep 2007) | 3 lines -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) -Fix: ComposeColourXXX could work a tiny bit faster when using 256, not 255 as value to divide with; downside is that it can give alpha errors (frosch) ------------------------------------------------------------------------