alberth
|
b992a93996
|
(svn r21976) -Doc: Document several crash handling functions.
|
2011-02-05 16:20:55 +00:00 |
|
rubidium
|
7d7c82d9cc
|
(svn r21945) -Codechange: simplify setting the overtaking counter and remove the magic from its numbers
|
2011-02-02 22:06:14 +00:00 |
|
rubidium
|
bbe94dc497
|
(svn r21945) -Codechange: simplify setting the overtaking counter and remove the magic from its numbers
|
2011-02-02 22:06:14 +00:00 |
|
rubidium
|
ca487f998b
|
(svn r21943) -Codechange: document and unmagicify some bits of road vehicle overtaking
|
2011-02-02 21:56:56 +00:00 |
|
rubidium
|
8118f74575
|
(svn r21943) -Codechange: document and unmagicify some bits of road vehicle overtaking
|
2011-02-02 21:56:56 +00:00 |
|
alberth
|
b5e2e83823
|
(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.
|
2011-01-30 21:32:21 +00:00 |
|
alberth
|
da0b09557c
|
(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.
|
2011-01-30 21:32:21 +00:00 |
|
rubidium
|
2f8fb298a8
|
(svn r21915) -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle
|
2011-01-26 17:35:03 +00:00 |
|
rubidium
|
430fda01dc
|
(svn r21915) -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle
|
2011-01-26 17:35:03 +00:00 |
|
rubidium
|
aa1f02c248
|
(svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well
|
2011-01-26 17:31:44 +00:00 |
|
rubidium
|
4fff63d790
|
(svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well
|
2011-01-26 17:31:44 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
smatz
|
50dfa5986c
|
(svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed
|
2011-01-21 17:35:17 +00:00 |
|
smatz
|
8b9f0d5ade
|
(svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed
|
2011-01-21 17:35:17 +00:00 |
|
smatz
|
792659936e
|
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
|
2011-01-21 14:43:38 +00:00 |
|
smatz
|
6dc24cf643
|
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
|
2011-01-21 14:43:38 +00:00 |
|
terkhen
|
8db501e115
|
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
|
2011-01-19 20:04:09 +00:00 |
|
terkhen
|
d426906a01
|
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
|
2011-01-19 20:04:09 +00:00 |
|
terkhen
|
fdb720cc1a
|
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
|
2011-01-19 18:44:13 +00:00 |
|
terkhen
|
b5468e7a80
|
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
|
2011-01-19 18:44:13 +00:00 |
|
terkhen
|
f69d280f14
|
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
|
2010-12-14 21:33:53 +00:00 |
|
terkhen
|
48b7916458
|
(svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains.
|
2010-12-14 21:33:53 +00:00 |
|
rubidium
|
d24dbdac7b
|
(svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could leave a non-drive through road stop at once
|
2010-11-20 09:09:57 +00:00 |
|
rubidium
|
097880c5e2
|
(svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could leave a non-drive through road stop at once
|
2010-11-20 09:09:57 +00:00 |
|
michi_cc
|
06fd794dc7
|
(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more.
|
2010-11-07 13:35:07 +00:00 |
|
michi_cc
|
2d801c64a1
|
(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic in order to make acceleration "slower", which highlights the differences between vehicle types more.
|
2010-11-07 13:35:07 +00:00 |
|
terkhen
|
25e638adcb
|
(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.
|
2010-11-06 13:05:11 +00:00 |
|
terkhen
|
18e3a3ddfc
|
(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.
|
2010-11-06 13:05:11 +00:00 |
|
terkhen
|
ac4a3c9101
|
(svn r21092) -Codechange: Merge max speed functions.
|
2010-11-06 12:40:38 +00:00 |
|
terkhen
|
766bf140db
|
(svn r21092) -Codechange: Merge max speed functions.
|
2010-11-06 12:40:38 +00:00 |
|
terkhen
|
867f7b5f7b
|
(svn r21058) -Feature [NewGRF]: Add CB36 support for road vehicle properties 0x13 (Power), 0x14 (Weight) and 0x18 (Tractive effort).
|
2010-10-30 14:31:49 +00:00 |
|
terkhen
|
c87e023d7a
|
(svn r21058) -Feature [NewGRF]: Add CB36 support for road vehicle properties 0x13 (Power), 0x14 (Weight) and 0x18 (Tractive effort).
|
2010-10-30 14:31:49 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
frosch
|
98bc6501c6
|
(svn r20454) -Fix: some whitespace.
|
2010-08-12 08:39:06 +00:00 |
|
frosch
|
a8f4322a03
|
(svn r20454) -Fix: some whitespace.
|
2010-08-12 08:39:06 +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
|
7d0297f967
|
(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 |
|
terkhen
|
1fd66d7cc4
|
(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 |
|
terkhen
|
094841cba3
|
(svn r20298) -Fix: GetInitialMaxSpeed did not return the correct value for road vehicles.
|
2010-08-02 14:48:13 +00:00 |
|
terkhen
|
14d58e9978
|
(svn r20298) -Fix: GetInitialMaxSpeed did not return the correct value for road vehicles.
|
2010-08-02 14:48:13 +00:00 |
|
rubidium
|
f09a74a996
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
rubidium
|
398418b8fa
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
terkhen
|
f78a386b87
|
(svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%.
|
2010-03-06 12:58:33 +00:00 |
|
terkhen
|
b443a3ee0a
|
(svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%.
|
2010-03-06 12:58:33 +00:00 |
|
terkhen
|
e6878d7ba1
|
(svn r19345) -Feature: Realistic acceleration for road vehicles.
|
2010-03-06 12:56:57 +00:00 |
|
terkhen
|
c958c2c31f
|
(svn r19345) -Feature: Realistic acceleration for road vehicles.
|
2010-03-06 12:56:57 +00:00 |
|
terkhen
|
ac03431a76
|
(svn r19344) -Codechange: RoadVehicle uses UpdateInclination instead of its own function.
|
2010-03-06 12:55:56 +00:00 |
|