Tue, 08 Nov 2011 17:24:43 +0000 |
frosch |
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
draft
|
Fri, 04 Nov 2011 15:04:29 +0000 |
michi_cc |
(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
draft
|
Fri, 04 Nov 2011 11:52:19 +0000 |
rubidium |
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables
draft
|
Fri, 04 Nov 2011 10:18:13 +0000 |
rubidium |
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
draft
|
Tue, 01 Nov 2011 16:51:47 +0000 |
frosch |
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
draft
|
Tue, 01 Nov 2011 00:23:41 +0000 |
frosch |
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code.
draft
|
Tue, 01 Nov 2011 00:21:08 +0000 |
frosch |
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
draft
|
Mon, 03 Oct 2011 17:25:44 +0000 |
frosch |
(svn r22984) -Feature: Display profit icons for groups in the group GUI.
draft
|
Mon, 03 Oct 2011 17:21:41 +0000 |
frosch |
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
draft
|
Sat, 03 Sep 2011 11:21:56 +0000 |
terkhen |
(svn r22879) -Fix: Miscalculation of train curve speed limits. (monoid)
draft
|
Mon, 22 Aug 2011 21:33:58 +0000 |
frosch |
(svn r22816) -Feature(ette): [NewGRF] Also age wagons and articulated parts.
draft
|
Wed, 03 Aug 2011 20:55:08 +0000 |
michi_cc |
(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.
draft
|
Tue, 14 Jun 2011 19:19:13 +0000 |
frosch |
(svn r22589) -Fix [FS#4641]: PBS order forecasting modified the current order index in case of a goto-nearest-depot order and no depot could be found.
draft
|
Wed, 18 May 2011 12:19:58 +0000 |
planetmaker |
(svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added
draft
|
Sat, 16 Apr 2011 16:45:35 +0000 |
frosch |
(svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal of automatic orders until the next real order is reached.
draft
|
Sun, 13 Mar 2011 21:33:02 +0000 |
frosch |
(svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope invalidations themself (from autoreplace and refitting).
draft
|
Sun, 06 Mar 2011 09:22:11 +0000 |
rubidium |
(svn r22206) -Revert-ish (r14526) / Unfix-ish [FS#3569] / Fix [FS#4545]: the "center" (for movement) of vehicles is (currently still) always at 4/8th original vehicle length from the front, so trains should stop at the same location regardless of the length of the front engine
draft
|
Sat, 05 Mar 2011 21:52:45 +0000 |
rubidium |
(svn r22205) -Codechange: replace magic number with constant
draft
|
Fri, 25 Feb 2011 22:04:38 +0000 |
alberth |
(svn r22145) -Codechange: Do explicit test for non-bool values.
draft
|
Thu, 24 Feb 2011 21:48:06 +0000 |
frosch |
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
draft
|
Wed, 23 Feb 2011 20:54:55 +0000 |
frosch |
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
draft
|
Wed, 09 Feb 2011 20:45:40 +0000 |
rubidium |
(svn r22044) -Fix [FS#4493]: update the consist cache when a part of a train is flipped in the depot
draft
|
Wed, 09 Feb 2011 20:45:07 +0000 |
rubidium |
(svn r22043) -Fix: invalidate the right windows when a part of a train is flipped in the depot
draft
|
Tue, 08 Feb 2011 18:29:30 +0000 |
smatz |
(svn r22024) -Fix [FS#4468]: verify we can allocate an OrderList before we actually try to do so (Rubidium)
draft
|
Mon, 07 Feb 2011 22:29:47 +0000 |
rubidium |
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
draft
|
Sat, 05 Feb 2011 16:20:55 +0000 |
alberth |
(svn r21976) -Doc: Document several crash handling functions.
draft
|
Fri, 04 Feb 2011 19:20:47 +0000 |
rubidium |
(svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs
draft
|
Fri, 04 Feb 2011 16:40:38 +0000 |
rubidium |
(svn r21962) -Feature-ish: GUI setting to disable reversing at signals
draft
|
Fri, 04 Feb 2011 15:40:35 +0000 |
rubidium |
(svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot
draft
|
Mon, 31 Jan 2011 20:44:15 +0000 |
frosch |
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way.
draft
|
Wed, 26 Jan 2011 17:34:07 +0000 |
rubidium |
(svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle
draft
|
Wed, 26 Jan 2011 17:31:07 +0000 |
rubidium |
(svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle
draft
|
Sun, 23 Jan 2011 17:50:24 +0000 |
smatz |
(svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length
draft
|
Fri, 21 Jan 2011 16:35:12 +0000 |
smatz |
(svn r21880) -Fix: when a train after reversing ended at the last bit of a bridge ramp and directed outside the bridge, it could still have track set to TRACK_BIT_WORMHOLE
draft
|
Fri, 21 Jan 2011 16:20:55 +0000 |
smatz |
(svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes
draft
|
Fri, 21 Jan 2011 01:38:30 +0000 |
smatz |
(svn r21875) -Codechange: indentation of some comments was wrong
draft
|
Fri, 21 Jan 2011 00:11:13 +0000 |
smatz |
(svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped
draft
|
Wed, 19 Jan 2011 08:24:38 +0000 |
rubidium |
(svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed
draft
|
Tue, 18 Jan 2011 20:40:36 +0000 |
smatz |
(svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
draft
|
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
|