20,741
edits
No edit summary |
|||
| Line 101: | Line 101: | ||
== Work in Progress == | == Work in Progress == | ||
* actually use timeOffset in '''recompute_aircraft()''' method! | |||
* stop using a leaking MsgBuf pointer for the created PositionMap packets | |||
* Start working on a '''removeOldAircraft()''' method to delete pointers of expired aircraft {{Progressbar|40}} | * Start working on a '''removeOldAircraft()''' method to delete pointers of expired aircraft {{Progressbar|40}} | ||
* Implement aircraft_recompute() method to update positions using interpolation/extrapolation {{Progressbar|50}} | * Implement aircraft_recompute() method to update positions using interpolation/extrapolation {{Progressbar|50}} | ||
| Line 113: | Line 115: | ||
* Split up large methods and use helper functions {{Progressbar|70}} (Hooray) | * Split up large methods and use helper functions {{Progressbar|70}} (Hooray) | ||
* Use SG_LOG() instead of std::cout {{Progressbar|40}} (Hooray, separate branch!) | * Use SG_LOG() instead of std::cout {{Progressbar|40}} (Hooray, separate branch!) | ||
== Todo (Nobody working on any of these == | == Todo (Nobody working on any of these == | ||