src/airport.h
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes.
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Tue, 03 Jul 2007 23:23:38 +0000 KUDr (svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
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)
Thu, 06 Sep 2007 19:42:48 +0000 richk (svn r11051) [NewGRF_ports] -Feature: Added SHORT TAKEOFF capability. 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
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
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
Tue, 14 Aug 2007 22:27:18 +0000 rubidium (svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over. 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
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 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 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
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:20:36 +0000 richk (svn r10666) [NewGRF_ports] -Change: portFSM added to FSMportsSpec. 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, 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()
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.
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
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix
Fri, 16 Feb 2007 12:10:19 +0000 celestar (svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon
Thu, 15 Feb 2007 22:00:04 +0000 KUDr (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES
Thu, 15 Feb 2007 20:35:45 +0000 tron (svn r8748) -Fix
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix
Thu, 15 Feb 2007 07:43:06 +0000 tron (svn r8743) -Fix
Wed, 14 Feb 2007 12:00:43 +0000 celestar (svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Sat, 17 Feb 2007 11:12:50 +0000 KUDr (svn r8769) [cpp_gui] -Sync with trunk (r8730..r8768) cpp_gui
Wed, 14 Feb 2007 10:46:38 +0000 bjarni (svn r8731) [cpp_gui] -Sync: r8730 from trunk cpp_gui
Sun, 04 Feb 2007 13:46:21 +0000 tron (svn r8582) -Fix
Sun, 04 Feb 2007 10:25:57 +0000 tron (svn r8570) -Fix
Sat, 03 Feb 2007 13:03:11 +0000 tron (svn r8559) -Fix
Sun, 21 Jan 2007 14:15:38 +0000 truelight (svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Wed, 03 Jan 2007 08:49:36 +0000 rubidium (svn r7790) [cbh] -Sync: execute the same script for /branches/custombridgeheads as was done for /trunk in r7759. custombridgeheads