train_cmd.c
Tue, 10 Oct 2006 17:53:08 +0000 bjarni (svn r6728) -Fix r6651: solved issue where moving rail vehicles in a depot could read from a NULL pointer
Thu, 05 Oct 2006 12:59:28 +0000 bjarni (svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATA
Thu, 05 Oct 2006 11:26:59 +0000 peter1138 (svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list.
Wed, 04 Oct 2006 12:01:59 +0000 bjarni (svn r6637) -Codechange: merged all (vehicle type)EnterDepot into VehicleEnterDepot()
Tue, 03 Oct 2006 14:52:39 +0000 bjarni (svn r6624) -Feature: added ability to add refit commands to vehicle orders (can only be done in goto depot orders)
Mon, 02 Oct 2006 22:10:04 +0000 peter1138 (svn r6618) - After refitting a train, update its cached variables as they may change.
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Wed, 27 Sep 2006 12:17:33 +0000 bjarni (svn r6524) -Code cleanup r6515: cleaned up the command to start/stop all vehicles in a depot.
Fri, 22 Sep 2006 22:15:34 +0000 glx (svn r6496) -Codechange: removed direct map access in train_cmd.c (Rubidium)
Fri, 08 Sep 2006 10:47:39 +0000 bjarni (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn
Tue, 05 Sep 2006 23:21:41 +0000 Darkvater (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
Tue, 05 Sep 2006 16:40:23 +0000 glx (svn r6395) -Fix: when converting a depot from/to elrail, update the power of trains that are in it
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Mon, 04 Sep 2006 15:16:58 +0000 Darkvater (svn r6378) -Codechange: Rename VLW_FLAGS to VLW_MASK as it is a mask
Mon, 04 Sep 2006 09:07:52 +0000 bjarni (svn r6376) -Codechange: [vehicle refit] moved all refit cost calculations into GetRefitCost()
Sun, 03 Sep 2006 11:49:38 +0000 bjarni (svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangar
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
Sat, 02 Sep 2006 22:47:45 +0000 bjarni (svn r6352) -Fix: FS#322 Send to depot bug
Sat, 02 Sep 2006 09:35:03 +0000 bjarni (svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send vehicles to depots
Fri, 01 Sep 2006 12:37:03 +0000 bjarni (svn r6295) -Feature: using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order
Fri, 01 Sep 2006 10:24:15 +0000 bjarni (svn r6291) -Feature: Vehicle lists from the station window now also got the goto depot button
Wed, 30 Aug 2006 21:39:01 +0000 bjarni (svn r6246) -Feature: added the many times requested "send all vehicle to depot" button
Tue, 29 Aug 2006 23:39:57 +0000 bjarni (svn r6229) -Feature: Shared order lists now got a "goto depot" button
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.
Mon, 28 Aug 2006 10:14:37 +0000 rubidium (svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.
Sun, 27 Aug 2006 09:28:52 +0000 bjarni (svn r6165) -Feature: control click Goto Depot will now make the vehicle service
Sat, 26 Aug 2006 21:54:04 +0000 Darkvater (svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
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 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 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 19:05:28 +0000 rubidium (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Sat, 12 Aug 2006 11:08:02 +0000 bjarni (svn r5854) -Fix: [elrails] now electric engines are stopped if they enter a non-electrified depot even if they would have left right away if the depot had catenary
Sat, 12 Aug 2006 10:41:29 +0000 bjarni (svn r5853) -Fix: [elrails] FS#178 Electric Trains can leave Conventional Depot
Wed, 09 Aug 2006 21:11:45 +0000 peter1138 (svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. This allows a set to disallow a vehicle from being started, i.e. to not be able to leave the depot. This is almost a partner to callback 1D.
Wed, 09 Aug 2006 20:44:23 +0000 peter1138 (svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This may affect the default refit costs for the default rail vehicles.
Sun, 30 Jul 2006 22:55:17 +0000 Darkvater (svn r5665) - Codechange: check pointers against NULL, coding style, tabulation; nothing serious.
Sun, 30 Jul 2006 22:43:50 +0000 bjarni (svn r5664) -Fix: [SF 1518090 ] moving train engines in depot - crash (svn r5463)
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
Thu, 29 Jun 2006 08:58:08 +0000 peter1138 (svn r5427) - Codechange: testing for "== true" is redundant.
Mon, 12 Jun 2006 11:38:07 +0000 peter1138 (svn r5240) - NewGRF: when there is more than one engine in a consist, base livery overrides and powered wagon weight/power on the last engine before the wagon.
Fri, 09 Jun 2006 07:03:53 +0000 peter1138 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback.
Thu, 08 Jun 2006 20:17:19 +0000 bjarni (svn r5176) fixing the typo, that should have been fixed in last commit
Thu, 08 Jun 2006 20:12:07 +0000 bjarni (svn r5175) -Fix: [autoreplace] FS#186 autoreplaced trains can leave all wagons in depot
Wed, 07 Jun 2006 19:35:21 +0000 tron (svn r5155) - Remove the bridge branch merge (revision r5070)
Sun, 04 Jun 2006 18:22:32 +0000 peter1138 (svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This simplifies code that works with more than one vehicle type.
Sun, 04 Jun 2006 17:49:16 +0000 peter1138 (svn r5104) - When refitting a vehicle to its existing cargo type, don't lose the cargo onboard (useful when adding wagons to a train)
Sun, 04 Jun 2006 17:38:48 +0000 peter1138 (svn r5103) - Add cargo subtype parameter to refit commands (mart3p)
Sun, 04 Jun 2006 09:28:33 +0000 tron (svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_id is enough.
Sun, 04 Jun 2006 09:13:59 +0000 KUDr (svn r5093) -CodeChange: [YAPF] min. debug level changed from 1 to 3 and 4 for frequent debug messages (performance stats)
Fri, 02 Jun 2006 13:15:50 +0000 peter1138 (svn r5071) - Fix (FS#184): "Erroneous train reversal on waypoints". When processing the next train order, do not even consider reversing the train if the last order was to a waypoint.
Fri, 02 Jun 2006 13:05:41 +0000 celestar (svn r5070) Merged the bridge branch
Thu, 01 Jun 2006 09:43:39 +0000 celestar (svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
Thu, 01 Jun 2006 09:41:35 +0000 celestar (svn r5063) -Codechange: Add a function to determine the length of a platform (request by KUDr)
Wed, 31 May 2006 18:00:08 +0000 peter1138 (svn r5061) - NewGRF: always use visual effect callback if it is defined, not just for powered wagons.
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.
Fri, 19 May 2006 10:04:03 +0000 peter1138 (svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual variations
Sat, 13 May 2006 12:03:44 +0000 peter1138 (svn r4860) - NewGRF: remove a missed extern for _traininfo_vehicle_pitch