Wed, 18 Jun 2008 02:04:01 +0000(svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert
belugas [Wed, 18 Jun 2008 02:04:01 +0000] rev 11004
(svn r13560) -Fix(r13550): This section widget_count did not required to be lowered. So small revert

Tue, 17 Jun 2008 23:51:17 +0000(svn r13559) -Codechange: Enumification of the Options menu items
belugas [Tue, 17 Jun 2008 23:51:17 +0000] rev 11003
(svn r13559) -Codechange: Enumification of the Options menu items

Tue, 17 Jun 2008 23:16:33 +0000(svn r13558) [NoAI] -Codechange: generate an error when you pass a wrong typed value via an array meant for integers to the (C++) API. noai
rubidium [Tue, 17 Jun 2008 23:16:33 +0000] rev 11002
(svn r13558) [NoAI] -Codechange: generate an error when you pass a wrong typed value via an array meant for integers to the (C++) API.

Tue, 17 Jun 2008 22:37:09 +0000(svn r13557) [NoAI] -Add: function to determine whether two adjacent tiles can be travelled by a ship. noai
rubidium [Tue, 17 Jun 2008 22:37:09 +0000] rev 11001
(svn r13557) [NoAI] -Add: function to determine whether two adjacent tiles can be travelled by a ship.

Tue, 17 Jun 2008 21:44:41 +0000(svn r13554) [NoAI] -Fix (r13553): do compile the right directory before commiting... otherwise you'll end up with committing compile errors :( noai
rubidium [Tue, 17 Jun 2008 21:44:41 +0000] rev 11000
(svn r13554) [NoAI] -Fix (r13553): do compile the right directory before commiting... otherwise you'll end up with committing compile errors :(

Tue, 17 Jun 2008 21:35:32 +0000(svn r13553) [NoAI] -Add: function to determine the state of a vehicle (running, manually stopped, broken down, crashed etc.). noai
rubidium [Tue, 17 Jun 2008 21:35:32 +0000] rev 10999
(svn r13553) [NoAI] -Add: function to determine the state of a vehicle (running, manually stopped, broken down, crashed etc.).

Tue, 17 Jun 2008 19:38:00 +0000(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
smatz [Tue, 17 Jun 2008 19:38:00 +0000] rev 10998
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined

Tue, 17 Jun 2008 17:25:22 +0000(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized
smatz [Tue, 17 Jun 2008 17:25:22 +0000] rev 10997
(svn r13551) -Codechange: store offsets to different zoom levels in a distinguished struct instead in the data stream for 8bpp-optimized

Tue, 17 Jun 2008 16:33:55 +0000(svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer"
belugas [Tue, 17 Jun 2008 16:33:55 +0000] rev 10996
(svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer"

Tue, 17 Jun 2008 13:41:57 +0000(svn r13549) [NewGRF_ports] -Change: Make recolouring of groundtile (0x0f80) specific to NewGRF_ports only. NewGRF_ports
richk [Tue, 17 Jun 2008 13:41:57 +0000] rev 10995
(svn r13549) [NewGRF_ports] -Change: Make recolouring of groundtile (0x0f80) specific to NewGRF_ports only.
Also base groundsprite on airport_tile of station. This prevents mixed colour groundtiles in an airport.