michi_cc
|
617993e904
|
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
|
2012-01-08 12:47:54 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
smatz
|
36747f96a6
|
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise out some indirect calls
|
2011-12-18 17:17:18 +00:00 |
|
michi_cc
|
3b45b41e68
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
frosch
|
6e61fee028
|
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs.
|
2011-11-01 16:51:47 +00:00 |
|
alberth
|
fe71cbfc8b
|
(svn r21976) -Doc: Document several crash handling functions.
|
2011-02-05 16:20:55 +00:00 |
|
alberth
|
b5e2e83823
|
(svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions.
|
2011-01-30 21:32:21 +00:00 |
|
alberth
|
5ef4317dd9
|
(svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-related functions.
|
2011-01-29 21:37:11 +00:00 |
|
terkhen
|
0ac0bcfdf7
|
(svn r21923) -Codechange: Unify articulated vehicle iteration functions.
|
2011-01-29 17:27:32 +00:00 |
|
rubidium
|
0f411f9899
|
(svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle
|
2011-01-26 17:31:07 +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
|
792659936e
|
(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
|
a89c92ef6e
|
(svn r21859) -Codechange: Move train subtype flags to GroundVehicle.
|
2011-01-19 18:42:54 +00:00 |
|
terkhen
|
44a10ac857
|
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
|
2011-01-19 18:41:53 +00:00 |
|
michi_cc
|
c1091569d0
|
(svn r21712) -Change: Tune 'realistic' acceleration even more to make more trains reach their top speed.
|
2011-01-04 18:12:28 +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 |
|
rubidium
|
45344d48bb
|
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags
|
2010-12-13 21:52:39 +00:00 |
|
rubidium
|
5f4754f2db
|
(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo)
|
2010-11-18 14:09:39 +00:00 |
|
rubidium
|
f1848b8614
|
(svn r21232) -Codechange: Move cached_vis_effect from the TrainCache to the VehicleCache (Hirundo)
|
2010-11-18 14:03:12 +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 |
|
terkhen
|
ca755e983c
|
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
|
2010-11-06 12:53:31 +00:00 |
|
terkhen
|
ac4a3c9101
|
(svn r21092) -Codechange: Merge max speed functions.
|
2010-11-06 12:40:38 +00:00 |
|
alberth
|
063931d435
|
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
|
2010-10-30 17:51:07 +00:00 |
|
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 |
|