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.h
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2019-12-21
Codechange: Replace linkgraph related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...
fonsinchen
2014-05-01
(svn r26549) -Change: better estimation for link capacities during full load
fonsinchen
2014-03-06
(svn r26393) -Fix: Update distances between link graph nodes when station sig...
fonsinchen
2014-02-10
(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.
fonsinchen
2013-10-22
(svn r25901) -Fix [FS#5675]: Check if any vehicles are still serving a link b...
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