newgrf_station.h
Mon, 08 May 2006 21:59:36 +0000 glx (svn r4785) - Newstations: don't draw catenary on non-track tiles
Sun, 07 May 2006 12:58:45 +0000 peter1138 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
Sun, 07 May 2006 10:58:53 +0000 peter1138 (svn r4767) - Newstations: fix loading / use of custom ground sprites
Sat, 06 May 2006 22:30:36 +0000 peter1138 (svn r4761) - Newstations: support platform information in variable 10 (callback parameter 1) when building a station
Sat, 06 May 2006 22:10:38 +0000 peter1138 (svn r4759) - Newstations: increase the number of station classes from 16 to 32. 16 was an arbitrary limit, 32 is the limit for dropdown lists...
Sat, 06 May 2006 22:08:14 +0000 peter1138 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass.
Sat, 06 May 2006 21:46:26 +0000 peter1138 (svn r4757) - Newstations: add saveload support for custom station speclists
Sat, 06 May 2006 20:48:40 +0000 peter1138 (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
Thu, 04 May 2006 19:27:41 +0000 peter1138 (svn r4740) - Newstations: add function to evaluate station callbacks
Thu, 04 May 2006 19:21:16 +0000 peter1138 (svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally
Wed, 03 May 2006 21:35:33 +0000 peter1138 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles)
Wed, 03 May 2006 21:19:21 +0000 peter1138 (svn r4723) - Newstations: add TileIndex parameter to station resolver.
Wed, 03 May 2006 21:07:44 +0000 peter1138 (svn r4722) - Newstations: release station sprite layout data when uninitializing NewGRF data.
Fri, 28 Apr 2006 21:32:59 +0000 peter1138 (svn r4613) - NewGRF: fix two struct declarations
Thu, 27 Apr 2006 18:28:56 +0000 belugas (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
Sun, 23 Apr 2006 18:37:06 +0000 peter1138 (svn r4551) - NewGRF: add string handling for newstations.
Thu, 20 Apr 2006 17:04:08 +0000 peter1138 (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names.
Wed, 19 Apr 2006 07:17:00 +0000 peter1138 (svn r4473) - Newstations:
Sun, 16 Apr 2006 18:57:07 +0000 peter1138 (svn r4452) - NewGRF: switch to unsigned ints for array indices.
Tue, 11 Apr 2006 13:00:06 +0000 peter1138 (svn r4356) - NewGRF: Load more newstation properties.
Fri, 03 Feb 2006 23:02:01 +0000 peter1138 (svn r3530) - NewGRF: Move station resolver to newgrf_station
Fri, 03 Feb 2006 15:51:00 +0000 peter1138 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.