1
0
Fork 0
flightgear/src/ATC
2011-09-03 11:26:17 +02:00
..
atc_mgr.cxx AI/ATC enhancements: 2011-08-07 21:38:50 +02:00
atc_mgr.hxx A fairly major interal reorganization of the AI code 2011-07-31 19:27:44 +02:00
atcdialog.cxx Some fine tuning of the ATC messages related to ground to tower transfer. 2011-08-10 21:39:28 +02:00
atcdialog.hxx Added some code to visualize the ground networks. 2011-04-17 10:19:58 +02:00
CMakeLists.txt Fix cmake build. 2011-07-24 14:38:53 +02:00
CommStation.cxx Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass. 2011-06-01 17:45:22 +01:00
CommStation.hxx Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass. 2011-06-01 17:45:22 +01:00
Makefile.am Merge branch 'next' into durk-atc 2011-06-01 20:46:34 +02:00
trafficcontrol.cxx Read groundnet node information from the scenery, and (optionally) write it to a cache file. Note that this mechanism should be extended, so that the cache files will be updated whenever the terrain files are changing. The current patch also uncovers a bug, in the sense that the groundnetwork destructor is never called. Presumably this is due to the way airports are allocated in flightgear. Because the ground networks are never saved, I am periodically saving the cache files; but this behavior should probably be changed later on. 2011-09-03 11:26:17 +02:00
trafficcontrol.hxx Read groundnet node information from the scenery, and (optionally) write it to a cache file. Note that this mechanism should be extended, so that the cache files will be updated whenever the terrain files are changing. The current patch also uncovers a bug, in the sense that the groundnetwork destructor is never called. Presumably this is due to the way airports are allocated in flightgear. Because the ground networks are never saved, I am periodically saving the cache files; but this behavior should probably be changed later on. 2011-09-03 11:26:17 +02:00