.. |
.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
|
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.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
|
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 |
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
|
Release the frequency after finishing a transmission
|
2004-03-20 02:56:13 +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
|
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 |
ATCdisplay.hxx
|
Re-commit the changes that I inadvertantly committed as cvsguest
|
2003-11-09 14:01:50 +00:00 |
ATCmgr.cxx
|
Convert some char* return types to string
|
2004-03-19 13:46:15 +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
|
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 |
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
|
Log to SG_ATC instead of SG_GENERAL and cout
|
2003-03-27 15:45:20 +00:00 |
ATCVoice.hxx
|
Added basic support for using more than one voice. The render function is moved out of ATCmgr and into the ATC base class.
|
2003-02-18 10:44:01 +00:00 |
atis.cxx
|
Convert altimeter to millibars for the UK
|
2004-03-23 23:36:27 +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
|
Fix another possible ATC stackdump
|
2004-03-22 22:09:47 +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
|
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.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 |