Commit Graph

26 Commits (13b05605e0a572050af8a66deb365e03ea74313d)

Author SHA1 Message Date
richk 5f29205e94 (svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replacement by newgrf graphics. All tiles now use SPR_AIRPORT_APRON as the tarmac. Created two new sprites in airports.grf for half-grass half-tarmac tiles on Intercontinental airport. 18 years ago
richk 5d2bff0b78 (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.
Commuter airport: Small. 5x4. 3 terminals, 2 helipads.
Intercontinental: massive. 9x11. 8 terminals, 2 helipads, 4 runways.
Helidepot: a small heliport with a depot for helis only.
Helistation: a large heliport with 3 helipads and a depot.
18 years ago
tron 000497273c (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore 18 years ago
KUDr 308f27a3de (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. 18 years ago
tron 9bd8bccaa0 (svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own 18 years ago
peter1138 c778716264 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass. 18 years ago
peter1138 7826236b23 (svn r4724) - Newstations: Add per-tile random data for station tiles. 18 years ago
peter1138 f52f3fa55d (svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics. 18 years ago
belugas c09109cc67 (svn r4411) CodeChange : Define and use some Gfx for both stations and industries. More are still to come
Also, a bit of code cleaning, as pointed by Tron
18 years ago
belugas 22e69aed4f (svn r4404) Reverted part of r4403. GetRailStationAxis need assertion on IsRailwayStation. Thanks glx for spotting it 18 years ago
belugas e09b87f56e (svn r4403) CodeChange : Add GetStationGfx and make use of [G|S]etStationGfx accessors. Also, use GetStationGfx instead of directly accessing the map for functions in station_map.h 18 years ago
celestar 75fa1601f2 (svn r4319) -Codechange: Station map accessors 19 years ago
celestar bd219d7f26 (svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup 19 years ago
celestar 0087f9dc74 (svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible 19 years ago
celestar 936be2391c (svn r4273) -Fix: Removed a problem where trains would stop in the middle of a platform if there were both elrails and convrails along the platform 19 years ago
celestar 715bee332b (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h 19 years ago
celestar 2ab5b8e666 (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and moved them to station_map.h to keep consistency 19 years ago
celestar 5afef2d7c6 (svn r4169) -Codechange: Removed an include which accidently slipped into a commit 19 years ago
celestar 4e1dc63a5e (svn r4168) -Fix: Fixed a typo in previous commit 19 years ago
tron bbf4f982a0 (svn r4166) Sprinkle several map accessors with assert()s 19 years ago
celestar f188d35dac (svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TODO: unify RS_TRUCK and STATION_TRUCK (same for bus) 19 years ago
celestar c2bb4a052e (svn r4143) -[FS#86]: Fixed and obi-wan error in station_map.h that would lead to assertions in the airport handling (of international airports) 19 years ago
tron c40740e058 (svn r4120) Use the new station functions where appropriate 19 years ago
tron 3ecd8bd2ee (svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too 19 years ago
celestar 9b3b545259 (svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
19 years ago
tron f6285a659c (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile 19 years ago