summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
AgeCommit message (Collapse)Author
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 ↵rubidium
slightly more generic
2010-08-07(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ↵rubidium
GRFFilePropsBase
2010-08-05(svn r20371) -Codechange: add general function to call text callbacks for ↵yexo
airports
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 ↵yexo
station struct and use it to rotate hangar tiles
2010-08-02(svn r20331) -Doc: some more airport-related codeyexo
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT ↵smatz
and DECLARE_ENUM_AS_BIT_SET
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-18(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of ↵yexo
airports if a newgrf can't be found
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 ↵yexo
instead of new/delete at the start/end of the game -Codechange: store the fta in AirportSpec
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 ↵yexo
array so some special cases can be removed
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 ↵yexo
airports in 4 classes
2010-03-05(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ↵yexo
non-const pointer to a given airportspec
2010-03-05(svn r19323) -Codechange: copy the AirportSpec original array to an internal ↵yexo
array in AirportSpec
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 ↵yexo
AirportSpec -Fix: [NewGRF] return the ttd airport type in station var 0xF1
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo