rubidium [Sat, 16 Jun 2007 12:03:36 +0000] rev 6917
(svn r10170) -Codechange: remove some duplication of code.
rubidium [Sat, 16 Jun 2007 11:13:30 +0000] rev 6916
(svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties.
rubidium [Sat, 16 Jun 2007 10:10:22 +0000] rev 6915
(svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it.
belugas [Fri, 15 Jun 2007 23:55:52 +0000] rev 6914
(svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Like easier to read and faster to evaluate :)
peter1138 [Fri, 15 Jun 2007 16:21:56 +0000] rev 6913
(svn r10166) -Feature(tte): Add support for antialiased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts.
rubidium [Fri, 15 Jun 2007 08:05:24 +0000] rev 6912
(svn r10165) -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport.
miham [Fri, 15 Jun 2007 05:44:45 +0000] rev 6911
(svn r10164) -Update: WebTranslator2 update to 2007-06-15 07:44:28
catalan - 2 fixed by arnaullv (2)
dutch - 2 fixed by habell (2)
esperanto - 1 fixed by LaPingvino (1)
norwegian_bokmal - 24 fixed by oletk (24)
turkish - 16 fixed by jnmbk (16)
belugas [Fri, 15 Jun 2007 01:53:43 +0000] rev 6910
(svn r10163) -Fix(r8128): Industries had lost their random recoloring. A test was removed and is now reintroduced in another way.
rubidium [Thu, 14 Jun 2007 15:24:34 +0000] rev 6909
(svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable.
truelight [Thu, 14 Jun 2007 14:31:48 +0000] rev 6908
(svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID
truelight [Thu, 14 Jun 2007 14:11:08 +0000] rev 6907
(svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale images
rubidium [Thu, 14 Jun 2007 08:39:27 +0000] rev 6906
(svn r10155) -Fix [FS#601]: Airports didn't flood when there are aircraft on the airport.
rubidium [Wed, 13 Jun 2007 23:43:00 +0000] rev 6905
(svn r10154) -Fix [FS#870]: some vehicles were not drawn when having a high resolution and a high zoom-out level. Patch by B. N. SmatZ!.
rubidium [Wed, 13 Jun 2007 23:14:08 +0000] rev 6904
(svn r10153) -Fix [FS#869]: vehicles disappear when crossing certain tiles. Fix by B. N. SmatZ!.
truelight [Wed, 13 Jun 2007 19:34:33 +0000] rev 6903
(svn r10150) -Fix r10148: show a message to users when using 32bpp blitter and no libpng available
truelight [Wed, 13 Jun 2007 19:05:42 +0000] rev 6902
(svn r10149) -Fix r10143: MSVC warnings... (tnx boekabart and glx)
truelight [Wed, 13 Jun 2007 18:52:06 +0000] rev 6901
(svn r10148) -Fix r10143: make --without-png to compile again
rubidium [Wed, 13 Jun 2007 18:36:04 +0000] rev 6900
(svn r10147) -Fix: the oldloader did clear some bits for road vehicles that shouldn't be cleared in some cases.
belugas [Wed, 13 Jun 2007 18:35:06 +0000] rev 6899
(svn r10146) -Codechange: Silence a compiler warning
-Codechange: Comment style beautifying
-Codechange: define (tentatively) var 0x44 and 0x61 for industry tiles
rubidium [Wed, 13 Jun 2007 17:34:05 +0000] rev 6898
(svn r10145) -Fix: make compiling with networking disabled (again) possible.
truelight [Wed, 13 Jun 2007 16:23:59 +0000] rev 6897
(svn r10144) -Fix r10143: forgot some svn:eol-style
truelight [Wed, 13 Jun 2007 16:21:11 +0000] rev 6896
(svn r10143) -Add: store the filename of the grfs opened and allow easy access to the name
-Codechange: store the SpriteID in the spritecache too
-Add: add a PNG loader for graphical files
-Documentation: added a document to explain the PNG format
truelight [Wed, 13 Jun 2007 16:04:35 +0000] rev 6895
(svn r10142) -Fix r10132: do something useful with the alpha channel instead of ignoring it
celestar [Wed, 13 Jun 2007 15:24:40 +0000] rev 6894
(svn r10141) -Fix (FS#848, r8973): Set the newgrf bit for realistic plane speeds (bulb)
rubidium [Wed, 13 Jun 2007 15:22:28 +0000] rev 6893
(svn r10140) -Fix [FS#867]: an industry could overbuild a bridge.
rubidium [Wed, 13 Jun 2007 14:57:42 +0000] rev 6892
(svn r10139) -Fix: all inner parts of OpenTTD assume that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1.
rubidium [Wed, 13 Jun 2007 14:56:27 +0000] rev 6891
(svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played.
rubidium [Wed, 13 Jun 2007 14:52:41 +0000] rev 6890
(svn r10137) -Add: console command to get the current game date.
truelight [Wed, 13 Jun 2007 10:31:40 +0000] rev 6889
(svn r10132) -Codechange: split out the last direct video-buffer read access to the blitter-layer
-Add: added a new renderer and blitter to make room for some optimized bpp
-Fix: fill the alpha channel in the grf-spriteloader
rubidium [Wed, 13 Jun 2007 09:12:10 +0000] rev 6888
(svn r10131) -Fix [FS#810]: when removing a dock, a ship will always try to reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water.