log

age author description
Tue, 19 Jun 2007 00:05:26 +0000 rubidium (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. draft
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F draft
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. draft
Mon, 18 Jun 2007 22:09:54 +0000 rubidium (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit draft
Mon, 18 Jun 2007 21:44:47 +0000 rubidium (svn r10208) -Codechange: replace int32 with Money where appropriate. draft
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. draft
Mon, 18 Jun 2007 20:08:21 +0000 truelight (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer draft
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. draft
Mon, 18 Jun 2007 19:42:48 +0000 truelight (svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle' draft
Mon, 18 Jun 2007 19:38:23 +0000 truelight (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine draft
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. draft
Mon, 18 Jun 2007 16:42:40 +0000 rubidium (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded). draft
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) draft
Mon, 18 Jun 2007 11:04:12 +0000 rubidium (svn r10198) -Fix (r10194): did not search all search paths. draft
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. draft
Mon, 18 Jun 2007 08:17:31 +0000 miham (svn r10196) -Update: WebTranslator2 update to 2007-06-18 10:15:44 draft
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. draft
Sun, 17 Jun 2007 20:47:11 +0000 truelight (svn r10193) -Fix r10190: somehow an other partly-patch was applied too draft
Sun, 17 Jun 2007 20:40:02 +0000 truelight (svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa video-driver draft
Sun, 17 Jun 2007 20:36:14 +0000 rubidium (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits). draft
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter draft
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) draft
Sun, 17 Jun 2007 20:09:05 +0000 rubidium (svn r10188) -Codechange: make it a little easier to load a savegame from the console: draft
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. draft
Sun, 17 Jun 2007 19:00:45 +0000 glx (svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32) draft
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). draft
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. draft
Sun, 17 Jun 2007 15:55:52 +0000 rubidium (svn r10183) -Fix (r10182): some bashism sneaked in. draft
Sun, 17 Jun 2007 15:48:57 +0000 rubidium (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible. draft
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. draft