.. |
.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
|
Removed a lot of the remaining hardwired KEMT stuff, made the initialisation more generic, added the ability to taxi from a parking spot to a runway, used real ground elevation more
|
2003-03-05 21:38:29 +00:00 |
AILocalTraffic.hxx
|
Removed a lot of the remaining hardwired KEMT stuff, made the initialisation more generic, added the ability to taxi from a parking spot to a runway, used real ground elevation more
|
2003-03-05 21:38:29 +00:00 |
AIMgr.cxx
|
Removed a lot of the remaining hardwired KEMT stuff, made the initialisation more generic, added the ability to taxi from a parking spot to a runway, used real ground elevation more
|
2003-03-05 21:38:29 +00:00 |
AIMgr.hxx
|
Removed a lot of the remaining hardwired KEMT stuff, made the initialisation more generic, added the ability to taxi from a parking spot to a runway, used real ground elevation more
|
2003-03-05 21:38:29 +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 constructor to ATCData struct
|
2003-03-06 14:04:02 +00:00 |
ATCmgr.hxx
|
Added constructor to ATCData struct
|
2003-03-06 14:04:02 +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
|
If no wind, active runway is now read-out as the most Westward facing one which is consistent with the rest of FlightGear
|
2003-03-05 21:40:24 +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
|
Added FindByCode (airport ICAO code) to commlist. This is basically a wrapper around Flightgear's airport lookup and FindByPos
|
2003-03-06 14:06:34 +00:00 |
commlist.hxx
|
Added FindByCode (airport ICAO code) to commlist. This is basically a wrapper around Flightgear's airport lookup and FindByPos
|
2003-03-06 14:06:34 +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 |