road_map.h
Mon, 10 Apr 2006 20:38:59 +0000 tron (svn r4348) Move IsLevelCrossing() from rail.h to road_map.h
Mon, 03 Apr 2006 13:35:19 +0000 celestar (svn r4258) -Codechange: Add and make use of map accessors dealing with road ground types (including roadworks).
Thu, 30 Mar 2006 09:29:01 +0000 tron (svn r4166) Sprinkle several map accessors with assert()s
Fri, 24 Mar 2006 15:24:16 +0000 celestar (svn r4088) -Codechange: Introduce {Unb,B}arCrossing and IsCrossingBarred to put and get the status of a level crossing
Sun, 19 Mar 2006 19:33:19 +0000 tron (svn r3986) Add [GS]etCrossingRoadOwner
Sun, 19 Mar 2006 17:15:33 +0000 tron (svn r3984) Add a function to get the road axis of a level crossing
Tue, 14 Mar 2006 12:00:11 +0000 tron (svn r3857) Add and use GetBridgeRampDirection()
Wed, 08 Mar 2006 15:29:23 +0000 tron (svn r3795) Add a function to request the orientation of a depot
Mon, 06 Mar 2006 13:11:08 +0000 tron (svn r3773) Shove some semantics down ottd's throat by replacing ints and magic numbers by enums and some related changes
Sun, 05 Mar 2006 12:22:20 +0000 tron (svn r3766) Add a function to get the RoadBits from an arbitrary tile
Sun, 05 Mar 2006 11:18:34 +0000 tron (svn r3765) Fix some naming glitches in r3763 and add missing svn properties
Sun, 05 Mar 2006 10:19:33 +0000 tron (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme