Tue, 09 May 2006 15:36:48 +0000(svn r4807) - Fix: win32 compilation was broken by r4802
glx [Tue, 09 May 2006 15:36:48 +0000] rev 3799
(svn r4807) - Fix: win32 compilation was broken by r4802

Tue, 09 May 2006 13:23:04 +0000(svn r4802) - Codechange: replace _stringwidth_base and associated magic numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.
peter1138 [Tue, 09 May 2006 13:23:04 +0000] rev 3798
(svn r4802) - Codechange: replace _stringwidth_base and associated magic numbers with a FontSize enum, using the numbers (which are SpriteIDs) in only the places needed.

Tue, 09 May 2006 11:42:51 +0000(svn r4793) - Replace list of magic numbers (characters that don't exist) with a call to SpriteExists(), when building the character width cache.
peter1138 [Tue, 09 May 2006 11:42:51 +0000] rev 3797
(svn r4793) - Replace list of magic numbers (characters that don't exist) with a call to SpriteExists(), when building the character width cache.

Tue, 09 May 2006 11:39:23 +0000(svn r4792) - Codechange: change a uint to a uint16 to avoid a signed/unsigned warning from some compilers.
peter1138 [Tue, 09 May 2006 11:39:23 +0000] rev 3796
(svn r4792) - Codechange: change a uint to a uint16 to avoid a signed/unsigned warning from some compilers.

Tue, 09 May 2006 10:35:13 +0000(svn r4791) - Codechange: Mark road bits as unsigned. Fixes warning with older gcc versions.
peter1138 [Tue, 09 May 2006 10:35:13 +0000] rev 3795
(svn r4791) - Codechange: Mark road bits as unsigned. Fixes warning with older gcc versions.

Tue, 09 May 2006 09:56:09 +0000(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to EnsureNoVehicleOnGround() to make more clear what it does
tron [Tue, 09 May 2006 09:56:09 +0000] rev 3794
(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to EnsureNoVehicleOnGround() to make more clear what it does

Tue, 09 May 2006 08:25:31 +0000(svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency
rubidium [Tue, 09 May 2006 08:25:31 +0000] rev 3793
(svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency

Tue, 09 May 2006 08:17:33 +0000(svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
rubidium [Tue, 09 May 2006 08:17:33 +0000] rev 3792
(svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity

Tue, 09 May 2006 06:56:09 +0000(svn r4787) WebTranslator2 update to 2006-05-09 08:55:14
miham [Tue, 09 May 2006 06:56:09 +0000] rev 3791
(svn r4787) WebTranslator2 update to 2006-05-09 08:55:14
czech - 6 fixed by Hadez (6)
german - 3 fixed by Neonox (3)
hungarian - 3 fixed by miham (3)
lithuanian - 3 fixed, 4 changed by Plyta (7)
polish - 3 fixed, 3 changed by meush (6)
portuguese - 3 fixed by izhirahider (3)
slovenian - 34 fixed by Sonicelo (34)
turkish - 2 fixed by jnmbk (2)

Tue, 09 May 2006 06:52:28 +0000(svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits
peter1138 [Tue, 09 May 2006 06:52:28 +0000] rev 3790
(svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits