src/newgrf_station.cpp
Sat, 22 Nov 2008 16:04:11 +0000 frosch (svn r14606) -Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing.
Sat, 18 Oct 2008 17:20:31 +0000 frosch (svn r14487) -Fix: The station picker preview did not draw child sprites.
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Tue, 09 Sep 2008 12:26:25 +0000 smatz (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
Sat, 02 Aug 2008 22:57:03 +0000 rubidium (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc)
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
Sun, 27 Jul 2008 18:36:11 +0000 frosch (svn r13851) -Fix (r9393): GetTownByTile() is only valid for houses and roads.
Fri, 25 Jul 2008 22:37:34 +0000 smatz (svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries
Sat, 19 Jul 2008 10:10:21 +0000 rubidium (svn r13734) -Fix: NewGRF rail continuation would always mark a tunnel on the same axis as connected, even when the tunnel faces the wrong direction.
Wed, 23 Apr 2008 22:16:41 +0000 rubidium (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Mon, 21 Apr 2008 11:29:01 +0000 rubidium (svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations.
Sun, 20 Apr 2008 08:43:31 +0000 rubidium (svn r12801) -Codechange: remove the dependency of function.h in town_map.h
Sun, 20 Apr 2008 08:22:59 +0000 rubidium (svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
Sat, 19 Apr 2008 23:34:42 +0000 peter1138 (svn r12799) -Fix (r12798): Empty for-loop warnings from gcc 4.3+
Sat, 19 Apr 2008 23:19:12 +0000 peter1138 (svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
Thu, 17 Apr 2008 06:53:52 +0000 peter1138 (svn r12747) -Codechange: Add varaction retrieval of station animation frame
Sat, 12 Apr 2008 22:11:21 +0000 peter1138 (svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Thu, 27 Mar 2008 21:36:16 +0000 glx (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
Sat, 15 Mar 2008 13:21:31 +0000 smatz (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
Fri, 15 Feb 2008 18:40:42 +0000 frosch (svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
Fri, 15 Feb 2008 18:34:26 +0000 frosch (svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
Thu, 31 Jan 2008 17:46:08 +0000 frosch (svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
Wed, 16 Jan 2008 18:34:53 +0000 peter1138 (svn r11881) -Cleanup: Code style for global variables.
Tue, 15 Jan 2008 10:36:51 +0000 peter1138 (svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Fri, 21 Dec 2007 22:11:55 +0000 glx (svn r11679) -Add: [newgrf] support for station vars 67 and 68
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Wed, 26 Sep 2007 17:33:32 +0000 rubidium (svn r11173) -Codechange: rename some callback enums so they are more uniform.
Sun, 26 Aug 2007 13:55:36 +0000 rubidium (svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.
Wed, 25 Jul 2007 19:06:29 +0000 rubidium (svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Wed, 11 Jul 2007 16:37:20 +0000 peter1138 (svn r10509) -Codechange: cache expensive newgrf station variables during
Sat, 07 Jul 2007 20:17:01 +0000 peter1138 (svn r10470) -Fix: clamp station build date to 16 bit value for newgrf, preventing overflow and incorrect graphics shown past a certain date.
Wed, 04 Jul 2007 09:41:35 +0000 peter1138 (svn r10431) -Codechange: constness on static array
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Mon, 11 Jun 2007 04:52:51 +0000 maedhros (svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
Thu, 24 May 2007 22:41:50 +0000 rubidium (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
Tue, 17 Apr 2007 20:23:13 +0000 belugas (svn r9662) -Documentation: Doxygen corrections and @file omissions
Fri, 13 Apr 2007 19:32:18 +0000 peter1138 (svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65
Wed, 11 Apr 2007 21:04:03 +0000 peter1138 (svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID
Thu, 22 Mar 2007 03:42:43 +0000 belugas (svn r9400) -Codechange: Use some more representative enum names for landscape types.
Wed, 21 Mar 2007 20:58:01 +0000 peter1138 (svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Tue, 20 Mar 2007 13:47:00 +0000 maedhros (svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sat, 24 Feb 2007 23:36:40 +0000 peter1138 (svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
Fri, 23 Feb 2007 09:56:20 +0000 peter1138 (svn r8858) -Codechange: Replace magic number test with class method for determining if a cargo is valid/active.
Fri, 23 Feb 2007 01:48:53 +0000 belugas (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style