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 6956
(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 6955
(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 6954
(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 6953
(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 6952
(svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.

Mon, 18 Jun 2007 20:08:21 +0000(svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer
truelight [Mon, 18 Jun 2007 20:08:21 +0000] rev 6951
(svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer

Mon, 18 Jun 2007 19:53:50 +0000(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
rubidium [Mon, 18 Jun 2007 19:53:50 +0000] rev 6950
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.

Mon, 18 Jun 2007 19:42:48 +0000(svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle'
truelight [Mon, 18 Jun 2007 19:42:48 +0000] rev 6949
(svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle'

Mon, 18 Jun 2007 19:38:23 +0000(svn r10203) -Codechange: more moving things to blitter-layer: DrawLine
truelight [Mon, 18 Jun 2007 19:38:23 +0000] rev 6948
(svn r10203) -Codechange: more moving things to blitter-layer: DrawLine

Mon, 18 Jun 2007 18:45:12 +0000(svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go.
peter1138 [Mon, 18 Jun 2007 18:45:12 +0000] rev 6947
(svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go.