Mon, 17 Jan 2005 21:54:45 +0000(svn r1554) -Fix: [ 1103187 ] Order Check messages are now validated before
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

Mon, 17 Jan 2005 13:21:10 +0000(svn r1553) Check which gcc version is present and only set availible compiler flags
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

Mon, 17 Jan 2005 13:13:11 +0000(svn r1552) Make ottd compile on Zeta
tron [Mon, 17 Jan 2005 13:13:11 +0000] rev 1051
(svn r1552) Make ottd compile on Zeta

Mon, 17 Jan 2005 10:17:18 +0000(svn r1551) Silence a warning and simplify a preprocessor check
tron [Mon, 17 Jan 2005 10:17:18 +0000] rev 1050
(svn r1551) Silence a warning and simplify a preprocessor check

Mon, 17 Jan 2005 09:43:02 +0000(svn r1550) Remove useless function declaration
tron [Mon, 17 Jan 2005 09:43:02 +0000] rev 1049
(svn r1550) Remove useless function declaration

Mon, 17 Jan 2005 09:41:46 +0000(svn r1549) Clean up some functions:
tron [Mon, 17 Jan 2005 09:41:46 +0000] rev 1048
(svn r1549) Clean up some functions:
uint tile -> TileIndex tile
if () cascade -> switch ()

Mon, 17 Jan 2005 09:16:43 +0000(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
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

Sun, 16 Jan 2005 18:19:33 +0000(svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness
darkvater [Sun, 16 Jan 2005 18:19:33 +0000] rev 1046
(svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness
-Fix: [1103113] font size changing. Dedicated server did not have code filtering, 'tab' could result in bigger fonts
-Fix: [1103069] console backspace key with ded server; fixed due to normal console handling
-Fix: [1101963] console in dedicated server; see above
-Fix: dedicated server also writes to log file if active

Sun, 16 Jan 2005 17:19:37 +0000(svn r1546) -Fix: possible buffer-overflow in network
truelight [Sun, 16 Jan 2005 17:19:37 +0000] rev 1045
(svn r1546) -Fix: possible buffer-overflow in network

Sun, 16 Jan 2005 14:50:01 +0000(svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
tron [Sun, 16 Jan 2005 14:50:01 +0000] rev 1044
(svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
Replace some direct references to _map_type_and_height with TileHeight()/IsTileType()