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

Tue, 15 Apr 2008 22:52:18 +0000(svn r12730) [NoAI] -Fix: the regression completeness checker did not understand Valuate, thus gave some false positives. noai
rubidium [Tue, 15 Apr 2008 22:52:18 +0000] rev 10198
(svn r12730) [NoAI] -Fix: the regression completeness checker did not understand Valuate, thus gave some false positives.

Tue, 15 Apr 2008 22:38:05 +0000(svn r12729) [NoAI] -Fix r12727: one compiler warning (BAD TRUEBRAIN, BAD BAD TRUEBRAIN) noai
truebrain [Tue, 15 Apr 2008 22:38:05 +0000] rev 10197
(svn r12729) [NoAI] -Fix r12727: one compiler warning (BAD TRUEBRAIN, BAD BAD TRUEBRAIN)