272
edits
(→TODOs: -- removed BS_ prefix) |
Dreammaster (talk | contribs) m (Marked BS_Rect refactor as done, added note about BS_Vertex) |
||
Line 5: | Line 5: | ||
* Audio support | * Audio support | ||
* Get rid of BS_Rect (use Common::Rect) | * Get rid of BS_Rect (use Common::Rect) [Done] | ||
* Get rid of BS_Vertex (use Common::Point) | * Get rid of BS_Vertex (use Common::Point) | ||
** It may be more advisable to subclass Common::Point, as the vertex class has several methods, such as converting to/from Lua vertexes, that should remain associated with the class | |||
* Get rid of tinyxml (I've checked, our parser should digest those xmls with no problem) | * Get rid of tinyxml (I've checked, our parser should digest those xmls with no problem) | ||
* Look why package access is so slow (zip contents caching?) | * Look why package access is so slow (zip contents caching?) |
edits