------------------------------------------------------------------------ r5625 | miham | 2006-07-27 14:07:51 +0000 (Thu, 27 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-27 16:07:36 estonian - 2 fixed, 1 changed by t2t2 (3) ------------------------------------------------------------------------ r5624 | tron | 2006-07-27 05:30:53 +0000 (Thu, 27 Jul 2006) | 1 line Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() instead of GetRailTile{T,Subt}ype() - this is more concise and a bit more flexible if/when the rail tile encoding changes ------------------------------------------------------------------------ r5623 | miham | 2006-07-26 19:07:19 +0000 (Wed, 26 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-26 21:07:04 swedish - 2 fixed, 14 changed by cjw (16) ------------------------------------------------------------------------ r5618 | tron | 2006-07-26 12:11:52 +0000 (Wed, 26 Jul 2006) | 1 line Remove a redundant check, CheckTrackCombination() a few lines above performs the same test ------------------------------------------------------------------------ r5617 | tron | 2006-07-26 10:50:46 +0000 (Wed, 26 Jul 2006) | 1 line if cascade -> switch ------------------------------------------------------------------------ r5616 | miham | 2006-07-26 10:31:23 +0000 (Wed, 26 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-26 12:31:09 ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r5615 | tron | 2006-07-26 10:00:33 +0000 (Wed, 26 Jul 2006) | 1 line Move GetStationTileForVehicle() to its only user ------------------------------------------------------------------------ r5614 | tron | 2006-07-26 08:41:14 +0000 (Wed, 26 Jul 2006) | 1 line Move a type declaration to its only user ------------------------------------------------------------------------ r5613 | tron | 2006-07-26 08:32:20 +0000 (Wed, 26 Jul 2006) | 1 line Rename VS_DISASTER to VS_SHADOW, because this is what this flag actually means ------------------------------------------------------------------------ r5612 | tron | 2006-07-26 08:27:05 +0000 (Wed, 26 Jul 2006) | 1 line Restructure some code which uses the vehicle position hash to make it a bit clearer what's going on ------------------------------------------------------------------------ r5611 | tron | 2006-07-26 05:58:34 +0000 (Wed, 26 Jul 2006) | 1 line Remove a stale comment ------------------------------------------------------------------------ r5610 | tron | 2006-07-26 05:57:30 +0000 (Wed, 26 Jul 2006) | 1 line Remove a pointless call to VehicleInTheWayErrMsg() - only trains can be on rail bridges ------------------------------------------------------------------------ r5609 | belugas | 2006-07-26 03:33:12 +0000 (Wed, 26 Jul 2006) | 1 line CodeChange : Apply coding style ------------------------------------------------------------------------ r5607 | tron | 2006-07-25 19:18:31 +0000 (Tue, 25 Jul 2006) | 2 lines -Regression [r3597]: Let a road vehicle only overtake if there is no vehicle close except the two involved ------------------------------------------------------------------------ r5606 | tron | 2006-07-25 18:32:34 +0000 (Tue, 25 Jul 2006) | 1 line Replace some magic numbers by proper TrackBits enums and macros ------------------------------------------------------------------------ r5602 | miham | 2006-07-25 10:03:20 +0000 (Tue, 25 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-25 12:03:06 simplified_chinese - 549 fixed by Fishingsnow (549) ------------------------------------------------------------------------ r5601 | miham | 2006-07-24 20:10:31 +0000 (Mon, 24 Jul 2006) | 4 lines WebTranslator2 update to 2006-07-24 22:10:14 german - 1 changed by Neonox (1) slovak - 10 changed by lengyel (10) ------------------------------------------------------------------------ r5600 | miham | 2006-07-23 18:42:10 +0000 (Sun, 23 Jul 2006) | 3 lines WebTranslator2 update to 2006-07-23 20:41:55 slovak - 40 changed by lengyel (40) ------------------------------------------------------------------------ r5599 | tron | 2006-07-23 17:17:43 +0000 (Sun, 23 Jul 2006) | 1 line GetPrevVehicleInChain() may never fail to find a valid vehicle. Reflect this in the code ------------------------------------------------------------------------ r5597 | tron | 2006-07-23 08:40:49 +0000 (Sun, 23 Jul 2006) | 1 line Remove the unused attribute ground_child from struct ViewportDrawer ------------------------------------------------------------------------ r5596 | miham | 2006-07-22 18:21:20 +0000 (Sat, 22 Jul 2006) | 5 lines WebTranslator2 update to 2006-07-22 20:18:06 bulgarian - 160 fixed by groupsky (160) slovak - 49 changed by lengyel (49) turkish - 1 fixed by jnmbk (1) ------------------------------------------------------------------------ r5595 | tron | 2006-07-22 16:44:55 +0000 (Sat, 22 Jul 2006) | 1 line Show all aircraft in the dry-run build window of the global aircraft list again ------------------------------------------------------------------------ r5594 | tron | 2006-07-22 14:43:53 +0000 (Sat, 22 Jul 2006) | 3 lines Be more strict what's allowed to be built in a hangar: if the airport can't handle planes/helicopters don't present and disallow building planes/helicopters - the latter case wasn't covered yet. Also remove an error message about building aircraft which can't be triggered by a normal client ------------------------------------------------------------------------ r5592 | tron | 2006-07-22 14:31:56 +0000 (Sat, 22 Jul 2006) | 1 line Merge two complementary cases ------------------------------------------------------------------------ r5584 | tron | 2006-07-22 09:08:34 +0000 (Sat, 22 Jul 2006) | 1 line When drawing catenary on a bridge calculate its height only once ------------------------------------------------------------------------ r5582 | tron | 2006-07-22 08:59:52 +0000 (Sat, 22 Jul 2006) | 1 line Add and use AxisToTrack{Bits,}() ------------------------------------------------------------------------ r5581 | tron | 2006-07-22 07:36:01 +0000 (Sat, 22 Jul 2006) | 1 line Slightly alter some snow line related calculations to make them a bit clearer ------------------------------------------------------------------------ r5580 | tron | 2006-07-22 07:28:04 +0000 (Sat, 22 Jul 2006) | 1 line -Regression: Under certain circumstances it was possible to remove/convert bridges while a vehicle was on it. Fix this by properly calculating the height of a bridge ------------------------------------------------------------------------