Age | Commit message (Collapse) | Author |
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
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
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
|
|
map.h).
|
|
it is really needed.
|
|
logical locations.
|
|
generic.
|
|
remaining to fit with the naming style
|
|
others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency.
|
|
stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
|
|
|
|
files with the @file tag as well as a few general comments style
|
|
Variable scope, const
|
|
-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
|
|
on approach direction. Note: they're not yet used, but will be soon
|
|
-Codechange: Do not hardcode the airports with a short airstrip anymore, but make it a flag in AirportFTAClass
|
|
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass
|
|
-Codechange: Add a Z adjustment attribute for helicopter pads to AirportFTAClass to get rid of some special cases for oilrigs and heliports
|
|
-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.
|
|
Reorder the attributes of some structs to reduce their size
|
|
Add a regular constructor and destructor to AirportFTAClass
|
|
-Codechange: Put the airport movement data into struct AirportFTAClass
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|