index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
newgrf_airport.cpp
Age
Commit message (
Expand
)
Author
2011-07-04
(svn r22636) -Fix: Airports should not expose the tile specific random bits o...
frosch
2011-07-04
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is...
frosch
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-06-12
(svn r22564) -Codechange: Rename Get and Store persistent storage functions t...
terkhen
2011-06-12
(svn r22563) -Codechange: Use a function for storing values inside the persis...
terkhen
2011-05-27
(svn r22496) -Fix: callback result for airport layout name was incorrectly used
yexo
2011-05-14
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
alberth
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2010-11-05
(svn r21088) -Doc: Additions/corrections of doxygen comments.
alberth
2010-09-01
(svn r20716) -Feature: add airport class and airport name to the land info tool
yexo
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-10
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it...
rubidium
2010-08-07
(svn r20407) -Codechange: make AirportClass use the new generic class
rubidium
2010-08-07
(svn r20402) -Codechange: rename the airport/station class id to something sl...
rubidium
2010-08-05
(svn r20374) -Codechange: add persistant storage for airports
yexo
2010-08-05
(svn r20371) -Codechange: add general function to call text callbacks for air...
yexo
2010-08-05
(svn r20369) -Feature: preview sprites for airports
yexo
2010-08-05
(svn r20365) -Codechange: allow multiple layouts for one airport statemachine...
yexo
2010-08-05
(svn r20364) -Codechange: add infrastructure for airport callbacks
yexo
2010-08-02
(svn r20331) -Doc: some more airport-related code
yexo
2010-07-22
(svn r20203) -Fix: some file "headers" were incorrect, including doxygen @fil...
rubidium
2010-03-19
(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
yexo
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-06
(svn r19354) -Codechange: store the number of layouts in AirportSpec
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 r19326) -Codechange: store the airport name as property in AirportSpec
yexo
2010-03-05
(svn r19325) -Codechange: introduce airport classes and split the default air...
yexo
2010-03-05
(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a ...
yexo
2010-03-05
(svn r19323) -Codechange: copy the AirportSpec original array to an internal ...
yexo
2010-03-01
(svn r19299) -Codechange: store the most compatible ttd airport type in Airpo...
yexo
2010-02-22
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
yexo