Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-16 | (svn r12740) -Codechange: use a vector instead of allocating memory in a ↵ | rubidium | |
byte array for ChildScreenSpriteToDraw. | |||
2008-04-16 | (svn r12739) -Codechange: use a vector instead of allocating memory in a ↵ | rubidium | |
byte array for ParentSpriteToDraw. | |||
2008-04-16 | (svn r12737) -Codechange: Replace vector with a cut down class to allocate ↵ | peter1138 | |
space as necessary. This avoids copying data around for vector's push_back() function. |