577
edits
| Line 262: | Line 262: | ||
* 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| | * Implement aircraft_recompute() method to update positions using interpolation/extrapolation {{Progressbar|100}} | ||
* 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}} | ||
* Move the vessel tracking code out into its own module {{Progressbar|20}} (Hooray) | * Move the vessel tracking code out into its own module {{Progressbar|20}} (Hooray) | ||
edits