rubidium
|
4a1035ab95
|
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
|
2008-03-30 23:24:18 +00:00 |
|
bjarni
|
8837c7dcd5
|
(svn r12482) -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either
also wagons will only need tracks they can drive on in order to be build so there is no reason to check for power in the depot
|
2008-03-28 22:59:43 +00:00 |
|
bjarni
|
a81a572434
|
(svn r12482) -Fix: [build train] we don't need to have a depot in order to just check the price of a rail vehicle so don't check for compatible rails on the tile either
also wagons will only need tracks they can drive on in order to be build so there is no reason to check for power in the depot
|
2008-03-28 22:59:43 +00:00 |
|
rubidium
|
2426f5342f
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
rubidium
|
eeabab4555
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
smatz
|
3ab59da68a
|
(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
|
2008-03-19 20:50:19 +00:00 |
|
smatz
|
ac4ec8c2d2
|
(svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot
|
2008-03-19 20:50:19 +00:00 |
|
smatz
|
f45221f274
|
(svn r12384) -Fix (r2428): do not disconnect train when reversing, it may 'think' it is whole in a depot
|
2008-03-19 20:42:05 +00:00 |
|
smatz
|
031c9da01c
|
(svn r12384) -Fix (r2428): do not disconnect train when reversing, it may 'think' it is whole in a depot
|
2008-03-19 20:42:05 +00:00 |
|
glx
|
285a43037b
|
(svn r12380) -Fix: update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration
|
2008-03-17 22:13:00 +00:00 |
|
glx
|
985dbaa093
|
(svn r12380) -Fix: update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration
|
2008-03-17 22:13:00 +00:00 |
|
glx
|
cbcad325f9
|
(svn r12379) -Codechange: removed now redondant InvalidateWindow() calls
|
2008-03-17 22:04:15 +00:00 |
|
glx
|
fbf70d53ec
|
(svn r12379) -Codechange: removed now redondant InvalidateWindow() calls
|
2008-03-17 22:04:15 +00:00 |
|
glx
|
187c7e19fe
|
(svn r12378) -Fix: refresh vehicle details window when cached values are updated
|
2008-03-17 21:50:53 +00:00 |
|
glx
|
2b86efea74
|
(svn r12378) -Fix: refresh vehicle details window when cached values are updated
|
2008-03-17 21:50:53 +00:00 |
|
glx
|
08becf93e6
|
(svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before other cached values
|
2008-03-17 21:49:14 +00:00 |
|
glx
|
e2ec1e7032
|
(svn r12377) -Fix [FS#1854]: set cached value for vehicle property 25 before other cached values
|
2008-03-17 21:49:14 +00:00 |
|
smatz
|
3d10ae7ec3
|
(svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes
|
2008-03-15 19:24:13 +00:00 |
|
smatz
|
89e9bbfa98
|
(svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes
|
2008-03-15 19:24:13 +00:00 |
|
smatz
|
1f13638d03
|
(svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
|
2008-03-15 13:21:31 +00:00 |
|
smatz
|
bfae49aeb2
|
(svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
|
2008-03-15 13:21:31 +00:00 |
|
peter1138
|
11c8050e3f
|
(svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.
|
2008-03-03 21:42:37 +00:00 |
|
peter1138
|
6bb37edfb6
|
(svn r12332) -Fix (r12331): Invalidate cached data and update image after setting flag.
|
2008-03-03 21:42:37 +00:00 |
|
glx
|
d9d601b1ca
|
(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8
|
2008-03-03 20:56:30 +00:00 |
|
glx
|
b64f637c72
|
(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8
|
2008-03-03 20:56:30 +00:00 |
|
peter1138
|
f6e4dc4d8c
|
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
|
2008-02-21 19:09:10 +00:00 |
|
peter1138
|
dda6cab17a
|
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
|
2008-02-21 19:09:10 +00:00 |
|
peter1138
|
0e997be11e
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
peter1138
|
79b6b9cb66
|
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
2008-02-20 20:56:54 +00:00 |
|
frosch
|
91297d4732
|
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
|
2008-02-20 19:37:46 +00:00 |
|
frosch
|
1e74834441
|
(svn r12203) -Fix (r12199): Make trains pay attention to signals again.
|
2008-02-20 19:37:46 +00:00 |
|
frosch
|
7f3d56041b
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
9bdb194b2a
|
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form
|
2008-02-20 17:06:58 +00:00 |
|
smatz
|
a190606f2e
|
(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income
-Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form
|
2008-02-20 17:06:58 +00:00 |
|
smatz
|
7dbb21c69b
|
(svn r12194) -Codechange: apply coding style on enum TrainSubtype
|
2008-02-20 15:18:35 +00:00 |
|
smatz
|
73a6525129
|
(svn r12194) -Codechange: apply coding style on enum TrainSubtype
|
2008-02-20 15:18:35 +00:00 |
|
smatz
|
0357c4306c
|
(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
|
2008-02-20 12:07:22 +00:00 |
|
smatz
|
169ac7c91d
|
(svn r12189) -Codechange: mark some functions in train_cmd.cpp inline (called once or very short)
|
2008-02-20 12:07:22 +00:00 |
|
smatz
|
32d8ac2073
|
(svn r12188) -Codechange [FS#1782]: do not check twice for correct rail owner (patch by Vikthor)
|
2008-02-20 11:00:17 +00:00 |
|
smatz
|
595d9357c3
|
(svn r12188) -Codechange [FS#1782]: do not check twice for correct rail owner (patch by Vikthor)
|
2008-02-20 11:00:17 +00:00 |
|
smatz
|
4a329de942
|
(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
|
2008-02-18 18:35:36 +00:00 |
|
smatz
|
509b3a3247
|
(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
|
2008-02-18 18:35:36 +00:00 |
|
smatz
|
97013cd8c4
|
(svn r12178) -Codechange: use the 'side' parameter in TrainController and TrainCheckIfLineEnds to simplify the code
|
2008-02-18 16:35:38 +00:00 |
|
smatz
|
c7a8080c3a
|
(svn r12178) -Codechange: use the 'side' parameter in TrainController and TrainCheckIfLineEnds to simplify the code
|
2008-02-18 16:35:38 +00:00 |
|
smatz
|
fe48d0be21
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window
|
2008-02-13 19:24:40 +00:00 |
|
smatz
|
a0ddc43e92
|
(svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost
-Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window
|
2008-02-13 19:24:40 +00:00 |
|
smatz
|
391898b47a
|
(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places
|
2008-02-13 17:54:11 +00:00 |
|
smatz
|
fd51465c8b
|
(svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places
|
2008-02-13 17:54:11 +00:00 |
|
smatz
|
4c5dde140b
|
(svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9
|
2008-02-13 16:49:25 +00:00 |
|