Age | Commit message (Expand) | Author |
2012-04-17 | (svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft... | michi_cc |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2011-12-19 | (svn r23595) -Codechange: add comma after last enum to get a more uniform cod... | rubidium |
2010-11-05 | (svn r21088) -Doc: Additions/corrections of doxygen comments. | alberth |
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-02 | (svn r20331) -Doc: some more airport-related code | yexo |
2010-05-13 | (svn r19814) -Codechange: give some more unnamed enums a name, in case they c... | rubidium |
2010-05-13 | (svn r19812) -Codechange: give some unnamed enums a name or, in case they con... | rubidium |
2010-03-18 | (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of a... | yexo |
2010-03-18 | (svn r19456) -Codechange; increase the maximum number of airports | yexo |
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-18 | (svn r19451) -Cleanup: remove some unused code | yexo |
2010-03-06 | (svn r19353) -Codechange: use static objects for the airport statemachines in... | yexo |
2010-03-05 | (svn r19327) -Codechange: make the oilrig a part of the original airports arr... | yexo |
2010-03-05 | (svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9 | yexo |
2010-02-22 | (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp | yexo |
2010-02-22 | (svn r19193) -Codechange: increase the maximum number of airport tiles to 256... | yexo |
2010-02-22 | (svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h | yexo |
2010-01-24 | (svn r18912) -Codechange: free up a bunch of airporttile ids by using the til... | yexo |
2010-01-17 | (svn r18845) -Codechange: introduce AirportTileSpec and use it for animation | yexo |
2010-01-15 | (svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered a... | yexo |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-15 | (svn r18807) -Codechange: introduce AirportSpec and move several non-statemac... | yexo |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-06-21 | (svn r16619) -Cleanup: more coding style in airport stuff. | rubidium |
2009-06-21 | (svn r16617) -Cleanup: some incorrect indenting | rubidium |
2009-06-21 | (svn r16614) -Codechange: Make the airport min/max available year a property ... | yexo |
2009-06-12 | (svn r16566) -Codechange: enumify all airport tiles | yexo |
2009-05-28 | (svn r16458) -Codechange: use one enum instead of four | smatz |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2008-07-20 | (svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different ... | smatz |
2008-05-24 | (svn r13226) -Feature: Allow to have more than only two airports per town. T... | belugas |
2008-04-11 | (svn r12662) -Codechange: Comment-code style application | belugas |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11700) -Codechange: reduce the amount of unnecessary includes. | rubidium |
2007-12-18 | (svn r11661) -Codechange: some header reworks in order to try to reduce the c... | rubidium |
2007-07-03 | (svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-b... | KUDr |
2007-03-29 | (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stati... | celestar |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-02 | (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc... | celestar |
2007-02-23 | (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file... | belugas |
2007-02-17 | (svn r8767) -Fix | tron |
2007-02-16 | (svn r8759) -Feature: Allow airports to have up to 4 entry points depending o... | celestar |
2007-02-15 | (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error... | KUDr |
2007-02-15 | (svn r8748) -Fix | tron |
2007-02-15 | (svn r8747) -Fix | tron |