.. |
.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
|
Use actual terrain ground elevation instead of hardwired KEMT elevation field whilst taxiing. Still need to fix this for takeoff and landing roll. Also added a check that a valid gate is found whilst arriving, and simply disappear the plane if none is found (instead of stackdumping\!\!
|
2003-02-26 11:24:15 +00:00 |
AILocalTraffic.hxx
|
Use actual terrain ground elevation instead of hardwired KEMT elevation field whilst taxiing. Still need to fix this for takeoff and landing roll. Also added a check that a valid gate is found whilst arriving, and simply disappear the plane if none is found (instead of stackdumping\!\!
|
2003-02-26 11:24:15 +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
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |
approach.hxx
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |
ATC.cxx
|
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 |
ATC.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 |
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
|
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 |
ATCmgr.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 |
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
|
Added some airport search functions that are straight copies of a couple of statics in fg_init, and will probably be removed again at some point, and added a function to convert a runway designator string to a spoken style phrase
|
2003-03-05 21:34:58 +00:00 |
ATCutils.hxx
|
Added some airport search functions that are straight copies of a couple of statics in fg_init, and will probably be removed again at some point, and added a function to convert a runway designator string to a spoken style phrase
|
2003-03-05 21:34:58 +00:00 |
ATCVoice.cxx
|
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 |
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
|
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.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
|
Added a function to get a path from a gate to a runway threshold, also removed some couts
|
2003-03-05 21:31:54 +00:00 |
ground.hxx
|
Added a function to get a path from a gate to a runway threshold, also removed some couts
|
2003-03-05 21:31:54 +00:00 |
Makefile.am
|
Alexander's new files added to Makefile.am
|
2003-02-13 12:21:01 +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
|
IRIX fixes from Erik Hofman
|
2003-03-03 11:43:49 +00:00 |
transmission.hxx
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |
transmissionlist.cxx
|
IRIX fixes from Erik Hofman
|
2003-03-03 11:43:49 +00:00 |
transmissionlist.hxx
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |