src/misc/smallvec.h
Fri, 30 May 2008 09:32:24 +0000 rubidium (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sun, 25 May 2008 16:12:13 +0000 peter1138 (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
Sat, 24 May 2008 10:02:49 +0000 peter1138 (svn r13227) -Codechange: Apply code style
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Tue, 06 May 2008 15:11:33 +0000 rubidium (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.
Wed, 16 Apr 2008 22:34:14 +0000 richk (svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741. NewGRF_ports
Wed, 16 Apr 2008 20:39:35 +0000 rubidium (svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.
Wed, 16 Apr 2008 20:01:04 +0000 rubidium (svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.
Wed, 16 Apr 2008 19:01:09 +0000 peter1138 (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.