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
|
Tue, 11 May 2010 14:16:16 +0000 |
rubidium |
(svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a bit, causing the whole function to be a few percent faster and hopefully better to understand
draft
|
Tue, 11 May 2010 11:55:12 +0000 |
rubidium |
(svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost
draft
|
Mon, 03 May 2010 23:36:17 +0000 |
smatz |
(svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance
draft
|
Fri, 23 Apr 2010 17:29:53 +0000 |
terkhen |
(svn r19699) -Codechange: Use InvalidateData at the refit window.
draft
|
Wed, 21 Apr 2010 12:36:00 +0000 |
rubidium |
(svn r19687) -Fix: desync when joining the game because of using the wrong variable
draft
|
Tue, 13 Apr 2010 19:10:08 +0000 |
frosch |
(svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands.
draft
|
Mon, 12 Apr 2010 14:12:47 +0000 |
smatz |
(svn r19614) -Codechange: "it's" => "its" where appropriate
draft
|
Sat, 20 Mar 2010 17:58:24 +0000 |
alberth |
(svn r19494) -Codechange: Remove _error_message.
draft
|
Sat, 13 Mar 2010 17:11:28 +0000 |
alberth |
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
draft
|
Sat, 06 Mar 2010 16:15:50 +0000 |
frosch |
(svn r19356) -Fix: Whitespace.
draft
|
Sat, 06 Mar 2010 12:52:44 +0000 |
terkhen |
(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.
draft
|
Sat, 06 Mar 2010 12:50:55 +0000 |
terkhen |
(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.
draft
|
Sat, 06 Mar 2010 12:44:30 +0000 |
terkhen |
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
draft
|
Sat, 06 Mar 2010 12:42:53 +0000 |
terkhen |
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
draft
|
Sat, 06 Mar 2010 12:27:23 +0000 |
terkhen |
(svn r19336) -Codechange: Move rail speed limit to its own function.
draft
|
Sun, 28 Feb 2010 18:15:19 +0000 |
alberth |
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status.
draft
|
Sun, 28 Feb 2010 08:18:20 +0000 |
michi_cc |
(svn r19286) -Fix (r18648): [YAPP] If reversing at path signals was disabled, a train would not reverse when hitting the back of an one-way signal.
draft
|
Thu, 25 Feb 2010 22:59:24 +0000 |
smatz |
(svn r19260) -Codechange: another minor coding style fix
draft
|
Thu, 25 Feb 2010 21:13:50 +0000 |
smatz |
(svn r19257) -Codechange: minor coding style fix
draft
|
Wed, 24 Feb 2010 14:46:15 +0000 |
smatz |
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
draft
|
Wed, 10 Feb 2010 21:28:26 +0000 |
rubidium |
(svn r19091) -Cleanup: remove some unneeded zeroing
draft
|
Sun, 31 Jan 2010 13:17:29 +0000 |
peter1138 |
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
draft
|
Sun, 31 Jan 2010 12:56:32 +0000 |
peter1138 |
(svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed.
draft
|