src/aircraft_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
Thu, 06 Sep 2007 19:42:48 +0000 richk (svn r11051) [NewGRF_ports] -Feature: Added SHORT TAKEOFF capability. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 24 Aug 2007 22:53:07 +0000 richk (svn r10977) [NewGRF_ports] -Feature: Added multi-tile depot support. NewGRF_ports
Thu, 23 Aug 2007 20:04:08 +0000 richk (svn r10969) [NewGRF_ports] -Change: Aircraft can only be stopped if taxiing, or if heading for takeoff. Once takeoff started, it is counted as in-flight. NewGRF_ports
Tue, 21 Aug 2007 20:03:53 +0000 richk (svn r10960) [NewGRF_ports] -Change: Remove delta_z from the FSMport class. Will need to replace code at places marked with TODO. 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
Mon, 20 Aug 2007 01:57:42 +0000 richk (svn r10950) [NewGRF_ports] -Fix: Helicopters need slightly different rotated position data to pinpoint their landings on the rotated helipads. NewGRF_ports
Sun, 19 Aug 2007 17:07:58 +0000 richk (svn r10943) [NewGRF_ports] -Change: Hangar terminal selection now checks for presence of a Choose Term/Helipad command. Usefully this can be *after* the TO_ALL, so ordinary processing will not pick up a secondary terminal reassignment. NewGRF_ports
Sun, 19 Aug 2007 12:31:34 +0000 richk (svn r10934) [NewGRF_ports] -Fix: Missed reset of state to HANGAR for aircraft in hangar that fail to exit. NewGRF_ports
Sun, 19 Aug 2007 12:30:22 +0000 richk (svn r10933) [NewGRF_ports] -Feature: On EndLanding or HeliEndLanding, a check is made for an explicit Choose Term/Helipad command. If one found, it is used, and if it fails, the vehicle will default to hangar. NewGRF_ports
Fri, 17 Aug 2007 20:42:28 +0000 richk (svn r10928) [NewGRF_ports] -Add: An aircraft can only release the blocks on an airport that it actually owns. 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
Wed, 15 Aug 2007 22:33:37 +0000 rubidium (svn r10910) [NewGRF_ports] -Fix: take foundations into account when determining the height of the 0,0 position of the airport. NewGRF_ports
Wed, 15 Aug 2007 10:30:49 +0000 rubidium (svn r10908) [NewGRF_ports] -Codechange: remove the hardcoded TERMn and HELIPADn and the now unused block definitions. NewGRF_ports
Tue, 14 Aug 2007 23:41:36 +0000 richk (svn r10901) [NewGRF_ports] -Fix: Aircraft that failed to exit the hangar should unreserve any terminal reservations they made. NewGRF_ports
Tue, 14 Aug 2007 21:25:25 +0000 richk (svn r10895) [NewGRF_ports] -Fix: Only visually leave the hangar if the aircraft can successfully move to its chosen destination. Enables the decision to proceed to based on block reservations in the hangar commands, not in code. NewGRF_ports
Mon, 13 Aug 2007 20:45:50 +0000 rubidium (svn r10883) [NewGRF_ports] -Fix: crashing aircraft caused deadlocking of the airport; they didn't release their owned blocks when the aircraft was finally destroyed. NewGRF_ports
Mon, 13 Aug 2007 20:01:30 +0000 richk (svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command: NewGRF_ports
Mon, 13 Aug 2007 09:18:12 +0000 richk (svn r10875) [NewGRF_ports] -Fix: Terminals were not being selected from the right terminal groups when there was more than one terminal group. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. 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
Sun, 12 Aug 2007 02:08:30 +0000 richk (svn r10863) [NewGRF_ports] -Fix: Calculation of rate of height loss was always reducing by a minimum of 1. Now rate of change is rounded to nearest of 0 or -1. NewGRF_ports
Sat, 11 Aug 2007 19:57:00 +0000 richk (svn r10853) [NewGRF_ports] -Feature: Added heliport to airportsbasic.grf. Added Heli-EndTakeoff stage. NewGRF_ports
Fri, 10 Aug 2007 23:40:47 +0000 richk (svn r10850) [NewGRF_ports] -Feature: Update aircraft positions for old savegames. 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
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:33:27 +0000 richk (svn r10784) [NewGRF_ports] -Feature: Added rotation of FSMport movement. 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 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 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
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 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 21:11:34 +0000 richk (svn r9507) [NewGRF_ports] -Codechange: Moved airport state definitions into their own separate file to permit better logical grouping of state machine related data & code. NewGRF_ports
Wed, 21 Mar 2007 13:19:01 +0000 peter1138 (svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
Mon, 19 Mar 2007 20:54:13 +0000 peter1138 (svn r9352) -Codechange: Use cargo class to determine if an aircraft should carry mail
Mon, 19 Mar 2007 12:40:51 +0000 peter1138 (svn r9322) -Codechange: Use cargo class to count crash/flood victims
Sun, 18 Mar 2007 21:44:00 +0000 richk (svn r9299) -Fix (FS#675,FS#660): Small micro-movements on airports (of <4 pixels) caused odd aircraft movements. On oilrigs, this caused a full crash as movement would take helicopter out of airport/station tile.
Fri, 16 Mar 2007 21:42:11 +0000 peter1138 (svn r9259) -Codechange: NUM_CARGO isn't a valid cargo type...
Thu, 08 Mar 2007 21:39:34 +0000 bjarni (svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
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 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Tue, 06 Mar 2007 22:11:58 +0000 bjarni (svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
Fri, 02 Mar 2007 12:01:24 +0000 celestar (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
Wed, 28 Feb 2007 17:59:05 +0000 maedhros (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
Wed, 28 Feb 2007 17:18:36 +0000 maedhros (svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.
Tue, 27 Feb 2007 16:18:31 +0000 rubidium (svn r8921) -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading:
Sun, 25 Feb 2007 10:49:13 +0000 tron (svn r8897) -Fix
Fri, 23 Feb 2007 11:50:43 +0000 belugas (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
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
Wed, 21 Feb 2007 20:05:05 +0000 tron (svn r8835) -Fix
Wed, 21 Feb 2007 19:49:18 +0000 tron (svn r8834) -Fix
Tue, 20 Feb 2007 06:39:09 +0000 tron (svn r8822) -Fix