1
0
Fork 0
flightgear/src/Traffic
Durk Talsma aab04f44bd Bugfixes and some finetuning:
* Pregenerating taxiroutes could interfere with runway assignments by ATC, when conditions changed, resulting in a taxi to one runway and a takeoff from another
* A simpler solution for the "Error in Traffic record bug". This still needs some more testing, but I haven't seen any error message anymore, since changing to the current code.
* Initialize AI traffic at speed zero, this should prevent some weirdness observed under boundary conditions.
* Don't activate groundnetwork proximity detection for pushback traffic until the "ready for startup message is transmitted. this should allow sufficient time for them to reserve a route, but a little more testing still needs to be done.
2012-01-02 22:23:24 +01:00
..
CMakeLists.txt Initial work on CMake build files, with considerable help from Olaf Flebbe. 2010-12-19 15:06:04 +00:00
SchedFlight.cxx Merge branch 'next' into durk-atc 2011-07-01 22:20:40 +02:00
SchedFlight.hxx Added some interface function to traffic manager related classes and added a traffic record that mimicks the users aircraft's traffic intentions. 2011-04-12 23:28:48 +02:00
Schedule.cxx Bugfixes and some finetuning: 2012-01-02 22:23:24 +01:00
Schedule.hxx * Updated routing algorithm. Just sorting the schedules by usage heuristics doesn't work well for major multihub airlines. 2011-10-26 22:26:37 +02:00
TrafficMgr.cxx -Revert to the original design. It still appearch to yield the best scheduling results. 2011-10-10 23:03:57 +02:00
TrafficMgr.hxx A number of cosmetic and/or infrastructural changes. 2011-09-04 20:27:36 +02:00