summaryrefslogtreecommitdiff
path: root/src/table/airport_movement.h
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-25Fix: Solved helicopter takeoff issue with international airportsJack McKiernan
2019-10-25Codechange: Replaced 255's with an enum entry TERMGROUPJack McKiernan
2019-10-25Codechange: Replaced 0's in heading field with TO_ALLJack McKiernan
2019-10-25Fix #6219: Allow taking off from hangar in commuter airportJack McKiernan
2019-04-29Codechange: Remove Direction*Byte typesCharles Pigott
2011-08-13(svn r22741) -Add: Add exit direction of hangars to airport specifications.alberth
2010-11-05(svn r21088) -Doc: Additions/corrections of doxygen comments.alberth
2010-08-18(svn r20538) -Codechange: introduce a few macros to initialize the airport cl...yexo
2010-08-13(svn r20478) -Codechange: remove support for 'helipad groups' because there a...yexo
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-01-15(svn r18805) -Codechange: move airport_movement.h to table/rubidium