src/station_cmd.cpp
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
Sun, 12 Aug 2007 18:18:48 +0000 rubidium (svn r10871) [NewGRF_ports] -Codechange: do not pay for clearing water tiles when placing watery tile on them anyway. NewGRF_ports
Sun, 12 Aug 2007 14:04:32 +0000 richk (svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games. NewGRF_ports
Fri, 10 Aug 2007 18:31:08 +0000 richk (svn r10844) [NewGRF_ports] -Feature: Airports loaded from old savegames (prior to vsn74). Only applies currently to Small, Large, and Commuter. NewGRF_ports
Thu, 09 Aug 2007 02:43:04 +0000 richk (svn r10829) [NewGRF_ports] -Change: Animation was causing failures if the tile happened to be one of the hardcoded animated tiles. For the moment, comment out. Will be replaced with newgrf animation. NewGRF_ports
Wed, 08 Aug 2007 02:09:50 +0000 richk (svn r10826) [NewGRF_ports] -Change: Added save of FSMport_flood_protected. NewGRF_ports
Tue, 07 Aug 2007 23:15:28 +0000 richk (svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support. NewGRF_ports
Sun, 05 Aug 2007 23:43:56 +0000 glx (svn r10801) [NewGRF_ports] -Add: saving of layout_set and orientation NewGRF_ports
Sun, 05 Aug 2007 23:06:58 +0000 rubidium (svn r10800) [NewGRF_ports] -Add: saving of FSMblockmaps. NewGRF_ports
Sat, 04 Aug 2007 21:33:27 +0000 richk (svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement. NewGRF_ports
Sat, 04 Aug 2007 17:26:22 +0000 richk (svn r10783) [NewGRF_ports] -Feature: Added placing FSMport in any of up to 4 different orientations. GUI now has a preview image for each orientation - not interactive, just a screenshot stored. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Tue, 31 Jul 2007 00:36:55 +0000 richk (svn r10738) [NewGRF_ports] -Feature: FSMblockmap class added. Basic FSM import complete. Need to handle multiple blocks on import. Aircraft controller recoded to work with new 128 bit blocks. Still need to write saveload for new blocks. NewGRF_ports
Tue, 24 Jul 2007 22:16:32 +0000 richk (svn r10683) [NewGRF_ports] -Revert: Too eager to un-const... global search/replace removed too many. Restores necessary ones... for the moment ;) NewGRF_ports
Mon, 23 Jul 2007 22:20:36 +0000 richk (svn r10666) [NewGRF_ports] -Change: portFSM added to FSMportsSpec. NewGRF_ports
Sun, 22 Jul 2007 22:28:46 +0000 richk (svn r10654) [NewGRF_ports] -Change: Can now load and save newgrf airports. Graphics correctly reloaded after save. NewGRF_ports
Sun, 22 Jul 2007 21:24:42 +0000 richk (svn r10653) [NewGRF_ports] -Sync: with trunk r10602-10651 NewGRF_ports
Sun, 22 Jul 2007 21:10:59 +0000 richk (svn r10652) [NewGRF_ports] -Fix: Initialise variable to eliminate warning. NewGRF_ports
Tue, 17 Jul 2007 00:03:21 +0000 rubidium (svn r10602) [NewGRF_ports] -Sync: with trunk r10593:10601. NewGRF_ports
Mon, 16 Jul 2007 22:51:14 +0000 richk (svn r10599) [NewGRF_ports] -Change: Updated RemoveAirport function to work with either old or new style airport placements. NewGRF_ports
Mon, 16 Jul 2007 21:11:29 +0000 richk (svn r10594) [NewGRF_ports] -Fix: restored original airport placement functionality. You can now place an airport using newgrf, or using original method. NewGRF_ports
Mon, 16 Jul 2007 00:39:06 +0000 richk (svn r10586) [NewGRF_ports] -Feature: Load an airport via a newgrf file. Currently, only graphics support provided. NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Tue, 27 Mar 2007 23:27:27 +0000 richk (svn r9511) [NewGRF_ports] -Feature: Added ability to have irregular shaped airports. Use value 255 in airport layout, and that tile is skipped during airport placement & deletion. NewGRF_ports
Tue, 27 Mar 2007 21:58:38 +0000 richk (svn r9510) [NewGRF_ports] -Codechange: Moved airport layouts from station_cmd.cpp into table/station_air.h. Ultimately, these layouts should be provided by a newgrf. NewGRF_ports
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.