station_cmd.c
Wed, 22 Mar 2006 11:13:20 +0000 celestar (svn r4014) -Backport from trunk: Slope and height information returned for some tile types is wrong 0.4.5
Fri, 29 Dec 2006 10:13:35 +0000 celestar (svn r7608) [cbh] - Merge with trunk r7593:7607 because I need 7607 here custombridgeheads
Thu, 28 Dec 2006 11:52:12 +0000 KUDr (svn r7590) -Codechange: (r7585)
Wed, 27 Dec 2006 23:11:43 +0000 KUDr (svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)
Wed, 27 Dec 2006 12:38:02 +0000 celestar (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Sun, 09 Sep 2007 22:35:21 +0000 rubidium (svn r11077) [0.5] -Fix: Possible NULL pointer dereference. 0.5
Tue, 15 May 2007 22:02:32 +0000 rubidium (svn r9853) [0.5] -Backport from trunk (r9837, r9827, r9785, r9775, r9758, r9716): 0.5
Tue, 10 Apr 2007 09:40:36 +0000 truelight (svn r9582) [0.5] -Backport from trunk (r9425, r9437, r9455, r9519): 0.5
Mon, 19 Mar 2007 20:38:26 +0000 rubidium (svn r9351) [0.5] -Backport from trunk (r9147, r9205, r9251, r9298): 0.5
Mon, 19 Mar 2007 20:17:24 +0000 rubidium (svn r9349) [0.5] -Backport from trunk (r9043, r9062, r9064, r9070): 0.5
Mon, 19 Mar 2007 19:56:16 +0000 rubidium (svn r9347) [0.5] -Backport from trunk (r9019, r9076, r9077): 0.5
Sat, 24 Feb 2007 01:14:54 +0000 Darkvater (svn r8871) [0.5] -Backport from trunk (r8689, r8794, r8802, r8808): 0.5
Sat, 24 Feb 2007 01:02:15 +0000 Darkvater (svn r8870) [0.5] -Backport from trunk (r8684, r8709, r8738, r8777, r8828): 0.5
Thu, 08 Feb 2007 14:10:14 +0000 rubidium (svn r8636) [0.5] -Backport from trunk (8634, 8635): 0.5
Thu, 08 Feb 2007 10:41:45 +0000 rubidium (svn r8626) [0.5] -Backport from trunk (8294, 8296, 8536, 8540, 8609): 0.5
Thu, 08 Feb 2007 10:00:22 +0000 rubidium (svn r8623) [0.5] -Backport from trunk (8593, 8608, 8619, 8620) 0.5
Wed, 17 Jan 2007 23:39:13 +0000 Darkvater (svn r8222) [0.5] -Backport from trunk (lang, r8171, r8186, r8218): 0.5
Wed, 17 Jan 2007 01:23:50 +0000 Darkvater (svn r8182) -Backport from trunk (r8137, r8147, r8157): 0.5
Sun, 07 Jan 2007 12:13:57 +0000 Darkvater (svn r7951) -Backport from trunk (r7810, r7812): 0.5
Sat, 30 Dec 2006 23:35:01 +0000 Darkvater (svn r7681) -Backport from trunk (r7585, r7590, r7599): 0.5
Sat, 30 Dec 2006 23:03:15 +0000 Darkvater (svn r7665) -Backport from trunk (r7547): 0.5
Tue, 05 Dec 2006 13:58:20 +0000 matthijs (svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
Sun, 03 Dec 2006 18:28:42 +0000 peter1138 (svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations
Sun, 03 Dec 2006 17:27:43 +0000 matthijs (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
Thu, 16 Nov 2006 17:59:02 +0000 KUDr (svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bounding rectangle calculation.
Thu, 16 Nov 2006 16:18:00 +0000 KUDr (svn r7169) -Fix: [FS#388] Station sign (and base station coordinates) didn't move along with station when station moved by walking. (HMage)
Sat, 28 Oct 2006 11:54:53 +0000 tron (svn r6985) Remove stuff forgotten in r6984
Sat, 28 Oct 2006 11:51:38 +0000 tron (svn r6984) Use the pool macros for the RoadStop pool
Sat, 28 Oct 2006 11:48:21 +0000 tron (svn r6983) Use the pool macros for the Station pool
Sat, 21 Oct 2006 23:00:27 +0000 Darkvater (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138)
Sat, 21 Oct 2006 19:32:46 +0000 peter1138 (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when adding or removing tiles.
Wed, 18 Oct 2006 17:44:46 +0000 peter1138 (svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback result. This fixes cosmetic problems with some add on stations.
Tue, 17 Oct 2006 17:59:41 +0000 Darkvater (svn r6803) -Codechange: Substitute magic numbers by an enum for the news windows
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
Tue, 26 Sep 2006 16:47:51 +0000 bjarni (svn r6513) -Codechange: unified the code to draw depot windows
Mon, 18 Sep 2006 18:02:33 +0000 peter1138 (svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.
Tue, 05 Sep 2006 23:21:41 +0000 Darkvater (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Sun, 03 Sep 2006 10:30:38 +0000 tron (svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (Darkvater and me)
Sun, 03 Sep 2006 08:25:27 +0000 tron (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as large as any type of destinataion (StationID, DepotID, WaypointID) it can hold
Thu, 31 Aug 2006 07:01:26 +0000 tron (svn r6252) Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it
Mon, 28 Aug 2006 18:53:03 +0000 rubidium (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
Sat, 26 Aug 2006 19:18:50 +0000 truelight (svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
Sat, 26 Aug 2006 19:14:02 +0000 truelight (svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
Sat, 26 Aug 2006 18:27:15 +0000 truelight (svn r6150) -Codechange: introduced and used RoadStopID where needed
Sat, 26 Aug 2006 17:31:47 +0000 truelight (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way
Sat, 26 Aug 2006 16:34:03 +0000 truelight (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)
Tue, 22 Aug 2006 20:41:26 +0000 truelight (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (or, will do that).
Tue, 22 Aug 2006 18:15:17 +0000 truelight (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID
Tue, 22 Aug 2006 17:13:49 +0000 truelight (svn r6052) -Codechange: change OrderType (order->type) in a typedef
Tue, 22 Aug 2006 16:22:07 +0000 truelight (svn r6049) -Codechange: forgot EngineRenew in r6047
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Sun, 20 Aug 2006 18:40:57 +0000 rubidium (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Sun, 06 Aug 2006 16:32:49 +0000 tron (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
Sun, 06 Aug 2006 08:23:19 +0000 tron (svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_{x,y,z}