Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
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. |