station_map.h
Thu, 08 Feb 2007 10:00:22 +0000 rubidium (svn r8623) [0.5] -Backport from trunk (8593, 8608, 8619, 8620) 0.5
Thu, 28 Sep 2006 18:42:35 +0000 peter1138 (svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Tue, 05 Sep 2006 23:21:41 +0000 Darkvater (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
Sat, 22 Jul 2006 08:59:52 +0000 tron (svn r5582) Add and use AxisToTrack{Bits,}()
Fri, 14 Jul 2006 09:02:53 +0000 truelight (svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67)
Sun, 25 Jun 2006 13:42:37 +0000 richk (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.
Fri, 23 Jun 2006 22:05:40 +0000 richk (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.
Sun, 18 Jun 2006 15:28:29 +0000 tron (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Sun, 21 May 2006 12:01:57 +0000 tron (svn r4938) Remove STATION_HANGAR, because it isn't really a station type of its own
Sat, 06 May 2006 22:08:14 +0000 peter1138 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
Wed, 03 May 2006 21:25:49 +0000 peter1138 (svn r4724) - Newstations: Add per-tile random data for station tiles.
Sun, 16 Apr 2006 17:29:37 +0000 peter1138 (svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.
Fri, 14 Apr 2006 01:54:07 +0000 belugas (svn r4411) CodeChange : Define and use some Gfx for both stations and industries. More are still to come
Wed, 12 Apr 2006 20:33:01 +0000 belugas (svn r4404) Reverted part of r4403. GetRailStationAxis need assertion on IsRailwayStation. Thanks glx for spotting it
Wed, 12 Apr 2006 20:01:52 +0000 belugas (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
Sat, 08 Apr 2006 05:24:29 +0000 celestar (svn r4319) -Codechange: Station map accessors
Fri, 07 Apr 2006 15:57:03 +0000 celestar (svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup
Tue, 04 Apr 2006 11:51:16 +0000 celestar (svn r4275) -Codechange: Use of map accessor functions inside station_map.h when possible
Tue, 04 Apr 2006 11:45:54 +0000 celestar (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
Tue, 04 Apr 2006 11:35:52 +0000 celestar (svn r4272) -Codechange: Moved the map-accessing stuff from station.h into station_map.h
Fri, 31 Mar 2006 19:10:54 +0000 celestar (svn r4215) -Codechange: Renamed *RoadStation* functions to *RoadStop* and moved them to station_map.h to keep consistency
Thu, 30 Mar 2006 11:05:05 +0000 celestar (svn r4169) -Codechange: Removed an include which accidently slipped into a commit
Thu, 30 Mar 2006 10:53:31 +0000 celestar (svn r4168) -Fix: Fixed a typo in previous commit
Thu, 30 Mar 2006 09:29:01 +0000 tron (svn r4166) Sprinkle several map accessors with assert()s
Wed, 29 Mar 2006 19:37:18 +0000 celestar (svn r4155) -Changed GetRoadStopByTile to use GetStationType and moved it. TODO: unify RS_TRUCK and STATION_TRUCK (same for bus)
Wed, 29 Mar 2006 06:51:13 +0000 celestar (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)
Sun, 26 Mar 2006 19:20:15 +0000 tron (svn r4120) Use the new station functions where appropriate
Sun, 26 Mar 2006 19:03:03 +0000 tron (svn r4119) There's one more possible hangar tile. Check for this in IsHangar(), too
Sun, 26 Mar 2006 14:41:39 +0000 celestar (svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Fri, 24 Mar 2006 08:55:08 +0000 tron (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the station from a tile