src/track_func.h
Sat, 02 Aug 2008 22:51:07 +0000 rubidium (svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
Sat, 02 Aug 2008 22:47:20 +0000 rubidium (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
Wed, 14 May 2008 18:31:21 +0000 smatz (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
Thu, 28 Feb 2008 17:34:34 +0000 frosch (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes.
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Tue, 18 Dec 2007 20:58:12 +0000 rubidium (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions.
Tue, 18 Dec 2007 20:10:21 +0000 rubidium (svn r11662) -Codechange: move some rail types/related functions around.