src/station_cmd.cpp
Sun, 27 May 2007 01:59:07 +0000 glx (svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram
Sun, 27 May 2007 01:03:59 +0000 glx (svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa)
Sat, 26 May 2007 14:24:19 +0000 rubidium (svn r9935) -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road.
Fri, 25 May 2007 22:07:40 +0000 rubidium (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Thu, 24 May 2007 08:52:28 +0000 rubidium (svn r9908) -Codechange: prepare the station picker for more road types.
Wed, 23 May 2007 17:33:03 +0000 maedhros (svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01.
Mon, 21 May 2007 16:58:23 +0000 rubidium (svn r9895) -Fix: assertion when removing roadstop.
Sun, 20 May 2007 22:04:24 +0000 rubidium (svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Mon, 07 May 2007 17:10:30 +0000 peter1138 (svn r9810) -Feature: Add drag and drop removal of station tiles (Wolf01)
Tue, 01 May 2007 06:43:18 +0000 peter1138 (svn r9758) -Fix (FS#756): Ignore bit 1 (axis) of station tile layouts
Fri, 20 Apr 2007 08:00:30 +0000 rubidium (svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Wed, 18 Apr 2007 18:00:33 +0000 belugas (svn r9669) -Documentation: some more doxygen fixes
Wed, 18 Apr 2007 00:41:09 +0000 belugas (svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
Tue, 17 Apr 2007 21:09:38 +0000 belugas (svn r9664) -Documentation: Doxygen corrections,errors and omissions
Sun, 15 Apr 2007 16:20:35 +0000 peter1138 (svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.
Thu, 12 Apr 2007 13:07:15 +0000 maedhros (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Thu, 05 Apr 2007 07:49:04 +0000 peter1138 (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Sat, 31 Mar 2007 09:53:40 +0000 maedhros (svn r9532) -Fix (r8741) [FS#708]: Make errors when building drive through road stops more descriptive.
Thu, 29 Mar 2007 13:52:34 +0000 celestar (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
Sat, 24 Mar 2007 09:12:03 +0000 celestar (svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations
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.