log

age author description
Sun, 10 Jul 2011 14:44:41 +0000 frosch (svn r22649) -Fix [FS#4670]: Switching from a red to a white highlight (by switching to another tool) without switching the highlight mode (HT_RECT etc.) did not mark the selection dirty. draft
Sun, 10 Jul 2011 13:25:52 +0000 frosch (svn r22648) -Fix (r22629): Missing 'break'. (thanks michi_cc) draft
Sun, 10 Jul 2011 13:21:21 +0000 frosch (svn r22647) -Codechange: Enhance MP_WATER map accessors with assertions. (adf88) draft
Sun, 10 Jul 2011 13:04:04 +0000 frosch (svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and depots. (based on patched by adf88 and michi_cc) draft
Sun, 10 Jul 2011 13:00:05 +0000 frosch (svn r22645) -Fix [FS#4678]: GetSection() does not return a LockPart. draft
Sat, 09 Jul 2011 18:10:48 +0000 frosch (svn r22644) -Codechange: Use IsShipDepotTile() instead of single water- and depottests. (adf88) draft
Fri, 08 Jul 2011 14:42:18 +0000 michi_cc (svn r22643) -Fix: Disallow building NewObjects on water tiles owned by another company. draft
Thu, 07 Jul 2011 21:52:08 +0000 frosch (svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, if the GRF specifies to have no parameters and one would not be able to set any parameters anyway. draft
Thu, 07 Jul 2011 20:35:48 +0000 frosch (svn r22641) -Fix (r22639): Warning about uninitialised fields. draft
Thu, 07 Jul 2011 17:45:07 +0000 translators (svn r22640) -Update from WebTranslator v3.0: draft
Thu, 07 Jul 2011 14:16:22 +0000 michi_cc (svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal speed fraction). draft
Thu, 07 Jul 2011 14:16:16 +0000 michi_cc (svn r22638) -Fix: Keep the previous owner of the upper and lower lock parts if they are built on existing water. draft
Tue, 05 Jul 2011 17:45:08 +0000 translators (svn r22637) -Update from WebTranslator v3.0: draft
Mon, 04 Jul 2011 22:07:53 +0000 frosch (svn r22636) -Fix: Airports should not expose the tile specific random bits of the north tile. Only airport tiles should access those. draft
Mon, 04 Jul 2011 20:37:20 +0000 frosch (svn r22635) -Fix: Correctly reseed random bits of industries and industry tiles. draft
Mon, 04 Jul 2011 20:31:57 +0000 frosch (svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'. draft
Mon, 04 Jul 2011 20:25:17 +0000 frosch (svn r22633) -Fix: Implement variables 25 and 7F for railtypes. draft
Mon, 04 Jul 2011 17:45:07 +0000 translators (svn r22632) -Update from WebTranslator v3.0: draft
Sun, 03 Jul 2011 14:49:19 +0000 frosch (svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour. draft
Sun, 03 Jul 2011 14:33:17 +0000 frosch (svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack(). draft
Sun, 03 Jul 2011 14:32:15 +0000 frosch (svn r22629) -Fix [FS#4599]: Remove all usages of the ErrorRefStack. It was continuously overwritten by e.g. industry prospection without closing the old error window; also StopTextRefStackUsage() was not called for errors returned by commands (which caused FS#4599). Now return in the CommandCost result whether the textref stack needs to be used, and store a copy of the stack values in the error window just like for the normal string parameters. draft
Sun, 03 Jul 2011 13:53:42 +0000 frosch (svn r22628) -Codechange: Allow passing the textref stack values to use to StartTextRefStackUsage() instead of always using the temporary NewGRF registers. draft
Sun, 03 Jul 2011 13:49:29 +0000 frosch (svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation. draft
Sun, 03 Jul 2011 10:59:25 +0000 frosch (svn r22626) -Fix [FS#4622]: Also initialise _old_vds with newgame settings; TTD savegames do not contain these settings. draft
Sat, 02 Jul 2011 21:20:37 +0000 frosch (svn r22625) -Fix (r22050)[FS#4642]: Do not zero the orders of disaster vehicles when converting savegames. draft
Sat, 02 Jul 2011 19:31:01 +0000 frosch (svn r22624) -Fix [FS#4654]: When closing an AI company the local player cheated to, we need to cheat him to another company. draft
Sat, 02 Jul 2011 19:07:47 +0000 frosch (svn r22623) -Cleanup: DoAcquireCompany() does not need to sell shares, ChangeOwnershipOfCompanyItems() already does that and it does it better. draft
Sat, 02 Jul 2011 19:05:42 +0000 frosch (svn r22622) -Fix: When closing down companies their shares in other companies must be sold even if share trading is disabled at that point of time. draft
Sat, 02 Jul 2011 17:40:39 +0000 frosch (svn r22621) -Fix: When asking the user to confirm an unsafe unpausing, there is no need to execute a command if 'no' is choosed. This also prevents crashing when clicking unpause while the confirm window is shown. draft
Sat, 02 Jul 2011 16:45:54 +0000 frosch (svn r22620) -Change [FS#4651]: Enforce refit orders to be 'always go to depot' orders; service-only and stop-in-depot orders make no sense with refitting. draft
Sat, 02 Jul 2011 14:37:03 +0000 frosch (svn r22619) -Fix [FS#4662]: Consider the size of the vehicle sprite for the lineheight in the company GUI. This also makes the widget containing the sprite not skip drawing it, if the bounds of the widget are outside of the drawing area though the sprite actually needs drawing. draft
Sat, 02 Jul 2011 12:58:37 +0000 frosch (svn r22618) -Fix [FS#4653]: When changing difficulty settings over the network, do not just reopen the difficulty window if any game options window is opened; instead invalidate them properly. draft
Sat, 02 Jul 2011 12:49:44 +0000 frosch (svn r22617) -Codechange: Add GameOptionsInvalidationData enum for data values for Window::OnInvalidateData() of windows with class WC_GAME_OPTIONS. draft
Sat, 02 Jul 2011 11:31:20 +0000 frosch (svn r22616) -Codechange: Fix typo. draft
Sat, 02 Jul 2011 11:28:22 +0000 frosch (svn r22615) -Codechange: The return value of PlayTileSound() has no purpose. Remove it and document the rest. draft
Sat, 02 Jul 2011 11:24:39 +0000 frosch (svn r22614) -Fix [FS#4656]: If callback 33 returns a value out of range, no sound effect shall be played. draft
Fri, 01 Jul 2011 17:45:10 +0000 translators (svn r22613) -Update from WebTranslator v3.0: draft
Thu, 30 Jun 2011 17:45:11 +0000 translators (svn r22612) -Update from WebTranslator v3.0: draft
Tue, 28 Jun 2011 17:45:06 +0000 translators (svn r22611) -Update from WebTranslator v3.0: draft
Mon, 27 Jun 2011 17:45:06 +0000 translators (svn r22610) -Update from WebTranslator v3.0: draft
Sun, 26 Jun 2011 17:45:17 +0000 translators (svn r22609) -Update from WebTranslator v3.0: draft
Sun, 26 Jun 2011 16:16:04 +0000 alberth (svn r22608) -Fix[FS#4663]: Use rotated heightmap sizes for reporting scaling problems. draft
Thu, 23 Jun 2011 17:45:06 +0000 translators (svn r22607) -Update from WebTranslator v3.0: draft
Thu, 23 Jun 2011 08:25:15 +0000 frosch (svn r22606) -Fix (r22518): 20 is not the successor of 19 in NewGRF context. draft
Tue, 21 Jun 2011 17:45:15 +0000 translators (svn r22605) -Update from WebTranslator v3.0: draft
Mon, 20 Jun 2011 17:06:33 +0000 rubidium (svn r22604) -Document: that there are invalid warnings under some circumstances draft
Sun, 19 Jun 2011 17:45:07 +0000 translators (svn r22603) -Update from WebTranslator v3.0: draft
Sat, 18 Jun 2011 17:45:08 +0000 translators (svn r22596) -Update from WebTranslator v3.0: draft
Fri, 17 Jun 2011 20:32:25 +0000 yexo (svn r22595) -Fix [FS#4560] (r22593): build railstation gui was broken with newgrf stations draft
Thu, 16 Jun 2011 10:59:09 +0000 yexo (svn r22594) -Fix [FS#4644]: add active NewGRFs to the list of available ones when selecting the empty preset draft
Thu, 16 Jun 2011 09:46:24 +0000 yexo (svn r22593) -Fix [FS#4647]: don't show cargo accepted/produced in the new station window when no tiles are selected (mouse hovering a window or toolbar) draft
Wed, 15 Jun 2011 18:53:58 +0000 frosch (svn r22592) -Fix [FS#4645]: Reading of heightmaps with uncommon BMP formats failed due to uninitialised variables. (Parody) draft
Wed, 15 Jun 2011 18:52:21 +0000 terkhen (svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations. draft
Wed, 15 Jun 2011 17:45:08 +0000 translators (svn r22590) -Update from WebTranslator v3.0: draft
Tue, 14 Jun 2011 19:19:13 +0000 frosch (svn r22589) -Fix [FS#4641]: PBS order forecasting modified the current order index in case of a goto-nearest-depot order and no depot could be found. draft
Tue, 14 Jun 2011 17:45:13 +0000 translators (svn r22588) -Update from WebTranslator v3.0: draft
Tue, 14 Jun 2011 04:56:51 +0000 rubidium (svn r22587) -Fix: inconsistency in known-bugs.txt draft
Tue, 14 Jun 2011 04:55:34 +0000 rubidium (svn r22586) -Merge: documentation updates from 1.1 draft
Mon, 13 Jun 2011 17:45:09 +0000 translators (svn r22585) -Update from WebTranslator v3.0: draft
Mon, 13 Jun 2011 15:23:20 +0000 yexo (svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth) draft