frosch
|
412cbe133d
|
(svn r22636) -Fix: Airports should not expose the tile specific random bits of the north tile. Only airport tiles should access those.
|
2011-07-04 22:07:53 +00:00 |
|
frosch
|
8b18292a2e
|
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'.
|
2011-07-04 20:31:57 +00:00 |
|
terkhen
|
00e5c1df18
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
terkhen
|
0749c65d74
|
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
|
2011-06-12 20:40:21 +00:00 |
|
terkhen
|
dc6218aa49
|
(svn r22563) -Codechange: Use a function for storing values inside the persistent storage.
|
2011-06-12 20:38:46 +00:00 |
|
yexo
|
00e65d1a4d
|
(svn r22496) -Fix: callback result for airport layout name was incorrectly used
|
2011-05-27 16:06:23 +00:00 |
|
alberth
|
28092366ec
|
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
|
2011-05-14 18:35:40 +00:00 |
|
rubidium
|
4d5dbf5170
|
(svn r22410) -Document: some more bits ;)
|
2011-05-02 16:14:23 +00:00 |
|
alberth
|
fa13971337
|
(svn r21088) -Doc: Additions/corrections of doxygen comments.
|
2010-11-05 16:34:22 +00:00 |
|
yexo
|
c07fdab16c
|
(svn r20716) -Feature: add airport class and airport name to the land info tool
|
2010-09-01 23:14:15 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
ca7a067b7a
|
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups
|
2010-08-10 15:49:35 +00:00 |
|
rubidium
|
ef50a89ca5
|
(svn r20407) -Codechange: make AirportClass use the new generic class
|
2010-08-07 22:08:20 +00:00 |
|
rubidium
|
2d3ee123af
|
(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic
|
2010-08-07 21:10:57 +00:00 |
|
yexo
|
2e6713ce95
|
(svn r20374) -Codechange: add persistant storage for airports
|
2010-08-05 12:06:13 +00:00 |
|
yexo
|
5bacbba9f2
|
(svn r20371) -Codechange: add general function to call text callbacks for airports
|
2010-08-05 12:04:33 +00:00 |
|
yexo
|
3e6f8165d4
|
(svn r20369) -Feature: preview sprites for airports
|
2010-08-05 12:03:34 +00:00 |
|
yexo
|
330c2f979e
|
(svn r20365) -Codechange: allow multiple layouts for one airport statemachine, store the layout number
|
2010-08-05 11:59:07 +00:00 |
|
yexo
|
6321eb5a00
|
(svn r20364) -Codechange: add infrastructure for airport callbacks
|
2010-08-05 11:57:55 +00:00 |
|
yexo
|
689d4bef04
|
(svn r20331) -Doc: some more airport-related code
|
2010-08-02 23:09:38 +00:00 |
|
rubidium
|
6bb0d06668
|
(svn r20203) -Fix: some file "headers" were incorrect, including doxygen @file so they wouldn't be picked up by doxygen.
|
2010-07-22 16:50:58 +00:00 |
|
yexo
|
81ca0e28c4
|
(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
|
2010-03-19 00:34:38 +00:00 |
|
yexo
|
38f4cb6469
|
(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found
|
2010-03-18 23:12:38 +00:00 |
|
yexo
|
a99a7e7a37
|
(svn r19456) -Codechange; increase the maximum number of airports
|
2010-03-18 23:10:35 +00:00 |
|
yexo
|
f7691a95d7
|
(svn r19354) -Codechange: store the number of layouts in AirportSpec
|
2010-03-06 16:02:07 +00:00 |
|
yexo
|
20e05f878c
|
(svn r19353) -Codechange: use static objects for the airport statemachines instead of new/delete at the start/end of the game
-Codechange: store the fta in AirportSpec
|
2010-03-06 15:38:13 +00:00 |
|
yexo
|
585b036c90
|
(svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed
|
2010-03-05 23:21:51 +00:00 |
|
yexo
|
c42e2a9bfc
|
(svn r19326) -Codechange: store the airport name as property in AirportSpec
|
2010-03-05 23:21:41 +00:00 |
|
yexo
|
a71462bb94
|
(svn r19325) -Codechange: introduce airport classes and split the default airports in 4 classes
|
2010-03-05 23:21:35 +00:00 |
|
yexo
|
d03d990f33
|
(svn r19324) -Codechange: introduce AirportSpec::GetWithoutOverride to get a non-const pointer to a given airportspec
|
2010-03-05 23:21:30 +00:00 |
|
yexo
|
664934e6f6
|
(svn r19323) -Codechange: copy the AirportSpec original array to an internal array in AirportSpec
|
2010-03-05 23:21:23 +00:00 |
|
yexo
|
3cda09170c
|
(svn r19299) -Codechange: store the most compatible ttd airport type in AirportSpec
-Fix: [NewGRF] return the ttd airport type in station var 0xF1
|
2010-03-01 20:17:21 +00:00 |
|
yexo
|
dd7c2b2f9d
|
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
|
2010-02-22 16:09:26 +00:00 |
|