.. |
.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
|
Fix a problem where track would not get initialised to a sensible value before getting altered
|
2004-03-04 10:11:29 +00:00 |
AIGAVFRTraffic.hxx
|
Initial revision of class for AI VFR GA traffic
|
2004-01-23 17:16:15 +00:00 |
AILocalTraffic.cxx
|
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 |
AILocalTraffic.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 |
AIMgr.cxx
|
Oops - no 3D model assigned to aircraft starting at airports with logical networks
|
2004-02-04 16:59:04 +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
|
Fix a problem where track would not get initialised to a sensible value before getting altered
|
2004-03-04 10:11: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
|
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 |
approach.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 |
ATC.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 |
ATC.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 |
ATCDialog.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 |
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
|
Don't cast string to c_str before passing to functions that take string, and remove an inadvertant push onto the airport_atc_map of data that already exists on it
|
2004-03-02 10:37:38 +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
|
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 |
atis.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 |
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
|
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 |
ground.hxx
|
Melchior found another way to crash it
|
2004-01-23 18:38:02 +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 a crash that sometimes occurred when reporting downwind in the circuit
|
2004-03-05 12:34:08 +00:00 |
tower.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 |
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 |