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
/
linkgraph
/
linkgraph.cpp
Age
Commit message (
Expand
)
Author
2021-08-18
Fix 977604ef: [Linkgraph] Add a special case for unknown travel times on link...
Nicolas Chappe
2021-08-17
Feature: [Linkgraph] Prioritize faster routes for passengers, mail and expres...
Nicolas Chappe
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-03-30
Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other ref...
PeterN
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...
fonsinchen
2014-05-11
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...
rubidium
2014-05-01
(svn r26549) -Change: better estimation for link capacities during full load
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-03-17
(svn r26411) -Change [FS#5941]: Use better distance metric for link graph (Mi...
fonsinchen
2014-03-06
(svn r26393) -Fix: Update distances between link graph nodes when station sig...
fonsinchen
2013-10-22
(svn r25898) -Codechange: Add second timestamp for 'restricted links' to all ...
fonsinchen
2013-06-04
(svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when...
rubidium
2013-05-19
(svn r25257) -Add: basic link graph (fonsinchen)
rubidium