newgrf_station.h
Wed, 08 Nov 2006 12:17:14 +0000 peter1138 (svn r7113) -Codechange: [NewStations] Add support for copying custom station layouts
Thu, 19 Oct 2006 10:40:21 +0000 peter1138 (svn r6837) - Codechange: More const SpriteGroups missed in r6836
Wed, 11 Oct 2006 22:05:59 +0000 peter1138 (svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
Sat, 29 Jul 2006 17:39:58 +0000 tron (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
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.
Thu, 18 May 2006 02:43:23 +0000 belugas (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Wed, 17 May 2006 21:26:12 +0000 peter1138 (svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.
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.