577
edits
| Line 261: | Line 261: | ||
* run list cleanup (expired aircraft) in another worker thread | * run list cleanup (expired aircraft) in another worker thread | ||
* don't send positions but derivative information and compute positions at the client side (also requires changes in fgfs) | * don't send positions but derivative information and compute positions at the client side (also requires changes in fgfs) | ||
* change the aircraftToPath methods to std::map<std::string ref, std::string path> Example: aircraftRef["B772"] = "AI/Aircraft/777/777-200ER-set.xml"; | |||
== Design == | == Design == | ||
edits