1
0
Fork 0
flightgear/src/ATC
2003-02-13 12:17:37 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
AIEntity.cxx Removed unused code and obsolete comments 2002-12-04 19:52:50 +00:00
AIEntity.hxx Removed unused code and obsolete comments 2002-12-04 19:52:50 +00:00
AILocalTraffic.cxx Make AI traffic more robust to not getting a list of runway exits - it is now simply removed from view at the end of the landing roll instead of stackdumping if no exits are returned 2002-12-19 12:26:10 +00:00
AILocalTraffic.hxx Changes to support AI taxiing and crabing when flying in wind. Still a work in progress. 2002-12-04 20:02:03 +00:00
AIMgr.cxx Minor change to variable name 2002-12-04 20:03:18 +00:00
AIMgr.hxx Preliminary support for AI planes from Dave Luff. This works only at 2002-10-02 15:27:49 +00:00
AIPlane.cxx Minor changes to variable name and comments 2002-12-04 20:04:26 +00:00
AIPlane.hxx Minor changes to variable name and comments 2002-12-04 20:04:26 +00:00
approach.cxx Alexander's Approach ATC class modified to support his new menu/transmission code 2003-02-13 12:09:28 +00:00
approach.hxx Alexander's Approach ATC class modified to support his new menu/transmission code 2003-02-13 12:09:28 +00:00
ATC.cxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
ATC.hxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
ATCDialog.cxx 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
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 Code improvements from Norman Vine 2002-12-05 16:51:40 +00:00
ATCdisplay.hxx Major overhaul: 2002-05-11 16:28:50 +00:00
ATCmgr.cxx Use the property /sim/sound/voice to disable voice support even if 2003-02-06 16:17:03 +00:00
ATCmgr.hxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
ATCProjection.cxx Include GPL 2002-12-04 19:38:04 +00:00
ATCProjection.hxx Include GPL 2002-12-04 19:38:04 +00:00
ATCutils.cxx Changes and additions to utility functions to support voice ATC rendering and AI taxiing. 2002-12-04 20:05:30 +00:00
ATCutils.hxx Changes and additions to utility functions to support voice ATC rendering and AI taxiing. 2002-12-04 20:05:30 +00:00
ATCVoice.cxx Slight change to some STL stuff that was breaking MSVC6 2003-01-17 16:45:26 +00:00
ATCVoice.hxx Patches from Erik Hofman for SGI compatibility: 2002-12-31 18:26:02 +00:00
atis.cxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
atis.hxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
commlist.cxx Better robustness for the ATCData structure istream operator. Adding fin.close() seems to have cured an intermittent stackdump when reading in the voice files which are the next istream operation to occur. Unknown types no longer cause the rest of the file not to be read - only the specific unknown entry 2003-02-13 12:17:37 +00:00
commlist.hxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
ground.cxx Fix problem with cout 2003-01-03 16:30:44 +00:00
ground.hxx Whoops - missed a file from the commlist changes yesterday 2003-02-07 13:34:56 +00:00
Makefile.am Several *list.[ch]xx files removed 2003-02-10 22:30:13 +00:00
tower.cxx Add some stub functions to FGTower to aid ATC dialog box development 2002-12-17 11:36:14 +00:00
tower.hxx Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList 2003-02-06 10:42:43 +00:00
transmission.cxx 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
transmission.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
transmissionlist.cxx 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
transmissionlist.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