Wed, 16 Apr 2008 20:39:35 +0000(svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.
rubidium [Wed, 16 Apr 2008 20:39:35 +0000] rev 10208
(svn r12740) -Codechange: use a vector instead of allocating memory in a byte array for ChildScreenSpriteToDraw.

Wed, 16 Apr 2008 20:01:04 +0000(svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.
rubidium [Wed, 16 Apr 2008 20:01:04 +0000] rev 10207
(svn r12739) -Codechange: use a vector instead of allocating memory in a byte array for ParentSpriteToDraw.

Wed, 16 Apr 2008 19:36:30 +0000(svn r12738) -Fix (r12736): some sprites could be left unsorted
smatz [Wed, 16 Apr 2008 19:36:30 +0000] rev 10206
(svn r12738) -Fix (r12736): some sprites could be left unsorted

Wed, 16 Apr 2008 19:01:09 +0000(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.
peter1138 [Wed, 16 Apr 2008 19:01:09 +0000] rev 10205
(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.

Wed, 16 Apr 2008 18:28:05 +0000(svn r12736) -Codechange: a (small) touch of coding style in viewport.cpp.
rubidium [Wed, 16 Apr 2008 18:28:05 +0000] rev 10204
(svn r12736) -Codechange: a (small) touch of coding style in viewport.cpp.

Wed, 16 Apr 2008 14:18:15 +0000(svn r12735) -Codechange: use a vector instead of allocating memory in a byte array for TileSpriteToDraw.
rubidium [Wed, 16 Apr 2008 14:18:15 +0000] rev 10203
(svn r12735) -Codechange: use a vector instead of allocating memory in a byte array for TileSpriteToDraw.

Wed, 16 Apr 2008 14:15:00 +0000(svn r12734) -Codechange: use a vector instead of allocating memory in a big byte array for StringSpriteToDraw.
rubidium [Wed, 16 Apr 2008 14:15:00 +0000] rev 10202
(svn r12734) -Codechange: use a vector instead of allocating memory in a big byte array for StringSpriteToDraw.

Wed, 16 Apr 2008 03:05:56 +0000(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.
belugas [Wed, 16 Apr 2008 03:05:56 +0000] rev 10201
(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.

Wed, 16 Apr 2008 00:07:47 +0000(svn r12732) [NewGRF_ports] -Sync: with trunk r12657:12672. NewGRF_ports
richk [Wed, 16 Apr 2008 00:07:47 +0000] rev 10200
(svn r12732) [NewGRF_ports] -Sync: with trunk r12657:12672.

Tue, 15 Apr 2008 23:07:06 +0000(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work
smatz [Tue, 15 Apr 2008 23:07:06 +0000] rev 10199
(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work