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)

Tue, 15 Apr 2008 22:34:49 +0000(svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money. noai
rubidium [Tue, 15 Apr 2008 22:34:49 +0000] rev 10196
(svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money.

Tue, 15 Apr 2008 22:27:28 +0000(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
rubidium [Tue, 15 Apr 2008 22:27:28 +0000] rev 10195
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.

Tue, 15 Apr 2008 22:29:00 +0000(svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class noai
truebrain [Tue, 15 Apr 2008 22:29:00 +0000] rev 10194
(svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class