20,741
edits
| Line 40: | Line 40: | ||
'''Use of std::map means that we are creating memory leaks whenever an aircraft with identical callsign is added, this applies especially to the various "NO-REG" aircraft, which we need to deal with separately.''' | '''Use of std::map means that we are creating memory leaks whenever an aircraft with identical callsign is added, this applies especially to the various "NO-REG" aircraft, which we need to deal with separately.''' | ||
=== Roadmap === | |||
==== Milestone: Move FGAIS to a background thread {{Done}} ==== | |||
==== Milestone X: Send packets back to FlightGear {{Pending}} ==== | |||
== Planned Features == | == Planned Features == | ||