.. |
.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
|
Start roughing in interactive tower control. AI planes now get the ground control pointer through tower control, which then handles the difference between larger airports with separate ground and smaller ones where tower handles it
|
2003-03-10 13:41:37 +00:00 |
AILocalTraffic.hxx
|
More stuff to make the AI/ATC system less hardwired and more generic. Most of the hardwired stuff is now gone - there's just a little bit left in FGAIMgr
|
2003-03-07 13:58:33 +00:00 |
AIMgr.cxx
|
Fix a nasty problem in the FGAIMgr search code that could cause a stackdump with AI traffic enabled
|
2003-03-14 12:27:24 +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
|
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
|
Add the ability to scroll single ATC messages - this is toggled using property /ATC/display/scroll-single-messages (off by default). Also increased the time that single messages are displayed in non-scrolling mode - this makes ATC transmissions easier to read.
|
2003-03-17 11:32:51 +00:00 |
ATCdisplay.hxx
|
Add the ability to scroll single ATC messages - this is toggled using property /ATC/display/scroll-single-messages (off by default). Also increased the time that single messages are displayed in non-scrolling mode - this makes ATC transmissions easier to read.
|
2003-03-17 11:32:51 +00:00 |
ATCmgr.cxx
|
Need to call Init() when initialising tower, otherwise bad things happen...
|
2003-03-11 23:41:03 +00:00 |
ATCmgr.hxx
|
More stuff to make the AI/ATC system less hardwired and more generic. Most of the hardwired stuff is now gone - there's just a little bit left in FGAIMgr
|
2003-03-07 13:58:33 +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 a function to determine whether a point is on a given runway
|
2003-03-11 13:25:14 +00:00 |
ATCutils.hxx
|
Added a function to determine whether a point is on a given runway
|
2003-03-11 13:25:14 +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
|
Whoops - left out ++itr in a while(1) loop
|
2003-03-13 11:44:40 +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
|
More stuff to make the AI/ATC system less hardwired and more generic. Most of the hardwired stuff is now gone - there's just a little bit left in FGAIMgr
|
2003-03-07 13:58:33 +00:00 |
ground.hxx
|
More stuff to make the AI/ATC system less hardwired and more generic. Most of the hardwired stuff is now gone - there's just a little bit left in FGAIMgr
|
2003-03-07 13:58:33 +00:00 |
Makefile.am
|
Alexander's new files added to Makefile.am
|
2003-02-13 12:21:01 +00:00 |
tower.cxx
|
Emergency fix of a possible dereference dangling pointer path uncovered by Martin Spott
|
2003-03-11 17:15:23 +00:00 |
tower.hxx
|
Start roughing in interactive tower control. AI planes now get the ground control pointer through tower control, which then handles the difference between larger airports with separate ground and smaller ones where tower handles it
|
2003-03-10 13:41:37 +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
|
Fixed a compile problem that affected gcc-2.95 users on Cygwin and removed a few unused variable warnings
|
2003-03-09 23:04:38 +00:00 |
transmissionlist.hxx
|
Removed DOS line endings
|
2003-03-03 10:38:13 +00:00 |