frosch
|
d08c3d9381
|
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
|
2010-08-15 19:59:48 +00:00 |
|
frosch
|
c4f630e5ba
|
(svn r20504) -Codechange: Move updating of train's visual effect to separate function.
|
2010-08-15 19:53:53 +00:00 |
|
frosch
|
fe3c70624e
|
(svn r20503) -Fix (r18838): Powered wagons should check the railtype of the tile they are on, not where the engine is on.
|
2010-08-15 18:35:57 +00:00 |
|
terkhen
|
7f786ae7b8
|
(svn r20302) -Add: Method for getting the air drag of a ground vehicle.
|
2010-08-02 14:52:51 +00:00 |
|
terkhen
|
f33a0370ae
|
(svn r20299) -Add: Make trains and road vehicles use a different area value to calculate air drag.
|
2010-08-02 14:49:23 +00:00 |
|
michi_cc
|
454144474a
|
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
|
2010-07-09 14:14:17 +00:00 |
|
frosch
|
6f800a8407
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
terkhen
|
53c6f12693
|
(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.
|
2010-03-06 12:52:44 +00:00 |
|
terkhen
|
963f304f67
|
(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.
-Codechange: Move GetSlopeResistance to GroundVehicle.
|
2010-03-06 12:50:55 +00:00 |
|
terkhen
|
78dd849452
|
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
|
2010-03-06 12:44:30 +00:00 |
|
terkhen
|
544b9e1f5d
|
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
|
2010-03-06 12:42:53 +00:00 |
|
terkhen
|
bd9205bdf2
|
(svn r19337) -Codechange: Create the GroundVehicle class.
|
2010-03-06 12:41:18 +00:00 |
|
terkhen
|
4921477a88
|
(svn r19336) -Codechange: Move rail speed limit to its own function.
|
2010-03-06 12:27:23 +00:00 |
|
rubidium
|
a7a2568985
|
(svn r19090) -Codechange: some comment coding style fixes
|
2010-02-10 21:06:05 +00:00 |
|
peter1138
|
8ef348311d
|
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
|
2010-01-31 13:17:29 +00:00 |
|
terkhen
|
350185fa9e
|
(svn r18960) -Codechange: Move acceleration-related values to a separated cache.
|
2010-01-30 10:41:15 +00:00 |
|
terkhen
|
c9a3d4ea29
|
(svn r18939) -Codechange [FS#3545]: Move train slope steepness to its own function.
|
2010-01-28 20:54:29 +00:00 |
|
rubidium
|
89cc6d871e
|
(svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' and rail property (Terhken)
|
2010-01-17 23:03:43 +00:00 |
|
rubidium
|
ff69edfc17
|
(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen)
|
2010-01-16 22:30:04 +00:00 |
|
rubidium
|
64c249d50e
|
(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen)
|
2010-01-16 22:16:28 +00:00 |
|
rubidium
|
ea240269dc
|
(svn r18812) -Codechange: make some functions in train.h functions of Train.
|
2010-01-15 18:23:52 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
8bdeb2cab6
|
(svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical
|
2010-01-11 18:34:02 +00:00 |
|
rubidium
|
ad8d6e8dd2
|
(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way
|
2010-01-09 14:43:08 +00:00 |
|
rubidium
|
f90086b696
|
(svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trains
|
2009-12-13 17:13:20 +00:00 |
|
rubidium
|
e80eabcc2c
|
(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some unneeded wrapper functions
|
2009-12-11 22:04:57 +00:00 |
|
rubidium
|
6600610e47
|
(svn r18402) -Codechange: unify/centralise the code for crashing vehicles
|
2009-12-04 20:29:46 +00:00 |
|
smatz
|
be3ee603b1
|
(svn r17688) -Fix (r17684): incorrect comments
|
2009-10-04 04:57:01 +00:00 |
|
frosch
|
a9717da0d3
|
(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail.
|
2009-10-03 14:46:48 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
frosch
|
f1f4edfbd1
|
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.
|
2009-07-19 19:17:41 +00:00 |
|
frosch
|
12ea92a257
|
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
|
2009-07-17 22:00:13 +00:00 |
|
smatz
|
0b4b9dd764
|
(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed
|
2009-07-17 13:54:06 +00:00 |
|
smatz
|
32bf91aa41
|
(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train
|
2009-07-02 12:10:39 +00:00 |
|
rubidium
|
18fbe0aac4
|
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
|
2009-07-02 09:06:15 +00:00 |
|
smatz
|
9b10bc9cdf
|
(svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPart(), Set/ClearWagon(), Set/ClearEngine(), Set/ClearFreeWagon() and Set/ClearMultiheaded() members of Train
|
2009-07-02 00:17:27 +00:00 |
|
smatz
|
1e1f0ab2cf
|
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
|
2009-07-01 23:57:20 +00:00 |
|
smatz
|
378d01f2f4
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
20fedeb3d6
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
rubidium
|
d7eb9f9d0e
|
(svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) constructor will zero the whole class. This caused all vehicle indices to be 0, which causes all kinds of trouble.
|
2009-06-02 19:12:28 +00:00 |
|
smatz
|
c5240c770c
|
(svn r16494) -Codechange: cache train's speed limit caused by curves
|
2009-06-01 13:14:56 +00:00 |
|
smatz
|
11d88765cc
|
(svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor instead of constructor of each vehicle type
|
2009-05-30 20:13:12 +00:00 |
|
smatz
|
01e5c536a7
|
(svn r16445) -Codechange: update old comments (Yexo)
|
2009-05-26 23:24:34 +00:00 |
|
smatz
|
0c53f04c07
|
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types
|
2009-05-26 22:10:13 +00:00 |
|
rubidium
|
4c0542c17f
|
(svn r16393) -Codechange: move VehicleRail to Train.
|
2009-05-22 22:55:41 +00:00 |
|
rubidium
|
6350648a6c
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
86fc432293
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
smatz
|
70d3ed15c8
|
(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle was deleted
|
2009-05-22 13:53:14 +00:00 |
|