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 c6854afcef Pause the game instead of blocking when link graph jobs lag.
Check if the job is still running one date fract tick before it
is due to join and if so pause the game until its done.
This avoids the main thread being blocked on a thread join.
Show if pause is due to link graph job in status bar, update network
messages.
This does not apply for network clients.
9 years ago
..
demands.cpp (svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII characters, e.g. @þaram to @param 10 years ago
demands.h
flowmapper.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 11 years ago
flowmapper.h
init.h
linkgraph.cpp (svn r26646) -Fix [FS#6041]: Save locations instead of distances in link graphs to reduce size. 10 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
linkgraph_gui.cpp (svn r26891) -Codechange: Add methods to retrieve flows from a FlowStatMap 10 years ago
linkgraph_gui.h (svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins different company and make sure company masks are valid 11 years ago
linkgraph_type.h (svn r26549) -Change: better estimation for link capacities during full load 11 years ago
linkgraphjob.cpp Pause the game instead of blocking when link graph jobs lag. 9 years ago
linkgraphjob.h Pause the game instead of blocking when link graph jobs lag. 9 years ago
linkgraphjob_base.h
linkgraphschedule.cpp Pause the game instead of blocking when link graph jobs lag. 9 years ago
linkgraphschedule.h Pause the game instead of blocking when link graph jobs lag. 9 years ago
mcf.cpp (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 10 years ago
mcf.h
refresh.cpp (svn r26889) -Feature: Predict links for station-autorefitting vehicles 10 years ago
refresh.h (svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces) 10 years ago