summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
AgeCommit message (Expand)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-30Codechange: Check airport layout would fit within map bounds before iterating...PeterN
2017-08-31(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sur...adf88
2013-08-09(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2012-01-01(svn r23704) -Doc: Doxygen comment fixes and additions.alberth
2011-12-21(svn r23654) -Fix [FS#4904]: missing this-> (adf88)rubidium
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-09(svn r23462) -Codechange: use AirportTileTableIterator in a few more places t...yexo
2011-12-09(svn r23461) -Fix: handle a missing airport newgrf as graceful as possible by...yexo
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-08-13(svn r22741) -Add: Add exit direction of hangars to airport specifications.alberth
2011-05-02(svn r22410) -Document: some more bits ;)rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-07(svn r20407) -Codechange: make AirportClass use the new generic classrubidium
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something sl...rubidium
2010-08-07(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ...rubidium
2010-08-05(svn r20371) -Codechange: add general function to call text callbacks for air...yexo
2010-08-05(svn r20369) -Feature: preview sprites for airportsyexo
2010-08-05(svn r20366) -Codechange: store the rotation of the airport layout in the sta...yexo
2010-08-02(svn r20331) -Doc: some more airport-related codeyexo
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-18(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of a...yexo
2010-03-06(svn r19354) -Codechange: store the number of layouts in AirportSpecyexo
2010-03-06(svn r19353) -Codechange: use static objects for the airport statemachines in...yexo
2010-03-06(svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpecyexo
2010-03-05(svn r19328) -Feature: a more extendable gui for building airportsyexo
2010-03-05(svn r19327) -Codechange: make the oilrig a part of the original airports arr...yexo
2010-03-05(svn r19326) -Codechange: store the airport name as property in AirportSpecyexo
2010-03-05(svn r19325) -Codechange: introduce airport classes and split the default air...yexo
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ...yexo
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ...yexo
2010-03-02(svn r19303) -Codechange: Silence a gcc warning.frosch
2010-03-01(svn r19299) -Codechange: store the most compatible ttd airport type in Airpo...yexo
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo