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
/
yapf
/
yapf_costrail.hpp
Age
Commit message (
Expand
)
Author
2021-05-23
Fix: Encountering two-way red signals could prune unrelated branches.
Vít Šefl
2021-04-30
Remove: performance measurements in YAPF
Patric Stout
2021-04-04
Codechange: Replace CBlobT usage with std::vector
Charles Pigott
2021-02-22
Change: Make pathfinder account for maximum order speed, if set
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-30
Fix: GCC9's warnings about deprecated implicit assignment operators
Charles Pigott
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-06-27
Codechange: Use HasTrack(dir) to improve code readability.
J0anJosep
2018-06-27
Codechange: Increase readability of track functions and pathfinders.
J0anJosep
2017-06-22
(svn r27885) -Cleanup (r27844): ESR_MAX_COST_EXCEEDED and ESR_PATH_TOO_LONG m...
frosch
2017-04-04
(svn r27846) -Fix [FS#5926]: Infinite loop in pathfinder when checking safe w...
peter1138
2017-04-03
(svn r27844) -Change: (Yapf) Treat max cost exceeded separately from path too...
peter1138
2017-04-03
(svn r27843) -Change: (Yapf) Consider depot as destination before reversing p...
peter1138
2015-08-08
(svn r27363) -Codechange: Fix codestyle of one-line methods and header codest...
alberth
2015-08-08
(svn r27362) -Codechange: Codestyle fixes for reference var declarations, sta...
alberth
2013-07-14
(svn r25609) -Fix [FS#5216]: under certain circumstances a track type change ...
rubidium
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-05-02
(svn r22410) -Document: some more bits ;)
rubidium
2011-01-15
(svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of on...
rubidium
2010-12-22
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
alberth
2010-12-15
(svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder pena...
michi_cc
2010-12-14
(svn r21521) -Codechange: Unify some cached values that were present in both ...
terkhen
2010-11-20
(svn r21271) -Change: use the last red instead of last red exit penalty for m...
rubidium
2010-11-07
(svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicl...
michi_cc
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-05-26
(svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well ab...
michi_cc
2010-04-18
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di...
frosch
2010-02-15
(svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'mad...
rubidium
2009-12-19
(svn r18535) -Fix [FS#2722]: don't account for path reservation costs when en...
rubidium
2009-12-07
(svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reacha...
rubidium
2009-12-02
(svn r18372) -Codechange: push some extra type safety into YAPF
rubidium
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium