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
Jonathan G Rennison 560a049316 Linkgraph GUI: Replace line visibility detection algorithm
Previous algorithm had excessive false-positive rate
7 years ago
..
demands.cpp (svn r27612) -Codechange: Replace three uses of std::list with std::queue/vector. (JGR) 8 years ago
demands.h (svn r25355) -Add: demand handler for link graph 11 years ago
flowmapper.cpp Linkgraph: Replace a std::list with a std::vector. 7 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 (svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size. 10 years ago
linkgraph.h Linkgraph: Fix numeric overflow in cost estimate/duration multiplier. 7 years ago
linkgraph_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraph_gui.cpp Linkgraph GUI: Replace line visibility detection algorithm 7 years ago
linkgraph_gui.h LinkGraph: Increase caching of link graph lines/point details 7 years ago
linkgraph_type.h (svn r26549) -Change: better estimation for link capacities during full load 10 years ago
linkgraphjob.cpp Linkgraph: Replace a std::list with a std::vector. 7 years ago
linkgraphjob.h Linkgraph: Replace a std::list with a std::vector. 7 years ago
linkgraphjob_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraphschedule.cpp Linkgraph: Fix numeric overflow in cost estimate/duration multiplier. 7 years ago
linkgraphschedule.h Linkgraph: Refactoring to avoid manual deletes. 7 years ago
mcf.cpp Linkgraph: Do not pre-fill annos set at start of MCF Dijkstra 7 years ago
mcf.h (svn r25356) -Add: Multi-Commodity-Flow solver for link graph 11 years ago
refresh.cpp Refactor Link Refresher cargo mask handling. 8 years ago
refresh.h Replace various uses of std::set/map with btree containers. 7 years ago