Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
std::vector::[push|emplace]_back()
|
|
|
|
|
|
This is not an exact fix as previously, the wait time was speed/acceleration dependant. This simple fix ignores that and just makes the 'days' from the settings comment to be actually days.
|
|
|
|
|
|
|
|
signals (Author: frosch123) #5877 (#7018)
|
|
|
|
|
|
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.
|
|
|
|
FreeTrainTrackReservation is always called with INVALID_TILE
and INVALID_TRACKDIR as second and third arguments, so remove
them and just use those constants instead. (cirdan)
|
|
In UpdateLevelCrossing, checking if a level crossing is reserved is
cheaper than finding trains on it or approaching it, so do it first. (cirdan)
|
|
|
|
VehicleSpriteSeq.
|
|
|
|
for wagons and articulated parts.
|
|
properly when no orderlist could be allocated. (Juanjo)
|
|
the bridge heads.
|
|
ScaleGUITrad().
|
|
spaces)
|
|
purchase lists.
|
|
multihead engines.
|
|
Vehicle class
|
|
private
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
when they are not supposed to, and truncate cargo appropiately if they are allowed to.
|
|
|
|
then it would be inconsistent with moving vehicles around
|
|
|
|
again when rearranging consist, reversing, ...
|
|
the track on the other side of the tile has a signal (adf88)
|
|
|
|
when rearranging consists.
|
|
|
|
during (un)loading.
|
|
|
|
|
|
not a new year sound.
|
|
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
|
no longer respect bridge speed limits.
|