tron [Tue, 18 Jan 2005 15:26:14 +0000] rev 1056
(svn r1557) Replace strange if () do while () construct with a plain for ()
Celestar [Tue, 18 Jan 2005 09:35:31 +0000] rev 1055
(svn r1556) -Fix: Vehicle list updates should now really work
miham [Mon, 17 Jan 2005 22:44:33 +0000] rev 1054
(svn r1555) Daily (err.. this time it's rather weekly, sorry!) langfile updates
celestar [Mon, 17 Jan 2005 21:54:45 +0000] rev 1053
(svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
displayed, so that there are no stray error messages any more.
-Feature/Fix: Order Checking is only execute for ONE vehicle in an
order-share system
tron [Mon, 17 Jan 2005 13:21:10 +0000] rev 1052
(svn r1553) Check which gcc version is present and only set availible compiler flags
tron [Mon, 17 Jan 2005 13:13:11 +0000] rev 1051
(svn r1552) Make ottd compile on Zeta
tron [Mon, 17 Jan 2005 10:17:18 +0000] rev 1050
(svn r1551) Silence a warning and simplify a preprocessor check
tron [Mon, 17 Jan 2005 09:43:02 +0000] rev 1049
(svn r1550) Remove useless function declaration
tron [Mon, 17 Jan 2005 09:41:46 +0000] rev 1048
(svn r1549) Clean up some functions:
uint tile -> TileIndex tile
if () cascade -> switch ()
tron [Mon, 17 Jan 2005 09:16:43 +0000] rev 1047
(svn r1548) Move AI_PATHFINDER_IS_ROAD from ai.h to ai_pathfinder.c to avoid global namespace pollution, turn it into a function called IsRoad and improve the commments a bit