Commit Graph

14 Commits

Author SHA1 Message Date
celestar
bd219d7f26 (svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup 2006-04-07 15:57:03 +00:00
celestar
0087f9dc74 (svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible 2006-04-04 11:51:16 +00:00
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 2006-04-04 11:45:54 +00:00
celestar
715bee332b (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h 2006-04-04 11:35:52 +00:00
celestar
2ab5b8e666 (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and moved them to station_map.h to keep consistency 2006-03-31 19:10:54 +00:00
celestar
5afef2d7c6 (svn r4169) -Codechange: Removed an include which accidently slipped into a commit 2006-03-30 11:05:05 +00:00
celestar
4e1dc63a5e (svn r4168) -Fix: Fixed a typo in previous commit 2006-03-30 10:53:31 +00:00
tron
bbf4f982a0 (svn r4166) Sprinkle several map accessors with assert()s 2006-03-30 09:29:01 +00:00
celestar
f188d35dac (svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TODO: unify RS_TRUCK and STATION_TRUCK (same for bus) 2006-03-29 19:37:18 +00:00
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) 2006-03-29 06:51:13 +00:00
tron
c40740e058 (svn r4120) Use the new station functions where appropriate 2006-03-26 19:20:15 +00:00
tron
3ecd8bd2ee (svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too 2006-03-26 19:03:03 +00:00
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
2006-03-26 14:41:39 +00:00
tron
f6285a659c (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile 2006-03-24 08:55:08 +00:00