Age | Commit message (Collapse) | Author |
|
we had
While at it, replace OTTD_ASSERT with WITH_ASSERT, as this
is always set if assert() is valid. No matter if NDEBUG is set
or not.
|
|
|
|
YAPF was constantly measuring its performance, but only at
certain debug-levels this information was shown.
Now after years, I sincerely wonder if anyone still knows about this
feature and who still use it. Especially with the new framerate window,
this detailed performance is not as meaningful anymore as it once
was.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INVALID_RAILTYPES, if it was accidentally tested, would match any railtype.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Road vehicles shouldn't reverse all of a sudden.
|
|
when 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.
|
|
when trying to find any safe position.
|
|
bug about never used NPF_FLAG_IGNORE_RESERVED flag
|
|
|
|
integers.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
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)
|
|
comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
|
|
functions if they return the Z in pixels (like TilePixelHeight)
|
|
|
|
overflow of the argument to malloc. (monoid)
|
|
|
|
|
|
penalty when the signal is a path signal.
|
|
|
|
|
|
|
|
parameter to "path_found" and remove the ! where the variables are set / read
|
|
|
|
|