truelight [Thu, 13 Sep 2007 22:48:11 +0000] rev 7576
(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 18:50:42 +0000] rev 7575
(svn r11100) -Fix r11099: darn typos...
truelight [Thu, 13 Sep 2007 18:46:29 +0000] rev 7574
(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
truelight [Thu, 13 Sep 2007 18:35:29 +0000] rev 7573
(svn r11098) -Fix r11096: forgot spaces before comments
truelight [Thu, 13 Sep 2007 18:28:56 +0000] rev 7572
(svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit
truelight [Thu, 13 Sep 2007 18:26:18 +0000] rev 7571
(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
truelight [Thu, 13 Sep 2007 18:22:34 +0000] rev 7570
(svn r11095) -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
belugas [Thu, 13 Sep 2007 15:51:50 +0000] rev 7569
(svn r11094) -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)
truelight [Thu, 13 Sep 2007 14:44:49 +0000] rev 7568
(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
truelight [Thu, 13 Sep 2007 12:28:53 +0000] rev 7567
(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'..)
belugas [Wed, 12 Sep 2007 23:56:21 +0000] rev 7566
(svn r11091) -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)
glx [Wed, 12 Sep 2007 22:05:53 +0000] rev 7565
(svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
rubidium [Wed, 12 Sep 2007 07:11:48 +0000] rev 7564
(svn r11089) -Codechange: add revision detection to MSVC.
glx [Tue, 11 Sep 2007 17:42:46 +0000] rev 7563
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
miham [Mon, 10 Sep 2007 20:36:37 +0000] rev 7562
(svn r11087) -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)
rubidium [Mon, 10 Sep 2007 17:13:37 +0000] rev 7561
(svn r11086) -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.
rubidium [Mon, 10 Sep 2007 15:36:33 +0000] rev 7560
(svn r11085) -Fix-ish (r11084): some tabs that did not show up in the diff, which caused a mess of tab and non-tab usage.
rubidium [Mon, 10 Sep 2007 15:21:14 +0000] rev 7559
(svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
truelight [Mon, 10 Sep 2007 14:55:46 +0000] rev 7558
(svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch)
truelight [Mon, 10 Sep 2007 00:05:27 +0000] rev 7557
(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
truelight [Mon, 10 Sep 2007 00:03:47 +0000] rev 7556
(svn r11081) -Fix r11080: now solved the problem in a pretty way: don't do animation if we are not drawing to the screen-pointer
truelight [Sun, 09 Sep 2007 23:57:47 +0000] rev 7555
(svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit was ... wrong ;)
truelight [Sun, 09 Sep 2007 23:47:55 +0000] rev 7554
(svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim
truelight [Sun, 09 Sep 2007 23:16:01 +0000] rev 7553
(svn r11078) -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
truelight [Sun, 09 Sep 2007 21:56:52 +0000] rev 7552
(svn r11076) -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)
rubidium [Sun, 09 Sep 2007 17:42:59 +0000] rev 7551
(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-depot button did not make it possible to stop the vehicle at that depot.
rubidium [Sun, 09 Sep 2007 15:32:46 +0000] rev 7550
(svn r11070) -Fix [FS#1217]: due to making an Action2 variable work properly, the NewGRF called other code too that wasn't prepared for non-train vehicles.
rubidium [Sun, 09 Sep 2007 11:30:44 +0000] rev 7549
(svn r11069) -Codechange: allow slopes under statues. Patch by kaan.
rubidium [Sun, 09 Sep 2007 11:23:49 +0000] rev 7548
(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the Vehicle::first pointer correctly set.
rubidium [Sun, 09 Sep 2007 10:34:32 +0000] rev 7547
(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.