1
0
Fork 0
flightgear/src/ATC
2004-07-23 18:58:42 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
AIEntity.cxx 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
AIEntity.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
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 Initial revision of class for AI VFR GA traffic 2004-01-23 17:16:15 +00:00
AILocalTraffic.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
AILocalTraffic.hxx 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
AIMgr.cxx Fix a seg fault that could be caused if all no AI models were in existance. Ssg could then free the memory pointed to by our pointer behind our back, causing it to crash when next approaching a controlled airport requiring an AI model. Fix is to hold one ref to each model in the AIMgr at all times. 2004-04-11 15:20:36 +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 Code at this level shouldn't care if the sound manager is paused or not. 2004-05-14 15:49:10 +00:00
AIPlane.hxx Move the mechanics of turning out of the derived classes into AIPlane. The user-visible effect is that AI planes no longer suddenly change direction without turning properly. 2004-03-02 10:43:16 +00:00
approach.cxx Remove the old WeatherCM module. 2004-03-16 20:19: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 Code at this level shouldn't care if the sound manager is paused or not. 2004-05-14 15:49:10 +00:00
ATC.hxx Convert some char* return types to string 2004-03-19 13:46:15 +00:00
ATCDialog.cxx Convert some char* return types to string 2004-03-19 13:46:15 +00:00
ATCDialog.hxx Further progress towards interactive ATC control 2003-11-05 10:06:57 +00:00
ATCdisplay.cxx Windows fix. 2004-04-06 14:25:33 +00:00
ATCdisplay.hxx Re-commit the changes that I inadvertantly committed as cvsguest 2003-11-09 14:01:50 +00:00
ATCmgr.cxx Code at this level shouldn't care if the sound manager is paused or not. 2004-05-14 15:49:10 +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 Reduce the log-level of the airport not found 2004-07-23 18:58:42 +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 Round millibars to nearest whole number, and make inches default even in UK until the altimeter on the panel gets a millibar adjuster 2004-03-24 00:28:52 +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 Return the closest match instead of the first in-range match when searching by frequency 2004-03-01 13:49:47 +00:00
commlist.hxx Clarification of function comments in header file 2003-10-10 15:14:09 +00:00
ground.cxx 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
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 Changes to get FlightGear (well, the src directory at least) to 2004-04-30 00:52:11 +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 Changes to get FlightGear (well, the src directory at least) to 2004-04-30 00:52:11 +00:00
transmissionlist.hxx Yank out all the glut dependencies and concentrate them in a (easily 2004-03-31 21:10:32 +00:00