newgrf_station.c
Sat, 30 Dec 2006 23:23:43 +0000 Darkvater (svn r7675) -Backport from trunk (r7606): 0.5
Tue, 28 Nov 2006 21:03:28 +0000 peter1138 (svn r7282) -Fix (r625): ttdpatch vars are little endian
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.
Sun, 20 Aug 2006 20:21:00 +0000 rubidium (svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Tue, 01 Aug 2006 06:08:11 +0000 tron (svn r5690) Factor common code to reduce code duplication
Tue, 01 Aug 2006 06:04:50 +0000 tron (svn r5689) Default a station tile to be electrifiable if there is no other information available. I suppose this was a copy&paste error
Sat, 29 Jul 2006 17:39:58 +0000 tron (svn r5632) Replace a boolean variable in DeallocateSpecFromStation() by a return
Thu, 27 Jul 2006 05:30:53 +0000 tron (svn r5624) Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() instead of GetRailTile{T,Subt}ype() - this is more concise and a bit more flexible if/when the rail tile encoding changes
Tue, 23 May 2006 19:36:50 +0000 peter1138 (svn r4960) - NewGRF: explicitly handle unsupported variables, instead of returning -1.
Fri, 12 May 2006 23:44:20 +0000 glx (svn r4856) - Newstations: catenary was not drawn on some station tiles
Tue, 09 May 2006 08:17:33 +0000 rubidium (svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
Tue, 09 May 2006 06:52:28 +0000 peter1138 (svn r4786) - Newstations: in GetPlatformInfo() ensure negative values are only four bits
Mon, 08 May 2006 21:59:36 +0000 glx (svn r4785) - Newstations: don't draw catenary on non-track tiles
Mon, 08 May 2006 17:13:48 +0000 peter1138 (svn r4783) - Newstations: fix graphical bug that affected some stations when a station has a high amount of cargo waiting.
Mon, 08 May 2006 13:35:25 +0000 peter1138 (svn r4782) - Newstations: fix issue with saving/loading games with newstations on big endian architectures.
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: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.
Sat, 06 May 2006 09:43:38 +0000 peter1138 (svn r4749) - Newstations: add snowline support to variable 42.
Sat, 06 May 2006 09:31:06 +0000 peter1138 (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49.
Fri, 05 May 2006 19:30:09 +0000 KUDr (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
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
Thu, 04 May 2006 19:15:02 +0000 peter1138 (svn r4738) - Newstations: attach all sprite group cargo types, not just the default and purchase pseudo types, to a station spec.
Thu, 04 May 2006 18:10:17 +0000 peter1138 (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites
Thu, 04 May 2006 18:07:18 +0000 peter1138 (svn r4736) - Newstations: use the correct value for PBS status (No PBS)
Thu, 04 May 2006 07:26:30 +0000 peter1138 (svn r4734) - Newstations: add more variables and fix a division by zero.
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 11:19:17 +0000 peter1138 (svn r4707) - NewGRF: minor code duffage; return early and less indentation.
Thu, 27 Apr 2006 18:28:56 +0000 belugas (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
Wed, 26 Apr 2006 20:44:28 +0000 peter1138 (svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however.
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:
Mon, 17 Apr 2006 18:35:44 +0000 peter1138 (svn r4459) - Newstations: check pointer for NULL before using it.
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.