Fri, 24 Feb 2006 19:52:26 +0000(svn r3664) Add a function to turn a tile into a void tile
tron [Fri, 24 Feb 2006 19:52:26 +0000] rev 3075
(svn r3664) Add a function to turn a tile into a void tile

Fri, 24 Feb 2006 17:52:07 +0000(svn r3663) - Fix: [Multistop] Check the status of the destination road stop instead of a station's first road stop. This only has effect with road vehicle queuing disabled.
peter1138 [Fri, 24 Feb 2006 17:52:07 +0000] rev 3074
(svn r3663) - Fix: [Multistop] Check the status of the destination road stop instead of a station's first road stop. This only has effect with road vehicle queuing disabled.

Thu, 23 Feb 2006 20:53:30 +0000(svn r3662) Fix regression FS#58 with union, endiannes and static decleration problems. Removed the union.
Darkvater [Thu, 23 Feb 2006 20:53:30 +0000] rev 3073
(svn r3662) Fix regression FS#58 with union, endiannes and static decleration problems. Removed the union.

Thu, 23 Feb 2006 18:52:13 +0000(svn r3661) -Fix [PPC computers] quick dirty fix for failure to start the game on BE CPUs
bjarni [Thu, 23 Feb 2006 18:52:13 +0000] rev 3072
(svn r3661) -Fix [PPC computers] quick dirty fix for failure to start the game on BE CPUs
3626 broke the game on Big endian CPUs and this is a quick dirty fix
so the nightly builds for OSX and MorphOS will work again
the game will still fail on 64 bit BE CPUs
note: the game runs in 32 bit mode on G5, so it will work on G5
we need to make a better fix for this, but we also need the nightly builds to work

Thu, 23 Feb 2006 12:24:19 +0000(svn r3660) Convert further road bits and type references to the functions/enums
tron [Thu, 23 Feb 2006 12:24:19 +0000] rev 3071
(svn r3660) Convert further road bits and type references to the functions/enums

Thu, 23 Feb 2006 11:53:48 +0000(svn r3659) Add function to get the road bits of a level crossing
tron [Thu, 23 Feb 2006 11:53:48 +0000] rev 3070
(svn r3659) Add function to get the road bits of a level crossing

Thu, 23 Feb 2006 08:20:28 +0000(svn r3658) Add functions and symbolic names to retrieve road tile types and road pieces
tron [Thu, 23 Feb 2006 08:20:28 +0000] rev 3069
(svn r3658) Add functions and symbolic names to retrieve road tile types and road pieces

Thu, 23 Feb 2006 07:32:46 +0000(svn r3657) Fix indentation and remove now unused variable, which i forgot in r3655
tron [Thu, 23 Feb 2006 07:32:46 +0000] rev 3068
(svn r3657) Fix indentation and remove now unused variable, which i forgot in r3655

Thu, 23 Feb 2006 07:31:36 +0000(svn r3656) Simplify the overly complicated check for road pieces under a bridge
tron [Thu, 23 Feb 2006 07:31:36 +0000] rev 3067
(svn r3656) Simplify the overly complicated check for road pieces under a bridge

Thu, 23 Feb 2006 07:26:49 +0000(svn r3655) Simplify a boolean expression and turn 3 if-cascades into switches
tron [Thu, 23 Feb 2006 07:26:49 +0000] rev 3066
(svn r3655) Simplify a boolean expression and turn 3 if-cascades into switches