Wed, 13 Jun 2007 15:22:28 +0000(svn r10140) -Fix [FS#867]: an industry could overbuild a bridge.
rubidium [Wed, 13 Jun 2007 15:22:28 +0000] rev 6893
(svn r10140) -Fix [FS#867]: an industry could overbuild a bridge.

Wed, 13 Jun 2007 14:57:42 +0000(svn r10139) -Fix: all inner parts of OpenTTD assume that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1.
rubidium [Wed, 13 Jun 2007 14:57:42 +0000] rev 6892
(svn r10139) -Fix: all inner parts of OpenTTD assume that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1.

Wed, 13 Jun 2007 14:56:27 +0000(svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played.
rubidium [Wed, 13 Jun 2007 14:56:27 +0000] rev 6891
(svn r10138) -Fix: when you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played.

Wed, 13 Jun 2007 14:52:41 +0000(svn r10137) -Add: console command to get the current game date.
rubidium [Wed, 13 Jun 2007 14:52:41 +0000] rev 6890
(svn r10137) -Add: console command to get the current game date.

Wed, 13 Jun 2007 10:31:40 +0000(svn r10132) -Codechange: split out the last direct video-buffer read access to the blitter-layer
truelight [Wed, 13 Jun 2007 10:31:40 +0000] rev 6889
(svn r10132) -Codechange: split out the last direct video-buffer read access to the blitter-layer
-Add: added a new renderer and blitter to make room for some optimized bpp
-Fix: fill the alpha channel in the grf-spriteloader

Wed, 13 Jun 2007 09:12:10 +0000(svn r10131) -Fix [FS#810]: when removing a dock, a ship will always try to reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water.
rubidium [Wed, 13 Jun 2007 09:12:10 +0000] rev 6888
(svn r10131) -Fix [FS#810]: when removing a dock, a ship will always try to reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water.

Wed, 13 Jun 2007 07:59:20 +0000(svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages.
maedhros [Wed, 13 Jun 2007 07:59:20 +0000] rev 6887
(svn r10130) -Fix (r4493): SetCurrentGrfLangID returned the wrong language ids for most languages.

Wed, 13 Jun 2007 07:14:42 +0000(svn r10129) -Fix (r10111): Test for x == INVALID_COORD instead of v->tile == INVALID_TILE to determine if a vehicle should be removed from the has.
peter1138 [Wed, 13 Jun 2007 07:14:42 +0000] rev 6886
(svn r10129) -Fix (r10111): Test for x == INVALID_COORD instead of v->tile == INVALID_TILE to determine if a vehicle should be removed from the has.

Wed, 13 Jun 2007 06:42:43 +0000(svn r10128) -Fix (r4811): missing printf parameters in newgrf debug message
peter1138 [Wed, 13 Jun 2007 06:42:43 +0000] rev 6885
(svn r10128) -Fix (r4811): missing printf parameters in newgrf debug message

Wed, 13 Jun 2007 02:29:08 +0000(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
belugas [Wed, 13 Jun 2007 02:29:08 +0000] rev 6884
(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (unfinished).
-Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles
-Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented)