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
/
linkgraphschedule.cpp
Age
Commit message (
Expand
)
Author
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-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
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-01-24
(svn r26276) -Fix [FS#5874]: Don't spawn link graph jobs for link graphs with...
fonsinchen
2013-12-20
(svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors.
fonsinchen
2013-10-15
(svn r25867) -Fix [FS#5764]: Shift dates on link graphs when using scenario e...
fonsinchen
2013-06-09
(svn r25357) -Add: flow mapper for link graph
fonsinchen
2013-06-09
(svn r25356) -Add: Multi-Commodity-Flow solver for link graph
fonsinchen
2013-06-09
(svn r25355) -Add: demand handler for link graph
fonsinchen
2013-06-09
(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related...
fonsinchen