src/station_cmd.cpp
Sun, 29 Jul 2007 23:42:59 +0000 rubidium (svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
Thu, 26 Jul 2007 16:51:10 +0000 rubidium (svn r10698) -Codechange [FS#1082]: simplify the code related to foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
Thu, 26 Jul 2007 14:07:11 +0000 rubidium (svn r10696) -Codechange: remove duplication of the "make sprite transparent" code.
Tue, 24 Jul 2007 21:48:50 +0000 rubidium (svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport.
Tue, 24 Jul 2007 19:56:43 +0000 rubidium (svn r10675) -Codechange: unhardcode the industry types used in several locations of the source code.
Sat, 21 Jul 2007 13:45:15 +0000 KUDr (svn r10646) -Cleanup: AutoPtrT<>::Release() renamed to Detach()
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Fri, 13 Jul 2007 20:46:53 +0000 rubidium (svn r10555) -Codechange/Fix: add a soft limit of 4096 "entities" in a station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists.
Wed, 27 Jun 2007 20:53:25 +0000 peter1138 (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
Mon, 25 Jun 2007 21:15:17 +0000 rubidium (svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations.
Mon, 25 Jun 2007 10:22:48 +0000 rubidium (svn r10320) -Fix [FS#278]: one could only build a limited number of stations before one had to rename them.
Fri, 22 Jun 2007 17:34:04 +0000 rubidium (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported.
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Mon, 18 Jun 2007 22:49:55 +0000 rubidium (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
Mon, 18 Jun 2007 16:42:40 +0000 rubidium (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Sat, 16 Jun 2007 10:10:22 +0000 rubidium (svn r10168) -Fix [FS#879]: cannot build airport when an aircraft is flying over it.
Mon, 11 Jun 2007 14:00:16 +0000 maedhros (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
Fri, 08 Jun 2007 09:35:39 +0000 peter1138 (svn r10062) -Codechange: Don't redraw all station tiles when cargo is added or removed if the station has no custom graphics.
Thu, 31 May 2007 07:34:40 +0000 rubidium (svn r9996) -Fix: be more strict when building/upgrading roads and/or road stops.
Mon, 28 May 2007 20:46:59 +0000 rubidium (svn r9965) -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed.
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)
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Mon, 27 Aug 2007 16:28:33 +0000 richk (svn r10990) [NewGRF_ports] -Feature: If ground tile 0x0F8D is used in an airport tileseq, the correct snow/desert tile is displayed. NewGRF_ports
Fri, 24 Aug 2007 22:53:07 +0000 richk (svn r10977) [NewGRF_ports] -Feature: Added multi-tile depot support. NewGRF_ports
Tue, 21 Aug 2007 19:33:49 +0000 richk (svn r10959) [NewGRF_ports] -Change: Rename FSMState to FSMCommand. nof_elements changed to num_positions. nof_depots changed to num_depots. NewGRF_ports
Tue, 21 Aug 2007 11:01:13 +0000 rubidium (svn r10957) [NewGRF_ports] -Codechange: reduce the dependency on AT_XXX enums and airport_type. NewGRF_ports
Tue, 21 Aug 2007 09:02:06 +0000 rubidium (svn r10956) [NewGRF_ports] -Codechange: start refactoring the airport specific code to be more generic so it can be used for non-aircraft ports too. NewGRF_ports
Thu, 16 Aug 2007 08:23:58 +0000 rubidium (svn r10920) [NewGRF_ports] -Cleanup: remove the tables/files that were used to define airports as they will all be defined in a NewGRF and we do not need them anymore. NewGRF_ports
Mon, 13 Aug 2007 09:21:57 +0000 richk (svn r10876) [NewGRF_ports] -Feature: if layout byte is 0xFF, do not clear the tile in CheckFlatLandBelow. Current fsmportspec now passed to CheckFlatLandBelow for direct access to layouts. NewGRF_ports
Sun, 12 Aug 2007 21:50:07 +0000 rubidium (svn r10874) [NewGRF_ports] -Codechange: remove the old airport remnants from the building/destruction commands. NewGRF_ports
Sun, 12 Aug 2007 21:28:34 +0000 rubidium (svn r10873) [NewGRF_ports] -Fix: layouts and layout_masks had one level of pointer indirection too much. NewGRF_ports