summaryrefslogtreecommitdiff
path: root/src/airport.cpp
AgeCommit message (Expand)Author
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
2007-12-02(svn r11560) -Codechange: replace 'custom' version of FindLastBit with the ge...rubidium
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...skidd13
2007-10-29(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all oth...rubidium
2007-03-29(svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stati...celestar
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-20(svn r8822) -Fixtron
2007-02-17(svn r8767) -Fixtron
2007-02-16(svn r8759) -Feature: Allow airports to have up to 4 entry points depending o...celestar
2007-02-15(svn r8748) -Fixtron
2007-02-15(svn r8747) -Fixtron
2007-02-15(svn r8743) -Fixtron
2007-02-10(svn r8660) -Fixtron
2007-02-04(svn r8582) -Fixtron
2007-02-04(svn r8570) -Fixtron
2007-02-03(svn r8559) -Fixtron
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr