direction.h
Thu, 28 Sep 2006 18:42:35 +0000 peter1138 (svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Sat, 22 Jul 2006 08:59:52 +0000 tron (svn r5582) Add and use AxisToTrack{Bits,}()
Sun, 04 Jun 2006 16:04:15 +0000 tron (svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots
Wed, 03 May 2006 22:12:09 +0000 glx (svn r4732) - Fix: use correct types in IsValid[Direction|Axis]
Mon, 01 May 2006 09:34:23 +0000 matthijs (svn r4640) - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis functions.
Wed, 15 Mar 2006 07:10:41 +0000 tron (svn r3877) Add functions to turn a tile into a rail/road bridge ramp/middle part
Wed, 08 Mar 2006 08:51:26 +0000 tron (svn r3789) Add an enum and function to handle DiagDirection changes
Wed, 08 Mar 2006 08:36:00 +0000 tron (svn r3788) Fix (harmless) typo in r3784
Wed, 08 Mar 2006 07:48:56 +0000 tron (svn r3784) Add a type and functions to handle direction changes
Wed, 08 Mar 2006 06:55:33 +0000 tron (svn r3783) Replace further ints and magic numbers by Direction, DiagDirection and friends
Mon, 06 Mar 2006 20:55:24 +0000 tron (svn r3777) Add some functions to handle tunnels
Mon, 06 Mar 2006 20:28:28 +0000 tron (svn r3776) Replace many ints and magic numbers by Direction, DiagDirection and friends
Sun, 05 Mar 2006 12:54:22 +0000 tron (svn r3769) Add a cast to make KUDr's C++ compiler happy
Sun, 05 Mar 2006 12:34:55 +0000 tron (svn r3767) Move all direction related enums and functions to a separate header