log src/newgrf_station.cpp @ 14753:3e27a2798ca0 draft

age author description
Mon, 01 Mar 2010 20:17:21 +0000 yexo (svn r19299) -Codechange: store the most compatible ttd airport type in AirportSpec draft
Mon, 01 Mar 2010 19:53:28 +0000 yexo (svn r19298) -Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed when there is no truck/bus stop draft
Sun, 07 Feb 2010 22:22:54 +0000 peter1138 (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) draft
Thu, 21 Jan 2010 01:38:13 +0000 rubidium (svn r18872) -Codechange: introduce PaletteID and use it draft
Sun, 17 Jan 2010 15:05:25 +0000 frosch (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. draft
Sun, 17 Jan 2010 01:01:56 +0000 frosch (svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE(). draft
Sat, 16 Jan 2010 22:44:03 +0000 frosch (svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI. draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Tue, 05 Jan 2010 22:18:04 +0000 peter1138 (svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation. draft
Mon, 04 Jan 2010 18:30:10 +0000 rubidium (svn r18718) -Codechange: make a wrapper macro for looping TileAreas draft
Sun, 03 Jan 2010 22:44:57 +0000 peter1138 (svn r18708) -Feature: [NewGRF] Add support for custom station foundation graphics. draft
Fri, 01 Jan 2010 18:19:26 +0000 peter1138 (svn r18681) -Codechange: Use existing TILE_LOOP method for iterating trigger area. draft
Fri, 01 Jan 2010 18:10:50 +0000 peter1138 (svn r18680) -Fix: Whole station area is already correct size. draft
Thu, 05 Nov 2009 19:46:17 +0000 frosch (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h draft
Mon, 14 Sep 2009 12:22:57 +0000 rubidium (svn r17534) -Codechange: unify the naming of callback masks/flags draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Mon, 03 Aug 2009 09:10:28 +0000 rubidium (svn r17050) -Codechange: replace custom implementation of TILE_LOOP with TILE_LOOP. draft
Sat, 25 Jul 2009 08:54:19 +0000 rubidium (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h. draft
Fri, 24 Jul 2009 11:47:12 +0000 rubidium (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. draft
Fri, 24 Jul 2009 11:15:11 +0000 rubidium (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile draft
Wed, 22 Jul 2009 10:18:19 +0000 rubidium (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Wed, 22 Jul 2009 08:52:41 +0000 rubidium (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ draft
Tue, 21 Jul 2009 22:37:10 +0000 rubidium (svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits? draft
Tue, 21 Jul 2009 11:20:34 +0000 rubidium (svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too draft
Tue, 21 Jul 2009 11:11:05 +0000 rubidium (svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints draft
Mon, 20 Jul 2009 16:30:37 +0000 rubidium (svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypoints draft
Fri, 17 Jul 2009 21:06:06 +0000 rubidium (svn r16864) -Codechange: make Waypoints a subclass of BaseStation. draft
Fri, 17 Jul 2009 19:44:13 +0000 rubidium (svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints. draft
Thu, 16 Jul 2009 20:40:06 +0000 smatz (svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Thu, 25 Jun 2009 15:54:06 +0000 smatz (svn r16655) -Codechange: use IsRailwayStationTile() more draft
Wed, 24 Jun 2009 17:39:54 +0000 smatz (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draft
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft
Sun, 24 May 2009 21:09:00 +0000 rubidium (svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts. draft
Sat, 23 May 2009 15:25:52 +0000 rubidium (svn r16402) -Codechange: make Resolve a function of SpriteGroup draft
Sat, 23 May 2009 12:13:42 +0000 rubidium (svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses instead of using a big union draft
Sun, 05 Apr 2009 08:06:40 +0000 peter1138 (svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. draft
Sun, 05 Apr 2009 08:01:36 +0000 peter1138 (svn r15956) -Codechange: Enumorize station spec flags. draft
Mon, 09 Feb 2009 22:49:28 +0000 peter1138 (svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... draft
Mon, 09 Feb 2009 02:57:15 +0000 rubidium (svn r15428) -Codechange: consistently use colour instead of having both color and colour. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Mon, 12 Jan 2009 17:11:45 +0000 truebrain (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. draft
Sat, 10 Jan 2009 14:30:01 +0000 rubidium (svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs). draft
Sat, 10 Jan 2009 00:31:47 +0000 rubidium (svn r14949) -Cleanup: pointer coding style draft
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. draft
Sat, 18 Oct 2008 17:20:31 +0000 frosch (svn r14487) -Fix: The station picker preview did not draw child sprites. draft
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. draft
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. draft
Tue, 09 Sep 2008 12:26:25 +0000 smatz (svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places draft
Sat, 02 Aug 2008 22:57:03 +0000 rubidium (svn r13965) -Add [YAPP]: Implement newgrf var 0x44 for stations (PBS reservation state). (michi_cc) draft
Wed, 30 Jul 2008 18:23:12 +0000 frosch (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific. draft
Sun, 27 Jul 2008 18:36:11 +0000 frosch (svn r13851) -Fix (r9393): GetTownByTile() is only valid for houses and roads. draft
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 draft
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. draft
Wed, 23 Apr 2008 22:16:41 +0000 rubidium (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code. draft
Mon, 21 Apr 2008 11:29:01 +0000 rubidium (svn r12817) -Feature: the ability to play NewGRF sounds for industries and stations. draft
Sun, 20 Apr 2008 08:43:31 +0000 rubidium (svn r12801) -Codechange: remove the dependency of function.h in town_map.h draft
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. draft