summaryrefslogtreecommitdiff
path: root/src/airport.cpp
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2017-08-31(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sur...adf88
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-05-02(svn r22413) -Document: even more stuffrubidium
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2010-11-05(svn r21088) -Doc: Additions/corrections of doxygen comments.alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-18(svn r20538) -Codechange: introduce a few macros to initialize the airport cl...yexo
2010-08-17(svn r20524) -Codechange: remove old airport debug codeyexo
2010-08-13(svn r20478) -Codechange: remove support for 'helipad groups' because there a...yexo
2010-08-13(svn r20477) -Codechange: remove some airport-related constants/functions and...yexo
2010-08-05(svn r20368) -Codechange: automatically rotate all nodes for airport movement...yexo
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-19(svn r19464) -Codechange: move GetHangarTile to Airportyexo
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-03-18(svn r19453) -Codechange: split getting the initial aircraft position to a ne...yexo
2010-03-06(svn r19361) -Fix [FS#3664](r19353): crash when an airport was deletedyexo
2010-03-06(svn r19353) -Codechange: use static objects for the airport statemachines in...yexo
2010-03-05(svn r19326) -Codechange: store the airport name as property in AirportSpecyexo
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo
2010-02-22(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.hyexo
2010-01-24(svn r18910) -Codechange: move the enum with airporttile names to table/airpo...yexo
2010-01-17(svn r18845) -Codechange: introduce AirportTileSpec and use it for animationyexo
2010-01-15(svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered a...yexo
2010-01-15(svn r18807) -Codechange: introduce AirportSpec and move several non-statemac...yexo
2010-01-15(svn r18805) -Codechange: move airport_movement.h to table/rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-21(svn r16620) -Fix (r16619): sometimes one misses the obvious :(rubidium
2009-06-21(svn r16619) -Cleanup: more coding style in airport stuff.rubidium
2009-06-21(svn r16614) -Codechange: Make the airport min/max available year a property ...yexo
2009-06-12(svn r16569) -Codechange: remove the gaps in the AirportTiles enumyexo
2009-06-12(svn r16567) -Fix (r16566): some minor correctionsyexo
2009-06-12(svn r16566) -Codechange: enumify all airport tilesyexo
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2008-11-25(svn r14625) -Codechange: a bit of coding style.rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium