1
0
Fork 0
flightgear/src/ATC
2003-10-09 12:12:09 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
AIEntity.cxx This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
AIEntity.hxx Return position 2003-09-22 23:52:25 +00:00
AILocalTraffic.cxx Progress towards AI/ATC communication without speaking all at once 2003-10-06 15:20:47 +00:00
AILocalTraffic.hxx Return landing type 2003-09-22 23:54:41 +00:00
AIMgr.cxx Removed some extraneous output 2003-10-06 14:09:59 +00:00
AIMgr.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
AIPlane.cxx Further progress towards AI/ATC dialog 2003-10-06 22:40:37 +00:00
AIPlane.hxx Progress towards AI/ATC communication without speaking all at once 2003-10-06 15:20:47 +00:00
approach.cxx Missed a cout 2003-10-09 12:12:09 +00:00
approach.hxx Pass dt to update(...) 2003-03-27 15:44:35 +00:00
ATC.cxx Further progress towards AI/ATC dialog 2003-10-06 22:40:37 +00:00
ATC.hxx Oops - a boo boo of monumental proportions completely took ATC off the air... 2003-10-07 16:05:20 +00:00
ATCDialog.cxx Remove unimplemented options from the ATC dialog for now 2003-10-07 12:26:28 +00:00
ATCDialog.hxx First draft of work by Alexander Kappes to add dynamically driven menu entries to the pop-up ATC dialog, parsing of text input to the ATC system and parameterised transmissions where the speech of a transmission is derived from the intent based on data files potentially allowing users to specify different phrases for each voice instead of being hard-coded. This is a work in progress. 2003-02-13 12:05:19 +00:00
ATCdisplay.cxx This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
ATCdisplay.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
ATCmgr.cxx Don't do AreaSearch in ATCmgr since nothing really needs it at the moment plus a couple of bug fixes to frequency search handling of approach 2003-10-09 11:52:42 +00:00
ATCmgr.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
ATCProjection.cxx Implement two convienience functions. 2003-09-23 15:01:53 +00:00
ATCProjection.hxx Implement two convienience functions. 2003-09-23 15:01:53 +00:00
ATCutils.cxx Add an overloaded function 2003-09-19 16:48:27 +00:00
ATCutils.hxx Add an overloaded function 2003-09-19 16:48:27 +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 Minor formatting changes 2003-10-06 15:19:42 +00:00
atis.hxx Pass dt to update(...) 2003-03-27 15:44:35 +00:00
commlist.cxx Load ground ATC frequency data, and map all stations by bucket index 2003-03-20 11:51:44 +00:00
commlist.hxx Added a function to return the closest ATC station of a given type 2003-03-11 13:24:35 +00:00
ground.cxx Redo the runway database scheme to use a flat/ascii file and load the entire 2003-08-29 04:11:23 +00:00
ground.hxx Calculate active runway in FGGround. It would be better to get the active runway from FGTower instead of duplicating the code to calculate it, but at the moment I can't guarantee that tower control at a given airport will be initialised before ground control, so this will have to do for now... 2003-03-28 15:25:48 +00:00
Makefile.am Alexander's new files added to Makefile.am 2003-02-13 12:21:01 +00:00
tower.cxx Further progress towards AI/ATC dialog 2003-10-06 22:40:37 +00:00
tower.hxx Progress towards AI/ATC communication without speaking all at once 2003-10-06 15:20:47 +00:00
transmission.cxx Fix a compiler warning 2003-09-22 23:56:09 +00:00
transmission.hxx Removed DOS line endings 2003-03-03 10:38:13 +00:00
transmissionlist.cxx Reformat a function to get rid of tab-space mixture and remove some old commented out code that now lives in ATCDialog.cxx 2003-10-09 11:53:28 +00:00
transmissionlist.hxx Removed DOS line endings 2003-03-03 10:38:13 +00:00