peter1138
|
da8bb14cec
|
(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
|
2008-05-25 16:12:13 +00:00 |
|
peter1138
|
0c47d3fc14
|
(svn r13227) -Codechange: Apply code style
|
2008-05-24 10:02:49 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
4703eb2036
|
(svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.
|
2008-04-16 20:39:35 +00:00 |
|
rubidium
|
5254131d9c
|
(svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.
|
2008-04-16 20:01:04 +00:00 |
|
peter1138
|
7957bdde13
|
(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.
|
2008-04-16 19:01:09 +00:00 |
|