Age | Commit message (Collapse) | Author |
|
Basically, follow_track.hpp contains a fix for half-tiles, but
this wasn't duplicated for when trying to find a depot and in
a few other places. This makes sure all places act the same.
|
|
|
|
path cost
Copy calculations from the rail pathfinder
|
|
|
|
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.
Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.
This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.
Addtiionally, this heavily improves our detection of libraries, etc.
|
|
multiple entrances
Ported from jgrpp commit 79d5be7e265df3be8b73d484f0c7261b3c23229d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
penalties differ.
|
|
|
|
|
|
|
|
|
|
the cost of a path exceeds max. penalty.
|
|
|
|
|
|
|
|
|
|
|
|
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action
This fixes #6652.
|
|
|
|
meant the same thing, but only one was used. Keep PATH_TOO_LONG since it has the better documentation.
|
|
waiting position from a waypoint.
|
|
finding code and remove need to return fake path distance. (juanjo)
|
|
too long condition, as destination should not be considered in the former case.
|
|
path and applying penalty.
|
|
path finder costs with tile distances, thus vehicles went to depots which were factor 100 too far away. (juanjo)
|
|
codestyle of derived structs.
|
|
static cast type, operator methods.
|
|
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
|
|
would make the end-of-line-is-red setting ineffective
|
|
|
|
direction; now favour docking in the direction you approached
|
|
|
|
Eagle_rainbow)
|
|
shall leave depots towards north or south.
|
|
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
|
partially reserved rail station could fail.
|
|
use it
|
|
functions if they return the Z in pixels (like TilePixelHeight)
|