rubidium
|
026afc097a
|
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
|
2008-05-30 09:32:24 +00:00 |
|
peter1138
|
bcd05a4bce
|
(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
|
2008-05-25 16:12:13 +00:00 |
|
peter1138
|
5f625acb1a
|
(svn r13227) -Codechange: Apply code style
|
2008-05-24 10:02:49 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(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
|
34f4150b15
|
(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
|
1eac80f840
|
(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
|
efdf8b8c8a
|
(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 |
|