Tue, 18 Jan 2011 20:06:56 +0000 |
smatz |
(svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times
draft
|
Sat, 15 Jan 2011 09:53:21 +0000 |
rubidium |
(svn r21800) -Fix [FS#3569]: under certain circumstances one could crash a competitor's train; take the lazy non-future proof version of the fix from the 1.0 branch as fixing the real bug is significantly more complex and might even break some backwards compatability if not done perfectly
draft
|
Wed, 15 Dec 2010 23:23:30 +0000 |
rubidium |
(svn r21529) -Doc: update comment after function name change (Krille)
draft
|
Tue, 14 Dec 2010 21:33:53 +0000 |
terkhen |
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
draft
|
Tue, 14 Dec 2010 21:28:45 +0000 |
terkhen |
(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.
draft
|
Mon, 13 Dec 2010 21:55:59 +0000 |
rubidium |
(svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parameter to "path_found" and remove the ! where the variables are set / read
draft
|
Mon, 13 Dec 2010 21:55:06 +0000 |
rubidium |
(svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function
draft
|
Mon, 13 Dec 2010 21:53:54 +0000 |
rubidium |
(svn r21506) -Codechange: rename the train/vehicle lost warning strings to be more generic
draft
|
Mon, 13 Dec 2010 21:53:23 +0000 |
rubidium |
(svn r21505) -Change: generalise the lost_train_warning setting to lost_vehicle_warning
draft
|
Mon, 13 Dec 2010 21:52:39 +0000 |
rubidium |
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags
draft
|
Mon, 13 Dec 2010 18:26:09 +0000 |
rubidium |
(svn r21502) -Change/Fix [FS#3991] (r150, r18402): before r18402 a train crash caused 2 "driver" deaths and a flooding 4 (added in r150). In r18402 the counting was merged and the flooding code was taken for counting drivers. Given those numbers were inconsistent (unlike for other vehicles) we better use the real original amount of driver deaths instead of the erroneous amount.
draft
|
Sat, 20 Nov 2010 15:44:24 +0000 |
alberth |
(svn r21273) -Codechange: Return values should start at the same line.
draft
|
Thu, 18 Nov 2010 14:15:27 +0000 |
rubidium |
(svn r21237) -Codechange: Move HandleLocomotiveSmokeCloud to Vehicle::ShowVisualEffect (Hirundo)
draft
|
Thu, 18 Nov 2010 14:11:50 +0000 |
rubidium |
(svn r21236) -Codechange: Make the visual effects drawing routine work for all vehicle types (Hirundo)
draft
|
Thu, 18 Nov 2010 14:09:39 +0000 |
rubidium |
(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo)
draft
|
Thu, 18 Nov 2010 14:07:48 +0000 |
rubidium |
(svn r21234) -Codechange: Make Train::UpdateVisualEffect work for all vehicle types (Hirundo)
draft
|
Thu, 18 Nov 2010 14:04:36 +0000 |
rubidium |
(svn r21233) -Codechange: Introduce an enum to remove some magic numbers from the visual effect code (Hirundo)
draft
|
Thu, 18 Nov 2010 14:03:12 +0000 |
rubidium |
(svn r21232) -Codechange: Move cached_vis_effect from the TrainCache to the VehicleCache (Hirundo)
draft
|
Thu, 18 Nov 2010 14:01:20 +0000 |
rubidium |
(svn r21231) -Codechange: Generalize the naming of some settings and variables related to visual effects (Hirundo)
draft
|
Thu, 18 Nov 2010 13:51:54 +0000 |
rubidium |
(svn r21230) -Fix/Change/Feature: [NewGRF] Make positioning of diesel fumes and electric sparks actually work (Hirundo).
draft
|
Tue, 16 Nov 2010 23:38:05 +0000 |
yexo |
(svn r21218) -Fix (r21189)[FS#4236]: don't force a minimum speed when braking
draft
|
Tue, 16 Nov 2010 12:05:41 +0000 |
terkhen |
(svn r21205) -Fix [FS#4207]: Under some conditions, group count would be wrong after moving train engines in the depot window.
draft
|
Sun, 14 Nov 2010 15:48:24 +0000 |
terkhen |
(svn r21189) -Fix: Force a minimum speed for trains when using the realistic acceleration model.
draft
|
Wed, 10 Nov 2010 20:15:48 +0000 |
rubidium |
(svn r21136) -Fix [FS#4213]: bridge speed limits should apply to all wagons of a vehicle, not just the head of the vehicle
draft
|
Tue, 09 Nov 2010 17:43:05 +0000 |
terkhen |
(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
draft
|
Sat, 06 Nov 2010 12:53:31 +0000 |
terkhen |
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
draft
|
Fri, 05 Nov 2010 16:34:22 +0000 |
alberth |
(svn r21088) -Doc: Additions/corrections of doxygen comments.
draft
|
Sat, 30 Oct 2010 17:51:07 +0000 |
alberth |
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
draft
|
Fri, 22 Oct 2010 22:51:15 +0000 |
frosch |
(svn r21014) -Fix [FS#4179](r20098): Reversing of trains in stations while last wagon was in a depot or on a bridge-/tunnelhead caused trouble.
draft
|
Wed, 08 Sep 2010 18:55:58 +0000 |
rubidium |
(svn r20768) -Codechange: unify send-to-depot commands
draft
|
Sat, 28 Aug 2010 14:14:37 +0000 |
rubidium |
(svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown handling as well (Hirundo)
draft
|
Sat, 28 Aug 2010 14:01:50 +0000 |
rubidium |
(svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo)
draft
|
Thu, 26 Aug 2010 22:01:16 +0000 |
rubidium |
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
draft
|
Thu, 26 Aug 2010 15:31:40 +0000 |
rubidium |
(svn r20623) -Codechange: unify the storing of animation related information
draft
|
Fri, 20 Aug 2010 17:35:10 +0000 |
rubidium |
(svn r20582) -Fix [FS#4044]: Autoreplace can trigger an assertion when at the vehicle limit
draft
|
Thu, 19 Aug 2010 20:45:29 +0000 |
rubidium |
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit
draft
|
Thu, 19 Aug 2010 20:42:00 +0000 |
rubidium |
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
draft
|
Wed, 18 Aug 2010 20:48:38 +0000 |
rubidium |
(svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands.
draft
|
Wed, 18 Aug 2010 00:47:31 +0000 |
rubidium |
(svn r20536) -Codechange: unify the refitting of vehicles
draft
|
Wed, 18 Aug 2010 00:30:12 +0000 |
yexo |
(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings
draft
|
Tue, 17 Aug 2010 23:55:22 +0000 |
rubidium |
(svn r20532) -Codechange: unify selling of vehicles a bit
draft
|
Tue, 17 Aug 2010 23:15:55 +0000 |
rubidium |
(svn r20531) -Codechange: unify quite a bit of the vehicle building commands
draft
|
Sun, 15 Aug 2010 19:59:48 +0000 |
frosch |
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
draft
|
Sun, 15 Aug 2010 19:53:53 +0000 |
frosch |
(svn r20504) -Codechange: Move updating of train's visual effect to separate function.
draft
|
Sun, 15 Aug 2010 14:06:43 +0000 |
alberth |
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
draft
|
Tue, 10 Aug 2010 15:54:53 +0000 |
rubidium |
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
draft
|
Thu, 05 Aug 2010 12:09:08 +0000 |
yexo |
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
draft
|
Sun, 01 Aug 2010 19:44:49 +0000 |
frosch |
(svn r20286) -Codechange: Unify end of doxygen comments.
draft
|
Sun, 01 Aug 2010 19:22:34 +0000 |
frosch |
(svn r20283) -Codechange: Unify start of doygen comments.
draft
|
Sat, 31 Jul 2010 21:02:56 +0000 |
alberth |
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
draft
|
Thu, 29 Jul 2010 14:26:28 +0000 |
terkhen |
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
draft
|
Sat, 24 Jul 2010 10:14:39 +0000 |
alberth |
(svn r20211) -Codechange: Indented code should have curly braces around it.
draft
|
Fri, 09 Jul 2010 14:14:17 +0000 |
michi_cc |
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
draft
|
Sun, 04 Jul 2010 13:07:47 +0000 |
frosch |
(svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement.
draft
|
Mon, 21 Jun 2010 17:36:46 +0000 |
frosch |
(svn r20006) -Fix: Trains should also have running cost while slowing down for stop.
draft
|
Mon, 21 Jun 2010 17:35:27 +0000 |
frosch |
(svn r20005) -Codechange: Enumify force_proceed.
draft
|
Wed, 16 Jun 2010 20:27:59 +0000 |
frosch |
(svn r19992) -Fix [FS#3878]: Clear force_proceed when entering depots and when loading.
draft
|
Fri, 11 Jun 2010 20:20:45 +0000 |
terkhen |
(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.
draft
|
Sun, 23 May 2010 22:14:22 +0000 |
rubidium |
(svn r19892) -Fix [FS#3856] (r19792): crash when trying to reserve 'in depot' track on clearing a crashed train
draft
|
Tue, 11 May 2010 21:02:26 +0000 |
rubidium |
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
draft
|