Tue, 19 Jun 2007 15:18:26 +0000 truelight (svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx)
Tue, 19 Jun 2007 15:04:08 +0000 truelight (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed
Tue, 19 Jun 2007 12:19:31 +0000 truelight (svn r10215) -Fix r10214: forgot 2 cases of the same mistake
Tue, 19 Jun 2007 12:18:24 +0000 truelight (svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138)
Tue, 19 Jun 2007 00:05:26 +0000 rubidium (svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Mon, 18 Jun 2007 22:49:55 +0000 rubidium (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.
Mon, 18 Jun 2007 22:09:54 +0000 rubidium (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit
Mon, 18 Jun 2007 21:44:47 +0000 rubidium (svn r10208) -Codechange: replace int32 with Money where appropriate.
Mon, 18 Jun 2007 21:00:14 +0000 rubidium (svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
Mon, 18 Jun 2007 20:08:21 +0000 truelight (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
Mon, 18 Jun 2007 19:42:48 +0000 truelight (svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle'
Mon, 18 Jun 2007 19:38:23 +0000 truelight (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine
Mon, 18 Jun 2007 18:45:12 +0000 peter1138 (svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go.
Mon, 18 Jun 2007 16:42:40 +0000 rubidium (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
Mon, 18 Jun 2007 14:40:07 +0000 KUDr (svn r10199) -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) stops on assert (immeR)
Mon, 18 Jun 2007 11:04:12 +0000 rubidium (svn r10198) -Fix (r10194): did not search all search paths.
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Mon, 18 Jun 2007 08:17:31 +0000 miham (svn r10196) -Update: WebTranslator2 update to 2007-06-18 10:15:44
Sun, 17 Jun 2007 21:26:57 +0000 rubidium (svn r10194) -Codechange: prefer the current working directory above the user's home directory when openttd.cfg exists in the current working directory, otherwise prefer the home directory.
Sun, 17 Jun 2007 20:47:11 +0000 truelight (svn r10193) -Fix r10190: somehow an other partly-patch was applied too
Sun, 17 Jun 2007 20:40:02 +0000 truelight (svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa video-driver
Sun, 17 Jun 2007 20:36:14 +0000 rubidium (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
Sun, 17 Jun 2007 20:14:38 +0000 truelight (svn r10189) -Add: added a safety check in MSVC project generate script to make sure we do not use filenames with the same name in different directories, as MSVC is plain stupid and can't handle that (go wine to Billy or something if you want it fixed properly)
Sun, 17 Jun 2007 20:09:05 +0000 rubidium (svn r10188) -Codechange: make it a little easier to load a savegame from the console:
Sun, 17 Jun 2007 19:46:01 +0000 rubidium (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough.
Sun, 17 Jun 2007 19:00:45 +0000 glx (svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32)
Sun, 17 Jun 2007 18:22:43 +0000 rubidium (svn r10185) -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime).
Sun, 17 Jun 2007 18:18:18 +0000 rubidium (svn r10184) -Fix: remove empty strings that are clearly bad. WT2 shouldn't add them anymore.
Sun, 17 Jun 2007 15:55:52 +0000 rubidium (svn r10183) -Fix (r10182): some bashism sneaked in.
Sun, 17 Jun 2007 15:48:57 +0000 rubidium (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
Sun, 17 Jun 2007 13:27:50 +0000 rubidium (svn r10181) -Fix (r10093): clamp the zoom level so it won't try to use a wrong zoom level when loading an old savegame.
Sun, 17 Jun 2007 13:26:19 +0000 rubidium (svn r10180) -Fix (r10167): do not reset the 2cc loaded feature setting when a (later) newgrf does not have 2cc.
Sun, 17 Jun 2007 12:30:43 +0000 rubidium (svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files.
Sun, 17 Jun 2007 11:01:58 +0000 maedhros (svn r10178) -Fix: Don't deactivate newgrf files when skipping the rest of the file during the initialisation stage.
Sun, 17 Jun 2007 10:47:30 +0000 peter1138 (svn r10177) -Fix: Passengers has one A and two Es (ln)
Sun, 17 Jun 2007 10:14:47 +0000 maedhros (svn r10176) -Fix (r10071): Deselect the currently selected order when clicking on an empty part of the orders window.
Sun, 17 Jun 2007 07:24:39 +0000 miham (svn r10175) -Fix: [Translations] Stupid me, {STRINGx} can only be used in english...
Sun, 17 Jun 2007 07:21:02 +0000 miham (svn r10174) -Fix: [Translations]: piglatin plural forms had some problem..
Sun, 17 Jun 2007 05:45:05 +0000 miham (svn r10173) -Add: Translations: added new language "Pig Latin". Already "pre-translated", only needs checking. Idea of Piglatin language was from Adam M-W
Sun, 17 Jun 2007 01:01:15 +0000 belugas (svn r10172) -Fix(r10127): Wrong evaluation order on variable 0x41 for industry tile.
Sat, 16 Jun 2007 21:57:30 +0000 rubidium (svn r10171) -Add: simple support for ccache (--with-ccache).
Sat, 16 Jun 2007 12:03:36 +0000 rubidium (svn r10170) -Codechange: remove some duplication of code.
Sat, 16 Jun 2007 11:13:30 +0000 rubidium (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.
Sat, 16 Jun 2007 10:10:22 +0000 rubidium (svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it.
Fri, 15 Jun 2007 23:55:52 +0000 belugas (svn r10167) -Codechange: Change the flagging system of grf loaded feature from a bitset to a bool evaluation.
Fri, 15 Jun 2007 16:21:56 +0000 peter1138 (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.
Fri, 15 Jun 2007 08:05:24 +0000 rubidium (svn r10165) -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport.
Fri, 15 Jun 2007 05:44:45 +0000 miham (svn r10164) -Update: WebTranslator2 update to 2007-06-15 07:44:28
Fri, 15 Jun 2007 01:53:43 +0000 belugas (svn r10163) -Fix(r8128): Industries had lost their random recoloring. A test was removed and is now reintroduced in another way.
Thu, 14 Jun 2007 15:24:34 +0000 rubidium (svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable.
Thu, 14 Jun 2007 14:31:48 +0000 truelight (svn r10157) -Fix: use as indentified for PNGs, the place of the image as it was in the grf, not the internal SpriteID
Thu, 14 Jun 2007 14:11:08 +0000 truelight (svn r10156) -Fix: PNG loader can now load 8bpp palette images and greyscale images
Thu, 14 Jun 2007 08:39:27 +0000 rubidium (svn r10155) -Fix [FS#601]: Airports didn't flood when there are aircraft on the airport.
Wed, 13 Jun 2007 23:43:00 +0000 rubidium (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!.
Wed, 13 Jun 2007 23:14:08 +0000 rubidium (svn r10153) -Fix [FS#869]: vehicles disappear when crossing certain tiles. Fix by B. N. SmatZ!.
Wed, 13 Jun 2007 19:34:33 +0000 truelight (svn r10150) -Fix r10148: show a message to users when using 32bpp blitter and no libpng available
Wed, 13 Jun 2007 19:05:42 +0000 truelight (svn r10149) -Fix r10143: MSVC warnings... (tnx boekabart and glx)