Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
NUM_AIRPORTTILES to properly distinguish limits per NewGRF and limits of the pool.
-Change: [NewGRF] Lower the limit of airport tile types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
|
|
to properly distinguish limits per NewGRF and limits of the pool.
|
|
aircraft. (Based on patch by cirdan)
|
|
|
|
coding style
|
|
|
|
are no airports with more than 1 helipad group
|
|
and add some documentation
|
|
movement if the airport is rotated
|
|
|
|
consisted of unrelated values use static const (u)int
|
|
consisted of unrelated values use static const (u)int
|
|
airports if a newgrf can't be found
|
|
|
|
seperate class
|
|
new function
|
|
|
|
instead of new/delete at the start/end of the game
-Codechange: store the fta in AirportSpec
|
|
array so some special cases can be removed
|
|
|
|
|
|
256 and introduce AirportTileOverrideManager
|
|
|
|
tile animation frame
|
|
|
|
an assert
|
|
if a header require a header make it include that header
|
|
non-statemachine-related variables to there
|
|
|
|
|
|
|
|
of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
|
|
|
|
|
sources too
|
|
in many cases
|
|
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
|
|
|
|
map.h).
|
|
|
|
compile time of OpenTTD by reduce the amount of circular-ish dependencies.
|
|
32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value
|
|
stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
|
|
|
|
|
|
velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
|
|
files with the @file tag as well as a few general comments style
|