]> git.mxchange.org Git - flightgear.git/commit
Start of adding interaction between the user controlled aircraft and AI traffic,...
authorDurk Talsma <durk@localhost.(none)>
Sun, 3 Apr 2011 15:39:35 +0000 (17:39 +0200)
committerDurk Talsma <durk@localhost.(none)>
Sun, 3 Apr 2011 15:39:35 +0000 (17:39 +0200)
commit48bb176e87b9567788882ab2e20b6fb4b6373543
treea3adf8d56af7364f677dcb760486b6aa253013d8
parent731e80322362b4921f65d91a4e968a953ac43098
Start of adding interaction between the user controlled aircraft and AI traffic, by means of ATC.
* Started transfering the ATC infrastructure to be driven by it's own subsystem
* Changed the bahavior of the "'" key so that it is no longer driven by ATCDCL, but it now triggered by the new subsystem based ATC module.
src/ATC/atc_mgr.cxx [new file with mode: 0644]
src/ATC/atc_mgr.hxx [new file with mode: 0644]
src/ATC/atcdialog.cxx [new file with mode: 0644]
src/ATC/atcdialog.hxx [new file with mode: 0644]