Wed, 08 Mar 2006 19:47:18 +0000(svn r3796) When unmagicfying code, do it Right(tm) and also give the variables sensible names. I flipped a 'b' and a 'd' in r3785
tron [Wed, 08 Mar 2006 19:47:18 +0000] rev 3168
(svn r3796) When unmagicfying code, do it Right(tm) and also give the variables sensible names. I flipped a 'b' and a 'd' in r3785

Wed, 08 Mar 2006 15:29:23 +0000(svn r3795) Add a function to request the orientation of a depot
tron [Wed, 08 Mar 2006 15:29:23 +0000] rev 3167
(svn r3795) Add a function to request the orientation of a depot

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