Age | Commit message (Collapse) | Author |
|
|
|
comments) (#9203)
|
|
|
|
|
|
|
|
|
|
When a vehicle is cleaned up, all news that points to the news is
also removed. This was a bit evil, as it would also remove any
news related to crashed, acting like the crash never happened.
This left players a bit in the dark what was going on exactly.
|
|
a mutable type in render methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Frame rate and various game loop/graphics timing measurements and graphs. Accessible via the Help menu, and can print some stats in the console via the fps command.
|
|
The value is either unused or always the same as this->direction.
|
|
|
|
_roadveh_depot_exit_trackdir was just a copy of
DiagDirToDiagTrackdir. (cirdan)
|
|
_road_enter_dir_to_reachable_trackdirs was just a copy of
DiagdirReachesTrackdirs. (cirdan)
|
|
|
|
VehicleSpriteSeq.
|
|
crashed for vehicles taking over.
|
|
ScaleGUITrad().
|
|
front when determining if a RV can overtake.
|
|
purchase lists.
|
|
|
|
Vehicle class
|
|
private
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
through a curve.
|
|
non-sense, the 'true' case is required for articulated parts and the 'false' case is required for savegame compatibility.
|
|
|
|
state containing a TrackDir... well comparing apples and pears. Occasionally they would be the same and occasionally not; at least without any logic behind it.
Since the occasions that the false branch was taken never resulted in a bug report, I highly doubt that removing it completely affects anything... except the visual speed of cornering in a numer of corners (<50%) and visual speed in an old style road stop.
|
|
during (un)loading.
|
|
|
|
|
|
RV and trains by incrementing it also for articulated RV parts.
|
|
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
|
no longer respect bridge speed limits.
|
|
appropriately on creation (peter1138)
|
|
(peter1138)
|
|
|
|
|
|
sprites. (Based on patch by Eddi)
|
|
for vehicle variable 4C.
|
|
values via CB 11.
|