1
0
Fork 0
flightgear/src/ATC
curt 222446df29 Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with
a single apt.dat.gz file which is in the native X-Plane format.

To do this I wrote a front end loader than builds the airport and runway
list.  Some of the changes I needed to make had a cascading effect, so there
are minor naming changes scattered throughout the code.
2004-12-22 23:57:07 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
AIEntity.cxx Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
AIEntity.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
AIGAVFRTraffic.cxx Delay deletion of AI traffic until after it has had time to release the frequency after its last transmission. This is a bit of a band-aid for more deep-seated problems with the dialog model, but it will solve some problems for now 2004-03-20 03:13:29 +00:00
AIGAVFRTraffic.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
AILocalTraffic.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
AILocalTraffic.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
AIMgr.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
AIMgr.hxx Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic 2004-01-23 17:18:24 +00:00
AIPlane.cxx Roy Vegard Ovesen: 2004-12-03 21:21:16 +00:00
AIPlane.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
approach.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
approach.hxx Start adding a better framework for ATC-initiated communication. There should be no user-visible change from this commit 2004-03-10 16:01:17 +00:00
ATC.cxx Roy Vegard Ovesen: 2004-12-03 21:21:16 +00:00
ATC.hxx Use the Transmit-Render functions for tower output instead of directly calling ATCdisplay. This is part of preparations for optionally handing the strings off to a TTS engine if required. 2004-09-30 15:43:32 +00:00
ATCDialog.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
ATCDialog.hxx Further progress towards interactive ATC control 2003-11-05 10:06:57 +00:00
ATCdisplay.cxx Migrate FlightGear code to use "#include SG_GL*" defined in 2004-11-18 19:53:00 +00:00
ATCdisplay.hxx Use the Transmit-Render functions for tower output instead of directly calling ATCdisplay. This is part of preparations for optionally handing the strings off to a TTS engine if required. 2004-09-30 15:43:32 +00:00
ATCmgr.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
ATCmgr.hxx Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic 2004-01-23 17:18:24 +00:00
ATCProjection.cxx Don't loose the elevation in ATC projection conversions 2004-01-23 17:14:08 +00:00
ATCProjection.hxx Implement two convienience functions. 2003-09-23 15:01:53 +00:00
ATCutils.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
ATCutils.hxx Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic 2004-01-23 17:18:24 +00:00
ATCVoice.cxx Clean up some sound buffer allocation/deallocation issues. 2004-05-10 21:24:30 +00:00
ATCVoice.hxx Changes to go along with small interface changes in simgear/sound/libsgsound 2004-04-24 19:28:12 +00:00
atis.cxx Use the Transmit-Render functions for tower output instead of directly calling ATCdisplay. This is part of preparations for optionally handing the strings off to a TTS engine if required. 2004-09-30 15:43:32 +00:00
atis.hxx Start adding a better framework for ATC-initiated communication. There should be no user-visible change from this commit 2004-03-10 16:01:17 +00:00
commlist.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
commlist.hxx Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
ground.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
ground.hxx Start adding a better framework for ATC-initiated communication. There should be no user-visible change from this commit 2004-03-10 16:01:17 +00:00
Makefile.am Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic 2004-01-23 17:18:24 +00:00
tower.cxx Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
tower.hxx Slightly more robust handling of runway vacation 2004-03-20 02:55:25 +00:00
transmission.cxx Fix a compiler warning 2003-09-22 23:56:09 +00:00
transmission.hxx Rationalisation of the ATC popup dialog code - moved it all over to AK's dynamic list system and removed the hardcoded list code, extended the dynamic list system a bit, started adding support for callbacks from the user interaction 2003-11-04 11:54:42 +00:00
transmissionlist.cxx Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
transmissionlist.hxx Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00