]> git.mxchange.org Git - flightgear.git/commit
Attached are a fairly extensive series of patches to the ATC
authorcurt <curt>
Wed, 3 Apr 2002 23:54:44 +0000 (23:54 +0000)
committercurt <curt>
Wed, 3 Apr 2002 23:54:44 +0000 (23:54 +0000)
commit7543409e472bbd58fd24f8f005e0d41c8f7d10ea
treefe36a12c09be5645c2dc3ed357b06ba538a4ad71
parent716aa4f7ea15816fa6aabb2e15d6e8209ff99e0d
Attached are a fairly extensive series of patches to the ATC
system.  A chap from Germany called Alexander Kappes (cc'd) got
in touch with me a few weeks ago and has written the start of
Approach control.  At the moment tuning in to a valid approach
frequency (Dortmund or East Midlands) should result in vectors to
a spot about 3 miles from the active runway, and a telling off if you
stray too far from the correct course, in the console window.  He
seems to know what he's doing so expect this to improve rapidly!!

I've added a rudimentry AI manager and a hardwired Cessna at
KEMT on the runway - I'll remove it before the next release if I don't
have it flying by then.  There seems to be an issue with framerate
which drops alarmingly when looking at it - I've a feeling that I've
possibly created several Cessnas on top of each other, but am not
sure.
29 files changed:
src/ATC/AIEntity.cxx [new file with mode: 0644]
src/ATC/AIEntity.hxx [new file with mode: 0644]
src/ATC/AILocalTraffic.cxx [new file with mode: 0644]
src/ATC/AILocalTraffic.hxx [new file with mode: 0644]
src/ATC/AIMgr.cxx [new file with mode: 0644]
src/ATC/AIMgr.hxx [new file with mode: 0644]
src/ATC/ATC.cxx
src/ATC/ATC.hxx
src/ATC/ATCdisplay.cxx
src/ATC/ATCdisplay.hxx
src/ATC/ATCmgr.cxx
src/ATC/ATCmgr.hxx
src/ATC/ATCutils.cxx [new file with mode: 0644]
src/ATC/Makefile.am
src/ATC/approach.cxx [new file with mode: 0644]
src/ATC/approach.hxx [new file with mode: 0644]
src/ATC/approachlist.cxx [new file with mode: 0644]
src/ATC/approachlist.hxx [new file with mode: 0644]
src/ATC/atislist.cxx
src/ATC/ground.cxx [new file with mode: 0644]
src/ATC/ground.hxx [new file with mode: 0644]
src/ATC/runways.cxx [new file with mode: 0644]
src/ATC/tower.cxx [new file with mode: 0644]
src/ATC/tower.hxx [new file with mode: 0644]
src/ATC/towerlist.cxx [new file with mode: 0644]
src/ATC/towerlist.hxx [new file with mode: 0644]
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/main.cxx