log src/airport.h @ 14256:82f1453a12d5 draft

age author description
Fri, 15 Jan 2010 12:08:08 +0000 yexo (svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Sun, 21 Jun 2009 21:05:06 +0000 rubidium (svn r16619) -Cleanup: more coding style in airport stuff. draft
Sun, 21 Jun 2009 20:57:01 +0000 rubidium (svn r16617) -Cleanup: some incorrect indenting draft
Sun, 21 Jun 2009 13:26:30 +0000 yexo (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draft
Fri, 12 Jun 2009 14:53:57 +0000 yexo (svn r16566) -Codechange: enumify all airport tiles draft
Thu, 28 May 2009 21:54:03 +0000 smatz (svn r16458) -Codechange: use one enum instead of four draft
Sun, 15 Mar 2009 00:32:18 +0000 rubidium (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draft
Sun, 20 Jul 2008 15:50:41 +0000 smatz (svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different in many cases draft
Sat, 24 May 2008 02:54:47 +0000 belugas (svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is. draft
Fri, 11 Apr 2008 18:00:51 +0000 belugas (svn r12662) -Codechange: Comment-code style application draft
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). draft
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes. draft
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. draft
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 draft
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) draft
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; draft
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo() draft
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. draft
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 draft
Sat, 17 Feb 2007 07:45:18 +0000 tron (svn r8767) -Fix draft
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 draft
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 draft
Thu, 15 Feb 2007 20:35:45 +0000 tron (svn r8748) -Fix draft
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix draft
Thu, 15 Feb 2007 07:43:06 +0000 tron (svn r8743) -Fix draft
Wed, 14 Feb 2007 12:00:43 +0000 celestar (svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored draft
Tue, 13 Feb 2007 12:34:54 +0000 celestar (svn r8705) -Codechange: Increased the number of airport blocks to 64. This involves changing the enum of airport blocks to a static const uint64 as SOME platforms do not support 64-bit enums draft
Sun, 04 Feb 2007 13:46:21 +0000 tron (svn r8582) -Fix draft
Sun, 04 Feb 2007 10:25:57 +0000 tron (svn r8570) -Fix draft
Sat, 03 Feb 2007 13:03:11 +0000 tron (svn r8559) -Fix draft
Sun, 21 Jan 2007 14:15:38 +0000 truelight (svn r8305) -Codechange: defining 'static const' in a header is a bit weird. draft
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. draft
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: draft