]> git.mxchange.org Git - flightgear.git/commit
* Added a pure virtual render() function to FGATController that can be used to implem...
authorDurk Talsma <durk@localhost.(none)>
Tue, 26 Apr 2011 17:18:28 +0000 (19:18 +0200)
committerDurk Talsma <durk@localhost.(none)>
Tue, 26 Apr 2011 17:18:28 +0000 (19:18 +0200)
commit7e604f22a70c508addb441bc7c437be6dbe4dac0
tree1491a55018845196efe6071dd8300ace50ae0b2e
parent960f6881c993a32613e542d1475ad0d1ae97b927
* Added a pure virtual render() function to FGATController that can be used to implement traffic visualization
* Allow position and intentions to be monitored and updated by the Startup controller
* Added a "parent" pointer to the startup controller to allow communication with the groundnetwork.
* Implemented a render() function for the Startup controller
* Renamed "FGGroundNetwork::getRenderNode() to FGGroundnetwork::render()
src/ATC/atc_mgr.cxx
src/ATC/trafficcontrol.cxx
src/ATC/trafficcontrol.hxx
src/Airports/dynamics.cxx
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx