summaryrefslogtreecommitdiff
path: root/station_map.h
AgeCommit message (Collapse)Author
2006-03-31(svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and ↵celestar
moved them to station_map.h to keep consistency
2006-03-30(svn r4169) -Codechange: Removed an include which accidently slipped into a ↵celestar
commit
2006-03-30(svn r4168) -Fix: Fixed a typo in previous commitcelestar
2006-03-30(svn r4166) Sprinkle several map accessors with assert()stron
2006-03-29(svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. ↵celestar
TODO: unify RS_TRUCK and STATION_TRUCK (same for bus)
2006-03-29(svn r4143) -[FS#86]: Fixed and obi-wan error in station_map.h that would ↵celestar
lead to assertions in the airport handling (of international airports)
2006-03-26(svn r4120) Use the new station functions where appropriatetron
2006-03-26(svn r4119) There's one more possible hangar tile. Check for this in ↵tron
IsHangar(), too
2006-03-26(svn r4113) Moved all relevant map functions for stations to station_map.[ch]celestar
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
2006-03-24(svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the ↵tron
station from a tile