Tue, 19 Jun 2007 15:18:26 +0000(svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx)
truelight [Tue, 19 Jun 2007 15:18:26 +0000] rev 7457
(svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx)

Tue, 19 Jun 2007 15:04:08 +0000(svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed
truelight [Tue, 19 Jun 2007 15:04:08 +0000] rev 7456
(svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed
-Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation

Tue, 19 Jun 2007 12:19:31 +0000(svn r10215) -Fix r10214: forgot 2 cases of the same mistake
truelight [Tue, 19 Jun 2007 12:19:31 +0000] rev 7455
(svn r10215) -Fix r10214: forgot 2 cases of the same mistake

Tue, 19 Jun 2007 12:18:24 +0000(svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138)
truelight [Tue, 19 Jun 2007 12:18:24 +0000] rev 7454
(svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138)

Tue, 19 Jun 2007 00:05:26 +0000(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.
rubidium [Tue, 19 Jun 2007 00:05:26 +0000] rev 7453
(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.

Mon, 18 Jun 2007 23:00:55 +0000(svn r10211) -Feature: [NewGRF] Add support for action 0F
glx [Mon, 18 Jun 2007 23:00:55 +0000] rev 7452
(svn r10211) -Feature: [NewGRF] Add support for action 0F

Mon, 18 Jun 2007 22:49:55 +0000(svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.
rubidium [Mon, 18 Jun 2007 22:49:55 +0000] rev 7451
(svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.

Mon, 18 Jun 2007 22:09:54 +0000(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit
rubidium [Mon, 18 Jun 2007 22:09:54 +0000] rev 7450
(svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit

Mon, 18 Jun 2007 21:44:47 +0000(svn r10208) -Codechange: replace int32 with Money where appropriate.
rubidium [Mon, 18 Jun 2007 21:44:47 +0000] rev 7449
(svn r10208) -Codechange: replace int32 with Money where appropriate.

Mon, 18 Jun 2007 21:00:14 +0000(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
rubidium [Mon, 18 Jun 2007 21:00:14 +0000] rev 7448
(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.