Wed, 08 Mar 2006 15:28:38 +0000(svn r3794) Use already available accessor functions instead of GB()
tron [Wed, 08 Mar 2006 15:28:38 +0000] rev 3166
(svn r3794) Use already available accessor functions instead of GB()

Wed, 08 Mar 2006 13:03:29 +0000(svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592
tron [Wed, 08 Mar 2006 13:03:29 +0000] rev 3165
(svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592

Wed, 08 Mar 2006 12:26:56 +0000(svn r3791) Replace home grown direction handling for placing lighthouses by standard DiagDir
tron [Wed, 08 Mar 2006 12:26:56 +0000] rev 3164
(svn r3791) Replace home grown direction handling for placing lighthouses by standard DiagDir

Wed, 08 Mar 2006 08:51:26 +0000(svn r3789) Add an enum and function to handle DiagDirection changes
tron [Wed, 08 Mar 2006 08:51:26 +0000] rev 3163
(svn r3789) Add an enum and function to handle DiagDirection changes

Wed, 08 Mar 2006 08:36:00 +0000(svn r3788) Fix (harmless) typo in r3784
tron [Wed, 08 Mar 2006 08:36:00 +0000] rev 3162
(svn r3788) Fix (harmless) typo in r3784

Wed, 08 Mar 2006 08:28:48 +0000(svn r3787) Use DirToDiagDir() instead of >> 1
tron [Wed, 08 Mar 2006 08:28:48 +0000] rev 3161
(svn r3787) Use DirToDiagDir() instead of >> 1

Wed, 08 Mar 2006 08:16:31 +0000(svn r3786) More work for DirDiff
tron [Wed, 08 Mar 2006 08:16:31 +0000] rev 3160
(svn r3786) More work for DirDiff

Wed, 08 Mar 2006 07:50:26 +0000(svn r3785) Replace some if-magic to determine the turning direction for road vehicles with the new DirDiff stuff
tron [Wed, 08 Mar 2006 07:50:26 +0000] rev 3159
(svn r3785) Replace some if-magic to determine the turning direction for road vehicles with the new DirDiff stuff

Wed, 08 Mar 2006 07:48:56 +0000(svn r3784) Add a type and functions to handle direction changes
tron [Wed, 08 Mar 2006 07:48:56 +0000] rev 3158
(svn r3784) Add a type and functions to handle direction changes

Wed, 08 Mar 2006 06:55:33 +0000(svn r3783) Replace further ints and magic numbers by Direction, DiagDirection and friends
tron [Wed, 08 Mar 2006 06:55:33 +0000] rev 3157
(svn r3783) Replace further ints and magic numbers by Direction, DiagDirection and friends