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 64f1847bec Codechange: [Linkgraph GUI] Replace line visibility detection algorithm
Use an implementation of the Cohen-Sutherland line-clipping algorithm.
The previous algorithm had an excessive false-positive rate.
Line-rendering is sufficiently expensive that using a line-clipping
algorithm with a much lower false-positive rate is a net performance
benefit.
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 Doc: Lots and lots of doxymentation fixes 6 years ago
linkgraph.h (svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size. 10 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: [Linkgraph GUI] Replace line visibility detection algorithm 5 years ago
linkgraph_gui.h Add: Hover tool-tips to cargo dest flow legend window. 6 years ago
linkgraph_type.h (svn r26549) -Change: better estimation for link capacities during full load 10 years ago
linkgraphjob.cpp (svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) threads. (JGR) 8 years ago
linkgraphjob.h (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 9 years ago
linkgraphjob_base.h (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes 11 years ago
linkgraphschedule.cpp Feature: Framerate display window (#6822) 6 years ago
linkgraphschedule.h (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 9 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