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.

Tue, 17 Jun 2008 13:22:13 +0000(svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544. NewGRF_ports
richk [Tue, 17 Jun 2008 13:22:13 +0000] rev 10994
(svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544.

Tue, 17 Jun 2008 13:06:32 +0000(svn r13547) [NoAI] -Add: functions to determine whether one can build connected roads given a tile, entry and exit 'point' or an abstract representation of a tile with entry and exit 'point'. Works on all valid slopes and it is aware of the build_on_slopes configuration setting. noai
rubidium [Tue, 17 Jun 2008 13:06:32 +0000] rev 10993
(svn r13547) [NoAI] -Add: functions to determine whether one can build connected roads given a tile, entry and exit 'point' or an abstract representation of a tile with entry and exit 'point'. Works on all valid slopes and it is aware of the build_on_slopes configuration setting.

Tue, 17 Jun 2008 11:46:09 +0000(svn r13546) [NoAI] -Codechange: add support to pass arrays with integers to C++ functions. noai
rubidium [Tue, 17 Jun 2008 11:46:09 +0000] rev 10992
(svn r13546) [NoAI] -Codechange: add support to pass arrays with integers to C++ functions.

Tue, 17 Jun 2008 10:32:49 +0000(svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
richk [Tue, 17 Jun 2008 10:32:49 +0000] rev 10991
(svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411.

Tue, 17 Jun 2008 07:05:17 +0000(svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F.
peter1138 [Tue, 17 Jun 2008 07:05:17 +0000] rev 10990
(svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F.

Tue, 17 Jun 2008 03:20:04 +0000(svn r13543) -Codechange: Enumification of the InGame toolbar and some leftovers of scenario editor one.
belugas [Tue, 17 Jun 2008 03:20:04 +0000] rev 10989
(svn r13543) -Codechange: Enumification of the InGame toolbar and some leftovers of scenario editor one.
Still more go do