20,741
edits
| Line 234: | Line 234: | ||
* actually use timeOffset in '''recompute_aircraft()''' method! | * actually use timeOffset in '''recompute_aircraft()''' method! | ||
* improve altitude computation (F-JJTH) | * improve altitude computation (F-JJTH) | ||
* currently, we are using the hexcode as callsign to deal with identical callsigns (fg/fgms restriction) | * currently, we are using the hexcode as callsign to deal with identical callsigns (fg/fgms restriction) | ||
* Implement aircraft_recompute() method to update positions using interpolation/extrapolation {{Progressbar|50}} | * Implement aircraft_recompute() method to update positions using interpolation/extrapolation {{Progressbar|50}} | ||
* Only recompute positions once, in the FGAIS worker thread - and NOT in the fgms main thread ! {{Progressbar|30}} | * Only recompute positions once, in the FGAIS worker thread - and NOT in the fgms main thread ! {{Progressbar|30}} | ||