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 |
|
alberth
|
5ef4317dd9
|
(svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-related functions.
|
2011-01-29 21:37:11 +00:00 |
|
alberth
|
eea2f90da7
|
(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 |
|
terkhen
|
50b0e10026
|
(svn r21923) -Codechange: Unify articulated vehicle iteration functions.
|
2011-01-29 17:27:32 +00:00 |
|
terkhen
|
b974d69988
|
(svn r21922) -Codechange: Unify articulated vehicle checking functions.
|
2011-01-29 17:26:23 +00:00 |
|
terkhen
|
9626e0bf2b
|
(svn r21922) -Codechange: Unify articulated vehicle checking functions.
|
2011-01-29 17:26:23 +00:00 |
|
terkhen
|
14e0343d21
|
(svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions.
|
2011-01-29 17:21:39 +00:00 |
|
terkhen
|
23ffef05ce
|
(svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions.
|
2011-01-29 17:21:39 +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
|
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 |
|
rubidium
|
3dd1cf6049
|
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
|
2011-01-18 21:58:22 +00:00 |
|
rubidium
|
d89095b3ec
|
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
|
2011-01-18 21:58:22 +00:00 |
|
rubidium
|
da371c5776
|
(svn r21807) -Codechange: split automatic order removal into a separate function (fonsinchen)
|
2011-01-15 18:14:29 +00:00 |
|
rubidium
|
bc9afec3b0
|
(svn r21807) -Codechange: split automatic order removal into a separate function (fonsinchen)
|
2011-01-15 18:14:29 +00:00 |
|
peter1138
|
bf09d85f93
|
(svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed.
|
2011-01-04 12:04:09 +00:00 |
|
peter1138
|
3408814169
|
(svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed.
|
2011-01-04 12:04:09 +00:00 |
|
rubidium
|
1446bfaac6
|
(svn r21644) -Change: keep showing "No orders" when the order list is filled with only automatic orders
|
2010-12-26 13:25:34 +00:00 |
|
rubidium
|
28f16a732f
|
(svn r21644) -Change: keep showing "No orders" when the order list is filled with only automatic orders
|
2010-12-26 13:25:34 +00:00 |
|
rubidium
|
4d6841b553
|
(svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
|
2010-12-26 09:03:19 +00:00 |
|
rubidium
|
64f04c3a74
|
(svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
|
2010-12-26 09:03:19 +00:00 |
|
terkhen
|
f7c4d35f67
|
(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from a Vehicle.
|
2010-12-14 21:31:00 +00:00 |
|
terkhen
|
a4a9274177
|
(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from a Vehicle.
|
2010-12-14 21:31:00 +00:00 |
|
terkhen
|
47c9189002
|
(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.
|
2010-12-14 21:26:03 +00:00 |
|
terkhen
|
79e2b3153d
|
(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.
|
2010-12-14 21:26:03 +00:00 |
|
rubidium
|
a4289a4e23
|
(svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function
|
2010-12-13 21:55:06 +00:00 |
|
rubidium
|
6d831906a3
|
(svn r21508) -Codechange: move the code to handle the pathfinder's "path found" status to a separate function
|
2010-12-13 21:55:06 +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
|
49a77e89c4
|
(svn r21504) -Codechange: move the "lost" bit from the train's flags to vehicle flags
|
2010-12-13 21:52:39 +00:00 |
|
rubidium
|
d5bdeb3589
|
(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.
|
2010-12-11 13:48:30 +00:00 |
|
rubidium
|
23369337c1
|
(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.
|
2010-12-11 13:48:30 +00:00 |
|
rubidium
|
aeae689dc4
|
(svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset
|
2010-11-27 21:09:41 +00:00 |
|
rubidium
|
b46e57d364
|
(svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugging because some cache was invalidated but never reset
|
2010-11-27 21:09:41 +00:00 |
|
rubidium
|
a56627cc77
|
(svn r21239) -Codechange/Fix: [NewGRF] Use 0xFF instead of 0 as default value for visual effect. This makes setting train prop 22 to 0 actually work (Hirundo)
|
2010-11-18 14:20:03 +00:00 |
|
rubidium
|
46186134c8
|
(svn r21239) -Codechange/Fix: [NewGRF] Use 0xFF instead of 0 as default value for visual effect. This makes setting train prop 22 to 0 actually work (Hirundo)
|
2010-11-18 14:20:03 +00:00 |
|
rubidium
|
8ed1333952
|
(svn r21237) -Codechange: Move HandleLocomotiveSmokeCloud to Vehicle::ShowVisualEffect (Hirundo)
|
2010-11-18 14:15:27 +00:00 |
|
rubidium
|
9af570eab4
|
(svn r21237) -Codechange: Move HandleLocomotiveSmokeCloud to Vehicle::ShowVisualEffect (Hirundo)
|
2010-11-18 14:15:27 +00:00 |
|
rubidium
|
5f4754f2db
|
(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo)
|
2010-11-18 14:09:39 +00:00 |
|
rubidium
|
b9407f7ca0
|
(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class (Hirundo)
|
2010-11-18 14:09:39 +00:00 |
|
rubidium
|
7a432a768b
|
(svn r21233) -Codechange: Introduce an enum to remove some magic numbers from the visual effect code (Hirundo)
|
2010-11-18 14:04:36 +00:00 |
|
rubidium
|
f4689f4301
|
(svn r21233) -Codechange: Introduce an enum to remove some magic numbers from the visual effect code (Hirundo)
|
2010-11-18 14:04:36 +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 |
|
rubidium
|
79c47ef8b0
|
(svn r21232) -Codechange: Move cached_vis_effect from the TrainCache to the VehicleCache (Hirundo)
|
2010-11-18 14:03:12 +00:00 |
|
terkhen
|
c7a2d1f883
|
(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
|
2010-11-09 17:43:05 +00:00 |
|
terkhen
|
6a38925ca3
|
(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
|
2010-11-09 17:43:05 +00:00 |
|
terkhen
|
ca755e983c
|
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
|
2010-11-06 12:53:31 +00:00 |
|
terkhen
|
c8a56f17f8
|
(svn r21097) -Codechange: Unify cached max speed for all vehicle types.
|
2010-11-06 12:53:31 +00:00 |
|