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
/
linkgraphjob.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-26
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
Henry Wilson
2016-10-30
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...
frosch
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-16
(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves ...
fonsinchen
2014-02-16
(svn r26341) -Fix [FS#5902]: Reroute cargo when automatic distribution is swi...
fonsinchen
2014-01-29
(svn r26286) -Fix: Thoroughly erase dead flows.
fonsinchen
2013-11-10
(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.
fonsinchen
2013-10-31
(svn r25934) -Fix [FS#5793]: Do not access items from other pools in pool ite...
frosch
2013-10-22
(svn r25899) -Change: Restrict flows if links are restricted and don't normal...
fonsinchen
2013-10-19
(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 a...
fonsinchen
2013-07-30
(svn r25637) -Fix: don't keep minimal routing information if automatic distri...
fonsinchen
2013-06-17
(svn r25424) -Fix: keep old flows around in an invalidated state to continue ...
fonsinchen
2013-06-17
(svn r25422) -Fix: properly initialize base capacity for paths
fonsinchen
2013-06-09
(svn r25353) -Add: link graph job implementation
fonsinchen