Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-19 | (svn r19465) -Codechange: support for multi-tile hangars | yexo | |
2010-03-19 | (svn r19464) -Codechange: move GetHangarTile to Airport | yexo | |
2010-03-18 | (svn r19455) -Codechange: split all airport information in Station to a ↵ | yexo | |
seperate class | |||
2010-03-18 | (svn r19453) -Codechange: split getting the initial aircraft position to a ↵ | yexo | |
new function | |||
2010-03-06 | (svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted | yexo | |
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-05 | (svn r19326) -Codechange: store the airport name as property in AirportSpec | yexo | |
2010-02-22 | (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp | yexo | |
2010-02-22 | (svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h | yexo | |
2010-01-24 | (svn r18910) -Codechange: move the enum with airporttile names to ↵ | yexo | |
table/airporttile_ids.h | |||
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 ↵ | yexo | |
an assert | |||
2010-01-15 | (svn r18807) -Codechange: introduce AirportSpec and move several ↵ | yexo | |
non-statemachine-related variables to there | |||
2010-01-15 | (svn r18805) -Codechange: move airport_movement.h to table/ | rubidium | |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium | |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
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 | |
of the Airport class. -Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof | |||
2009-06-12 | (svn r16569) -Codechange: remove the gaps in the AirportTiles enum | yexo | |
2009-06-12 | (svn r16567) -Fix (r16566): some minor corrections | yexo | |
2009-06-12 | (svn r16566) -Codechange: enumify all airport tiles | yexo | |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz | |
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 ↵ | rubidium | |
settings stored in the savegame so there is no need to have a duplicate copy of it for new games. | |||
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium | |
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped. | |||
2008-05-24 | (svn r13226) -Feature: Allow to have more than only two airports per town. ↵ | belugas | |
The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is. Initial concept : TTDPatch (moreairpots), Initial code : Pasky Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices | |||
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
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 | |
map.h). | |||
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when ↵ | rubidium | |
it is really needed. | |||
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more ↵ | rubidium | |
logical locations. | |||
2007-12-02 | (svn r11560) -Codechange: replace 'custom' version of FindLastBit with the ↵ | rubidium | |
generic. | |||
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ↵ | skidd13 | |
remaining to fit with the naming style | |||
2007-10-29 | (svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all ↵ | rubidium | |
others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency. | |||
2007-03-29 | (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for ↵ | celestar | |
stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) | |||
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-02-23 | (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp ↵ | belugas | |
files with the @file tag as well as a few general comments style | |||
2007-02-20 | (svn r8822) -Fix | tron | |
Variable scope, const | |||
2007-02-17 | (svn r8767) -Fix | tron | |
-Codechange: Do not hardcode the catchment radius of airports, but hold the information in AirportFTAClass -Fix (r979): The default AI tested possible airport locations with a fixed catchment radius instead of the radius of the to be built airport | |||
2007-02-16 | (svn r8759) -Feature: Allow airports to have up to 4 entry points depending ↵ | celestar | |
on approach direction. Note: they're not yet used, but will be soon | |||
2007-02-15 | (svn r8748) -Fix | tron | |
-Codechange: Do not hardcode the airports with a short airstrip anymore, but make it a flag in AirportFTAClass | |||
2007-02-15 | (svn r8747) -Fix | tron | |
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass | |||
2007-02-15 | (svn r8743) -Fix | tron | |
-Codechange: Add a Z adjustment attribute for helicopter pads to AirportFTAClass to get rid of some special cases for oilrigs and heliports | |||
2007-02-10 | (svn r8660) -Fix | tron | |
-Codechange: Remove _avail_aircraft Its name is misleading. It is rather _avail_airports, but then only some of them, which leads to inconsistencies when using it. Further it is unnecessary to store it in savegams. | |||
2007-02-04 | (svn r8582) -Fix | tron | |
Reorder the attributes of some structs to reduce their size | |||
2007-02-04 | (svn r8570) -Fix | tron | |
Add a regular constructor and destructor to AirportFTAClass | |||
2007-02-03 | (svn r8559) -Fix | tron | |
-Codechange: Put the airport movement data into struct AirportFTAClass | |||
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the ↵ | KUDr | |
pointer to allocated memory instead of modifying the pointer given as parameter |