20,741
edits
No edit summary |
(→Todo) |
||
| Line 63: | Line 63: | ||
== Todo == | == Todo == | ||
* Start using SimGear's SGThred {{Done}} | |||
* Start using SimGear's SGMutex {{Done}} | |||
* Use a std::map for the aircraft lookup table | |||
* Generalize the parser and move it to a separat file | |||
* Rework URL building and move it to the constructor so that it's only done once | |||
* Split up large methods and use helper functions | |||
* Use SG_LOG() instead of std::cout | |||
* Use smart pointers | |||
* Fix the CMakeList.txt file (fgms is not re-linked even though libs were rebuilt) | |||
== Design == | == Design == | ||