.. |
.cvsignore
|
-Removed .cvsignore from itself, since .cvsignore is now in the CVS
|
2001-12-12 04:15:23 +00:00 |
AIEntity.cxx
|
Add a function to allow transmission of messages to AI entities - the actual implementation is a bit of a temporary hack at the moment
|
2003-03-20 11:53:44 +00:00 |
AIEntity.hxx
|
Add a function to allow transmission of messages to AI entities - the actual implementation is a bit of a temporary hack at the moment
|
2003-03-20 11:53:44 +00:00 |
AILocalTraffic.cxx
|
Start interacting with ATC (still somewhat rudimentary)
|
2003-03-27 15:44:10 +00:00 |
AILocalTraffic.hxx
|
Start interacting with ATC (still somewhat rudimentary)
|
2003-03-27 15:44:10 +00:00 |
AIMgr.cxx
|
Initialise user lon, lat and elev
|
2003-03-27 15:46:23 +00:00 |
AIMgr.hxx
|
FGAIMgr now searches for proximity to airports with logical networks defined at startup and periodically thereafter, and only starts AI traffic when a suitable airport is found in range (currently only KEMT). In theory it should now be possible for a user to drop in a *.taxi file in my undocumented-shortly-to-change format into fgfsbase/ATC and have an AI Cessna appear at that airport and fly a circuit if they start there or fly near there. In practice its probably better until we start using the output from Bernie's taxiway editor, and there's bound to be glitches once other networks are tried
|
2003-03-09 17:39:44 +00:00 |
AIPlane.cxx
|
Start interacting with ATC (still somewhat rudimentary)
|
2003-03-27 15:44:10 +00:00 |
AIPlane.hxx
|
Start interacting with ATC (still somewhat rudimentary)
|
2003-03-27 15:44:10 +00:00 |
approach.cxx
|
Pass dt to update(...)
|
2003-03-27 15:44:35 +00:00 |
approach.hxx
|
Pass dt to update(...)
|
2003-03-27 15:44:35 +00:00 |
ATC.cxx
|
Pass dt to update(...)
|
2003-03-27 15:44:35 +00:00 |
ATC.hxx
|
Add width to ATC RunwayDetails structure
|
2003-03-31 16:23:49 +00:00 |
ATCDialog.cxx
|
Some fixes to Alexander's pop-up dialog box
|
2003-03-27 15:45:48 +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
|
Base length of time messages are displayed for on dt rather than iterations in order to de-couple it from frame rate
|
2003-03-20 11:22:08 +00:00 |
ATCdisplay.hxx
|
Base length of time messages are displayed for on dt rather than iterations in order to de-couple it from frame rate
|
2003-03-20 11:22:08 +00:00 |
ATCmgr.cxx
|
Progress towards interactive ATC...
|
2003-03-27 15:41:09 +00:00 |
ATCmgr.hxx
|
Progress towards interactive ATC...
|
2003-03-27 15:41:09 +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
|
Slight change of function api
|
2003-03-31 16:23:23 +00:00 |
ATCutils.hxx
|
Slight change of function api
|
2003-03-31 16:23:23 +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
|
Pass dt to update(...)
|
2003-03-27 15:44:35 +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
|
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 |
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
|
Fix of framerate drop due to broken OnActiveRunway function - don't read in the runway.mk4 file (~1MB) every frame
|
2003-03-31 16:24:41 +00:00 |
tower.hxx
|
Moved the RunwayDetails struct definition out of tower.hxx to ATC.hxx
|
2003-03-28 15:24:02 +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
|
Oops - let some DOS line endings creep in - quickly get rid of them before Erik notices...
|
2003-03-26 10:02:32 +00:00 |
transmissionlist.hxx
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |