Age | Commit message (Collapse) | Author |
|
|
|
bounds (#8540)
|
|
|
|
a mutable type in render methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pathfinding.
|
|
|
|
consumed while on final bridge end.
|
|
|
|
|
|
"forbid 90 deg turns".
|
|
|
|
movement glitch.
|
|
|
|
|
|
|
|
turning.
|
|
be invalid.
|
|
|
|
destination.
|
|
|
|
|
|
slightly further distance when following orders.
|
|
|
|
too far.
|
|
|
|
|
|
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.
|
|
arriving at a station. (juanjo)
|
|
There is already TileOffsByDiagDir for that. (cirdan)
|
|
ShipGetNewDirection has no side effects and its return value
is ignored by its only caller, so do away with it.
Also remove now unused _new_vehicle_direction_table. (cirdan)
|
|
The only user of ShipGetNewDirectionFromTiles can be better
served by DiagdirBetweenTiles, so remove the former. (cirdan)
|
|
|
|
VehicleSpriteSeq.
|
|
ScaleGUITrad().
|
|
Vehicle class
|
|
private
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
during (un)loading.
|