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 03:14:06 +0000 richk (svn r10832) [NewGRF_ports] -Change: If no airports are selectable, then the image of the first in the list is shown, but greyed out. NewGRF_ports
Thu, 09 Aug 2007 02:53:36 +0000 richk (svn r10831) [NewGRF_ports] -Feature: Split OTTD airports into basic and extended sets. Created 2 new .grfs. NewGRF_ports
Thu, 09 Aug 2007 02:45:42 +0000 richk (svn r10830) [NewGRF_ports] -Fix: Only test and draw a preview picture if the fsmportspec can be accessed. 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
Wed, 08 Aug 2007 01:56:10 +0000 richk (svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype. 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
Tue, 07 Aug 2007 15:11:52 +0000 rubidium (svn r10819) [NewGRF_ports] -Codechange: remove a large amount of state machinery of the airports. NewGRF_ports
Tue, 07 Aug 2007 14:58:55 +0000 rubidium (svn r10818) [NewGRF_ports] -Codechange: remove the remnants of the old airports from the GUI. NewGRF_ports
Tue, 07 Aug 2007 01:25:46 +0000 richk (svn r10817) [NewGRF_ports] -Fix: Committed one file too many. NewGRF_ports
Tue, 07 Aug 2007 01:23:09 +0000 richk (svn r10816) [NewGRF_ports] -Change: Vertical movement now based on difference in heights between current position and target position, rather than just being in particular states. NewGRF_ports
Mon, 06 Aug 2007 19:52:12 +0000 richk (svn r10815) [NewGRF_ports] -Fix: Waypoints class check from newstation code was preventing listing of new classes. NewGRF_ports
Mon, 06 Aug 2007 03:18:02 +0000 richk (svn r10806) [NewGRF_ports] -Change: Moved orientation buttons to match height of preview window. NewGRF_ports
Mon, 06 Aug 2007 03:10:40 +0000 richk (svn r10805) [NewGRF_ports] -Fix: Cleaned up some reported grfcodec warnings. NewGRF_ports
Mon, 06 Aug 2007 03:09:53 +0000 richk (svn r10804) [NewGRF_ports] -Fix: Gui failed when layouts were not contiguous. eg. 01 and 07 NewGRF_ports
Mon, 06 Aug 2007 01:24:26 +0000 glx (svn r10803) [NewGRF_ports] -Change: simplified small airport availability callback NewGRF_ports
Mon, 06 Aug 2007 00:44:01 +0000 richk (svn r10802) [NewGRF_ports] -Feature: Added availability dates for airports, using callbacks. Gui modified to disable unavailable airports. If no airports available at all, airport placement disabled. 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
Sun, 05 Aug 2007 17:30:37 +0000 richk (svn r10797) [NewGRF_ports] -Fix: Orientation needed re-initialising when airport selection changed. NewGRF_ports
Sun, 05 Aug 2007 17:08:40 +0000 richk (svn r10796) [NewGRF_ports] -Feature: rb_airport2.grf now includes Small Airport. NewGRF_ports
Sun, 05 Aug 2007 16:54:23 +0000 richk (svn r10795) [NewGRF_ports] -Change: GSF_FSMPORTS now uses separate explicit Case, rather than default fallthrough. NewGRF_ports
Sun, 05 Aug 2007 16:52:48 +0000 richk (svn r10794) [NewGRF_ports] -Fix: Orientation not initialised on re-selection of gui. NewGRF_ports
Sun, 05 Aug 2007 16:51:28 +0000 richk (svn r10793) [NewGRF_ports] -Fix: When replacing a deleted airport, this assert triggered unnecessarily. Removed. NewGRF_ports
Sun, 05 Aug 2007 01:05:26 +0000 richk (svn r10791) [NewGRF_ports] -Change: Modified rb_airport2.grf to use MeusH minipic of commuter airport. Corrected fences of orientation 03. NewGRF_ports
Sun, 05 Aug 2007 00:39:42 +0000 rubidium (svn r10790) [NewGRF_ports] -Codechange: constify the fsmblockmaps where possible. NewGRF_ports
Sun, 05 Aug 2007 00:38:26 +0000 rubidium (svn r10789) [NewGRF_ports] -Fix (r10788): off-by-one; the "first" value must never be used as it is the marker for multiblocks. NewGRF_ports
Sun, 05 Aug 2007 00:09:19 +0000 rubidium (svn r10788) [NewGRF_ports] -Fix: a multiblock of more than one block would always allocate a buffer of numblocks-1, overwrite the first block (everything was saved one byte too many to the left). As the number of read blocks was passed to the block initialization function, it would overread the buffer. NewGRF_ports
Sat, 04 Aug 2007 22:10:08 +0000 rubidium (svn r10786) [NewGRF_ports] -Fix: do not get a pointer of memory that might get overwritten and assume it is correct; just keep the returned struct as-is. NewGRF_ports
Sat, 04 Aug 2007 21:46:03 +0000 rubidium (svn r10785) [NewGRF_ports] -Fix: move the three dummy tables that are only needed in newgrf.cpp to newgrf.cpp so GCC can stop whining about unused variables. 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:24:48 +0000 richk (svn r10767) [NewGRF_ports] -Add: Added sprite and nfo data for newgrf files. 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 23:31:45 +0000 richk (svn r10742) [NewGRF_ports] -Change: size_x and size_y needed to be stored in FTAClass for correct calculation of Cargo Acceptance. NewGRF_ports
Tue, 31 Jul 2007 22:56:30 +0000 richk (svn r10741) [NewGRF_ports] -Feature: Added multiblock import from newgrf. Catchment area (Prop 22) added. NewGRF_ports
Tue, 31 Jul 2007 22:52:47 +0000 richk (svn r10740) [NewGRF_ports] -Change: Order of vars in MovingData struct modified for gcc compilation. 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
Tue, 24 Jul 2007 21:54:45 +0000 richk (svn r10682) [NewGRF_ports] -Feature: Added code to import FSM from within the newgrf, and allocate to compatible structures within Airport. Eventually, it will load to its own dedicated structures. NewGRF_ports
Mon, 23 Jul 2007 22:39:24 +0000 richk (svn r10668) [NewGRF_ports] -Change: Modified IsHangar(tile) to access the TileIndexDiffC hangar lists directly. This allows portFSM to no longer be an AirportFTAClass in the future, so long as it also contains a TileIndexDiffC list of the hangar locations. NewGRF_ports
Mon, 23 Jul 2007 22:22:53 +0000 richk (svn r10667) [NewGRF_ports] -Change: Modified rb_airport2.grf to include Prop 1C, 1D, 1E, 1F. Hangar location is now working. 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 22:47:52 +0000 richk (svn r10598) [NewGRF_ports] -Change: Modified rb_airport2.grf to use company colours on buildings. NewGRF_ports
Mon, 16 Jul 2007 21:44:36 +0000 glx (svn r10597) [NewGRF_ports] -Fix r10595: forgot one project file NewGRF_ports
Mon, 16 Jul 2007 21:32:25 +0000 richk (svn r10596) [NewGRF_ports] -Fix: missed move of SetDParam into strings.h. NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 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 13:37:33 +0000 glx (svn r10588) [NewGRF_ports] -Update: project files 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
Mon, 16 Jul 2007 00:31:25 +0000 richk (svn r10585) [NewGRF_ports] -Add: Added two test newgrf files. 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