You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
demands.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
demands.h Doc: Lots and lots of doxymentation fixes 6 years ago
flowmapper.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
flowmapper.h (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. 11 years ago
init.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraph.cpp Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other references. (#7431) 5 years ago
linkgraph.h Fix: MSVC warnings (#7423) 5 years ago
linkgraph_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraph_gui.cpp Codechange: Implement OnTooltip event for custom window tooltips. 5 years ago
linkgraph_gui.h Codechange: Use override specifier in Window-derived classes. 5 years ago
linkgraph_type.h (svn r26549) -Change: better estimation for link capacities during full load 10 years ago
linkgraphjob.cpp Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
linkgraphjob.h Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
linkgraphjob_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraphschedule.cpp Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
linkgraphschedule.h Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
mcf.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
mcf.h (svn r25356) -Add: Multi-Commodity-Flow solver for link graph 11 years ago
refresh.cpp (svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR) 8 years ago
refresh.h (svn r27614) -Codechange: Use a fixed array instead of a map for link refresher cargo capacities. (JGR) 8 years ago