log src/station_cmd.cpp @ 6076:0540ac4a12e6 draft

age author description
Mon, 19 Feb 2007 13:45:13 +0000 rubidium (svn r8809) -Fix (r8715): accidentally removed a part of an expression. draft
Sun, 18 Feb 2007 11:45:56 +0000 tron (svn r8800) -Fix draft
Sun, 18 Feb 2007 11:27:09 +0000 tron (svn r8799) -Fix draft
Sun, 18 Feb 2007 11:14:55 +0000 rubidium (svn r8797) -Fix (8741): the 'drive through station built on town owned road' bit was not set. draft
Sun, 18 Feb 2007 09:00:34 +0000 tron (svn r8796) -Fix draft
Sun, 18 Feb 2007 08:37:39 +0000 tron (svn r8794) -Fix draft
Sat, 17 Feb 2007 15:59:33 +0000 tron (svn r8782) -Fix draft
Sat, 17 Feb 2007 15:34:05 +0000 tron (svn r8781) -Fix draft
Sat, 17 Feb 2007 15:03:30 +0000 tron (svn r8779) -Fix draft
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix draft
Fri, 16 Feb 2007 22:44:56 +0000 rubidium (svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code. draft
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix draft
Wed, 14 Feb 2007 20:58:19 +0000 rubidium (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs. draft
Wed, 14 Feb 2007 16:37:16 +0000 rubidium (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p. draft
Tue, 13 Feb 2007 22:27:27 +0000 rubidium (svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p. draft
Tue, 13 Feb 2007 16:36:38 +0000 celestar (svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into GetPlatformLength because that is what it really does. Overload it because there is already a GetPlatformLength (one gives the length of the whole platform, the other gives the remaining length in a given direction). Turned both functions into methods of Station. While messing around with it, fix a problem where loading times for overhanging trains are miscomputed. draft
Tue, 13 Feb 2007 15:42:52 +0000 celestar (svn r8707) -Codechange: Turn IsValidStation into a method of Station draft
Tue, 13 Feb 2007 12:34:54 +0000 celestar (svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums draft
Tue, 13 Feb 2007 10:26:53 +0000 rubidium (svn r8698) -Codechange: enumify the returns of VehicleEnterTile draft
Tue, 13 Feb 2007 00:25:42 +0000 rubidium (svn r8694) -Codechange: make RoadStop's status accessible via accessor functions. draft
Thu, 08 Feb 2007 14:04:02 +0000 rubidium (svn r8635) -Fix: draw canal edges under buoys that are in a canal. draft
Wed, 07 Feb 2007 17:52:21 +0000 rubidium (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile. draft
Fri, 02 Feb 2007 20:20:56 +0000 KUDr (svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan) draft
Fri, 02 Feb 2007 19:09:54 +0000 tron (svn r8539) -Fix draft
Fri, 02 Feb 2007 08:23:48 +0000 tron (svn r8531) -Fix draft
Fri, 02 Feb 2007 07:48:06 +0000 celestar (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists. draft
Thu, 01 Feb 2007 16:48:38 +0000 celestar (svn r8514) -Codechange: Turn IsBuoy into a method of stations draft
Thu, 01 Feb 2007 12:51:10 +0000 Darkvater (svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this. draft
Wed, 31 Jan 2007 21:42:58 +0000 tron (svn r8499) -Fix draft
Wed, 31 Jan 2007 06:25:46 +0000 tron (svn r8477) -Fix draft