Thu, 11 May 2006 14:05:23 +0000 celestar (svn r4827) -Fix (FS#160) In the terraform toolbar, don't treat the plant tree button as place-push-button, because it isn't
Thu, 11 May 2006 13:31:14 +0000 bjarni (svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and was number of vehicles (of a type, not total) was reached
Thu, 11 May 2006 12:42:24 +0000 bjarni (svn r4825) - Fix [clone FS#159]: Game crashes when cloning reaches train-limit.
Thu, 11 May 2006 12:41:02 +0000 peter1138 (svn r4824) - NewGRF: add support for getting/setting miscellaneous grf flags (param 0x9E)
Thu, 11 May 2006 11:24:09 +0000 celestar (svn r4823) -Fix: Improved tooltips for sortable station lists.
Thu, 11 May 2006 10:33:58 +0000 celestar (svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities)
Thu, 11 May 2006 09:54:11 +0000 peter1138 (svn r4821) - NewGRF: simplify parameter retrieval in Action 0x0D
Thu, 11 May 2006 06:36:38 +0000 miham (svn r4820) WebTranslator2 update to 2006-05-11 08:30:15
Thu, 11 May 2006 05:32:26 +0000 celestar (svn r4819) -Debug: When clicking on a vehicle in the viewport, the index and address of the vehicle get dumped for "misc" debug levels >= 2
Wed, 10 May 2006 21:55:44 +0000 peter1138 (svn r4818) - NewGRF: add support for reading another GRF file's parameters, and warn if GRF Resource Management is tried.
Wed, 10 May 2006 21:41:16 +0000 peter1138 (svn r4817) - NewGRF: allow partial support for parameter retrieval in action D.
Wed, 10 May 2006 21:34:57 +0000 peter1138 (svn r4816) - NewGRF: action 7/9 improvements:
Wed, 10 May 2006 10:52:56 +0000 miham (svn r4813) WebTranslator2 update to 2006-05-10 12:51:40
Wed, 10 May 2006 09:38:29 +0000 celestar (svn r4812) -Fix (FS#161) NTP properly checks for railtypes on non-plain-rail-tiles (Rubidium)
Wed, 10 May 2006 06:23:43 +0000 peter1138 (svn r4811) - NewGRF: only check a sprite set's feature when assigning a sprite result sprite group.
Tue, 09 May 2006 17:24:08 +0000 glx (svn r4810) - Fix: removed warning about strict-alias (release build)
Tue, 09 May 2006 17:10:26 +0000 belugas (svn r4809) Codechange : Merged two loops in only one.
Tue, 09 May 2006 15:43:40 +0000 peter1138 (svn r4808) - Fix GetCharacterWidth() change in os2.c missed in r4802.
Tue, 09 May 2006 15:36:48 +0000 glx (svn r4807) - Fix: win32 compilation was broken by r4802
Tue, 09 May 2006 13:23:04 +0000 peter1138 (svn r4802) - Codechange: replace _stringwidth_base and associated magic numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.
Tue, 09 May 2006 11:42:51 +0000 peter1138 (svn r4793) - Replace list of magic numbers (characters that don't exist) with a call to SpriteExists(), when building the character width cache.
Tue, 09 May 2006 11:39:23 +0000 peter1138 (svn r4792) - Codechange: change a uint to a uint16 to avoid a signed/unsigned warning from some compilers.
Tue, 09 May 2006 10:35:13 +0000 peter1138 (svn r4791) - Codechange: Mark road bits as unsigned. Fixes warning with older gcc versions.
Tue, 09 May 2006 09:56:09 +0000 tron (svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to EnsureNoVehicleOnGround() to make more clear what it does
Tue, 09 May 2006 08:25:31 +0000 rubidium (svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency
Tue, 09 May 2006 08:17:33 +0000 rubidium (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
Tue, 09 May 2006 06:56:09 +0000 miham (svn r4787) WebTranslator2 update to 2006-05-09 08:55:14
Tue, 09 May 2006 06:52:28 +0000 peter1138 (svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits
Mon, 08 May 2006 21:59:36 +0000 glx (svn r4785) - Newstations: don't draw catenary on non-track tiles
Mon, 08 May 2006 17:47:35 +0000 peter1138 (svn r4784) - NewGRF: shuffle the mix of signed / unsigned types when dealing with var adjusts. Fixes issues with some station layouts.