index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pathfinder
/
npf
/
npf.cpp
Age
Commit message (
Expand
)
Author
2021-06-03
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...
Patric Stout
2021-04-30
Remove: performance measurements in YAPF
Patric Stout
2021-04-01
Codechange: Suppress warnings when asserts are disabled (#8916)
Charles Pigott
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-06-30
Add: Penalty for occupied docking points.
peter1138
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-05-01
Codechange: Use RAILTYPES_NONE instead of INVALID_RAILTYPES when not using rail.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-10
Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)
Michael Lutz
2019-03-03
Change: Don't apply forbid 90 deg turn settings to ships.
Peter Nelson
2019-01-31
Cleanup: [NPF] Remove unused parameter.
J0an Josep
2019-01-31
Cleanup: [NPF] Assert that a track has been chosen.
J0an Josep
2019-01-31
Fix #7060: [NPF] Do not check whether ignored first tiles are end nodes.
J0an Josep
2019-01-31
Codechange: [NPF] Add some consts.
J0an Josep
2019-01-31
Cleanup: [NPF] Remove unused parameters.
J0an Josep
2019-01-06
Fix: [NPF] Don't look two-way for road vehicles when looking for a depot. Roa...
J0an Josep
2019-01-06
Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot w...
Juanjo!
2019-01-04
Codechange: Use INVALID_TRACKDIR instead of 0xFF.
J0an Josep
2018-06-27
Codechange: Increase readability of track functions and pathfinders.
J0anJosep
2018-04-11
Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)
Patric Stout
2017-09-03
(svn r27912) -Fix (r13948): [NPF] Reserved track bits were not accounted for ...
michi_cc
2017-08-31
(svn r27906) -Cleanup: Remove some NPF code with no effect and mark possible ...
adf88
2017-08-20
(svn r27896) -Fix: some warnings
frosch
2017-01-15
(svn r27733) -Codechange: Pass NPF user data as void* instead of as array of ...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-08-18
(svn r24481) -Feature [FS#5127]: Make the pathfinder decide whether ships sha...
frosch
2012-08-18
(svn r24479) -Fix: Trains were unable to reverse in stations when using NPF.
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-02-25
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2011-02-07
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
rubidium
2010-12-15
(svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder pena...
michi_cc
2010-12-14
(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.
terkhen
2010-12-13
(svn r21511) -Feature: vehicle lost message for ships
rubidium
2010-12-13
(svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles
rubidium
2010-12-13
(svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parame...
rubidium
2010-11-20
(svn r21273) -Codechange: Return values should start at the same line.
alberth
2010-10-02
(svn r20874) -Codechange: Make init_AyStar a method.
alberth
2010-10-02
(svn r20868) -Codechange: Make AyStarMain_Main() a method.
alberth
2010-10-02
(svn r20867) -Codechange: Make AyStarMain_AddStartNode() a method.
alberth
2010-10-02
(svn r20864) -Codechange: Make AyStar_Clear() a method.
alberth
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-12
(svn r20474) -Cleanup: remove some unused code
yexo
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-07-31
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
alberth
2010-07-24
(svn r20211) -Codechange: Indented code should have curly braces around it.
alberth
[next]