summaryrefslogtreecommitdiff
path: root/src/track_type.h
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-29Codechange: Remove Track{dir,}{Bits,}Byte typesCharles Pigott
2017-03-28(svn r27833) -Change: Trackdir maps directly to TrackdirBitspeter1138
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform ↵rubidium
coding style
2010-04-11(svn r19605) -Codechange: Merge ExtractBits into EnumPropsT.frosch
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-26(svn r16428) -Codechange: use the less bloated SimpleTinyEnumT instead of ↵rubidium
TinyEnumT if the stuff provided by TinyEnumT but not SimpleTinyEnumT is not used.
2008-02-20(svn r12199) -Codechange: Remove magic around the results of ↵frosch
GetTileTrackStatus().
2008-01-13(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.rubidium
2007-12-18(svn r11664) -Codechange: use more specific ("rail_type.h" instead of ↵rubidium
"rail.h" that includes way more than only "rail_type.h") includes at some places.
2007-12-18(svn r11662) -Codechange: move some rail types/related functions around.rubidium