celestar [Thu, 25 Jan 2007 08:58:09 +0000] rev 6086
(svn r8401) -Codechange: Make 'IsValidRoadStop' a method of RoadStop and rename it to 'IsValid'
-Codechange: While I'm at it, put 'RoadStop::AllocateRaw' into the protected section
tron [Thu, 25 Jan 2007 07:11:06 +0000] rev 6085
(svn r8400) -Fix
Simplify r8399
glx [Thu, 25 Jan 2007 01:29:24 +0000] rev 6084
(svn r8399) -Fix (r8185): a new road stop was always created in CmdBuildRoadStop(), but it was not deleted if DC_EXEC flag was not set or if the station creation failed
Darkvater [Wed, 24 Jan 2007 21:23:35 +0000] rev 6083
(svn r8398) -Cleanup: Remove WATCOM crud from strgen and map.h include from macros.h as it is no longer needed.
bjarni [Wed, 24 Jan 2007 19:19:12 +0000] rev 6082
(svn r8397) -Codechange: [orders window] don't move the refit button to the same location as the unload button
instead assert if the widget array place them at different locations
miham [Wed, 24 Jan 2007 18:42:14 +0000] rev 6081
(svn r8396) -Update: WebTranslator2 update to 2007-01-24 19:41:28
estonian - 1 fixed by vermon (1)
finnish - 1 fixed by kerba (1)
greek - 13 fixed by Kesnar (13)
norwegian_bokmal - 1 fixed by oletk (1)
romanian - 1 fixed by kneekoo (1)
spanish - 1 fixed by eusebio (1)
ukrainian - 31 fixed, 24 changed by znikoz (4), mad (51)
bjarni [Wed, 24 Jan 2007 18:41:27 +0000] rev 6080
(svn r8395) -Cleanup: [orders window] moved the refit button two places up, so the order of the widget array fits the placement on the screen
bjarni [Wed, 24 Jan 2007 18:22:31 +0000] rev 6079
(svn r8394) -Cleanup: added an enum with widget names to the orders window
tron [Wed, 24 Jan 2007 18:03:36 +0000] rev 6078
(svn r8393) -Fix
-Codechange: CheckCompatibleRail() is only called for tiles which are known to contain a piece of rail. Simplify the function accordingly by eliminating unnecessary checks.
-Fix (?): Also fix an inconsistency in deciding what a compatible rail type is between level crossings and other rail tiles. It is unknown if this caused any problems.
tron [Wed, 24 Jan 2007 17:58:07 +0000] rev 6077
(svn r8392) -Fix
Use HASBIT() instead of implementing it manually