OpenTTD-patches/src/linkgraph
Michael Lutz 05bc2ed7cb Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
2019-04-06 11:27:39 +02:00
..
demands.cpp Doc: Lots and lots of doxymentation fixes 2018-10-31 12:35:54 +01:00
demands.h Doc: Lots and lots of doxymentation fixes 2018-10-31 12:35:54 +01:00
flowmapper.cpp Doc: Lots and lots of doxymentation fixes 2018-10-31 12:35:54 +01:00
flowmapper.h (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. 2013-12-20 14:57:44 +00:00
init.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 2013-06-09 12:58:37 +00:00
linkgraph_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 2013-06-09 12:58:37 +00:00
linkgraph_gui.cpp Codechange: Implement OnTooltip event for custom window tooltips. 2019-03-20 23:00:32 +00:00
linkgraph_gui.h Codechange: Use override specifier in Window-derived classes. 2019-03-24 16:10:04 +01:00
linkgraph_type.h (svn r26549) -Change: better estimation for link capacities during full load 2014-05-01 14:50:52 +00:00
linkgraph.cpp Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other references. (#7431) 2019-03-30 22:19:50 +00:00
linkgraph.h Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
linkgraphjob_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 2013-06-09 12:58:37 +00:00
linkgraphjob.cpp Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
linkgraphjob.h Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
linkgraphschedule.cpp Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
linkgraphschedule.h Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
mcf.cpp Doc: Lots and lots of doxymentation fixes 2018-10-31 12:35:54 +01:00
mcf.h (svn r25356) -Add: Multi-Commodity-Flow solver for link graph 2013-06-09 13:00:41 +00:00
refresh.cpp (svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR) 2016-07-10 12:17:00 +00:00
refresh.h (svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR) 2016-07-10 12:17:00 +00:00