road_map.h
Sat, 24 Jun 2006 09:12:15 +0000 tron (svn r5349) -Backport: r5315 0.4
Sat, 14 Oct 2006 22:22:48 +0000 Darkvater (svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as
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,}()
Mon, 19 Jun 2006 20:13:50 +0000 tron (svn r5317) s/RGT_/ROADSIDE_/ and some minor changes
Mon, 19 Jun 2006 09:40:08 +0000 tron (svn r5314) -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258)
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Tue, 09 May 2006 08:25:31 +0000 rubidium (svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CROSSING,DEPOT} to ROAD_TILE_* for consistency
Sat, 15 Apr 2006 20:07:42 +0000 Darkvater (svn r4435) - Fix: an assertion triggered when trying to remove a bridge with the remove-tool (r4348 surfaced this). In CmdRemoveRoad tiletype was not checked for ownership. Intorudce IsLevelCrossingTile() which checks if a tile is a crossing without knowing the type. Suggested by peter1138 and Tron.
Wed, 12 Apr 2006 05:26:36 +0000 tron (svn r4374) Never directly commit something you prepared the evening before, mysteriously it will break in the morning, fix r4373
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