src/station_cmd.cpp
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Wed, 21 Mar 2007 13:19:01 +0000 peter1138 (svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
Sun, 18 Mar 2007 22:07:44 +0000 peter1138 (svn r9301) -Codechange: Use cargo class to determine if a road vehicle can stop in bus or truck stops.
Wed, 14 Mar 2007 12:56:09 +0000 maedhros (svn r9178) -Fix (r7573) [FS#679]: Don't allow building docks or buoys under bridges.
Tue, 13 Mar 2007 21:31:09 +0000 peter1138 (svn r9147) -Fix (r1770, r8161): when loadin games, enroute_from and enroute_from_xy were updated in the wrong place, causing issues with TTD savegames/scenarios.
Fri, 09 Mar 2007 10:12:08 +0000 rubidium (svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport (skidd13).
Thu, 08 Mar 2007 20:50:27 +0000 truelight (svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sat, 03 Mar 2007 04:04:22 +0000 belugas (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Fri, 02 Mar 2007 18:49:11 +0000 richk (svn r8978) -Feature: Rewrite of transfer system.
Sat, 24 Feb 2007 09:42:39 +0000 tron (svn r8876) -Fix
Sat, 24 Feb 2007 06:46:20 +0000 tron (svn r8875) -Fix
Fri, 23 Feb 2007 01:48:53 +0000 belugas (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Fri, 23 Feb 2007 00:17:46 +0000 rubidium (svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops as if it were removing a normal road tile (consider the local authority and such).
Fri, 23 Feb 2007 00:10:16 +0000 rubidium (svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority.
Thu, 22 Feb 2007 08:43:02 +0000 tron (svn r8841) -Fix
Wed, 21 Feb 2007 19:46:37 +0000 tron (svn r8833) -Fix
Wed, 21 Feb 2007 07:37:31 +0000 tron (svn r8828) -Fix
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
Tue, 20 Feb 2007 06:39:09 +0000 tron (svn r8822) -Fix
Mon, 19 Feb 2007 13:45:13 +0000 rubidium (svn r8809) -Fix (r8715): accidentally removed a part of an expression.
Sun, 18 Feb 2007 11:45:56 +0000 tron (svn r8800) -Fix
Sun, 18 Feb 2007 11:27:09 +0000 tron (svn r8799) -Fix
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.
Sun, 18 Feb 2007 09:00:34 +0000 tron (svn r8796) -Fix
Sun, 18 Feb 2007 08:37:39 +0000 tron (svn r8794) -Fix
Sat, 17 Feb 2007 15:59:33 +0000 tron (svn r8782) -Fix
Sat, 17 Feb 2007 15:34:05 +0000 tron (svn r8781) -Fix
Sat, 17 Feb 2007 15:03:30 +0000 tron (svn r8779) -Fix
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix
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.
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix
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.
Wed, 14 Feb 2007 16:37:16 +0000 rubidium (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
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.
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.
Tue, 13 Feb 2007 15:42:52 +0000 celestar (svn r8707) -Codechange: Turn IsValidStation into a method of Station
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
Tue, 13 Feb 2007 10:26:53 +0000 rubidium (svn r8698) -Codechange: enumify the returns of VehicleEnterTile
Tue, 13 Feb 2007 00:25:42 +0000 rubidium (svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
Thu, 08 Feb 2007 14:04:02 +0000 rubidium (svn r8635) -Fix: draw canal edges under buoys that are in a canal.
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.
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)
Fri, 02 Feb 2007 19:09:54 +0000 tron (svn r8539) -Fix
Fri, 02 Feb 2007 08:23:48 +0000 tron (svn r8531) -Fix
Fri, 02 Feb 2007 07:48:06 +0000 celestar (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
Thu, 01 Feb 2007 16:48:38 +0000 celestar (svn r8514) -Codechange: Turn IsBuoy into a method of stations
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.
Wed, 31 Jan 2007 21:42:58 +0000 tron (svn r8499) -Fix
Wed, 31 Jan 2007 06:25:46 +0000 tron (svn r8477) -Fix
Wed, 31 Jan 2007 05:08:07 +0000 tron (svn r8476) -Fix
Wed, 31 Jan 2007 05:01:29 +0000 tron (svn r8475) -Fix
Wed, 31 Jan 2007 04:34:56 +0000 tron (svn r8474) -Fix
Sun, 28 Jan 2007 21:54:40 +0000 tron (svn r8449) -Fix
Fri, 26 Jan 2007 11:38:07 +0000 KUDr (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
Thu, 25 Jan 2007 11:11:43 +0000 celestar (svn r8403) -Fix (r8402): Forgot to remove an enum
Thu, 25 Jan 2007 10:06:58 +0000 celestar (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
Thu, 25 Jan 2007 07:11:06 +0000 tron (svn r8400) -Fix