20,741
edits
| Line 216: | Line 216: | ||
* 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}} | ||
* 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) | ||
* Implement an OOP framework for different providers {{Progressbar|20}} (Hooray) | * Implement an OOP framework for different providers {{Progressbar|20}} (Hooray) | ||