OpenTTD/src/linkgraph
Nicolas Chappe b83820e723 Change: [Linkgraph] Delete links only served by vehicles stopped in depot
A stale link is not deleted if the link refresher finds a vehicle that still serves it.
This commit excludes vehicles stopped in depot for a very long time from the link refresher,
so that their stale links can be deleted.
2021-08-20 22:37:03 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
demands.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
demands.h Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
flowmapper.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
flowmapper.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
init.h Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
linkgraph.cpp Fix 977604ef: [Linkgraph] Add a special case for unknown travel times on link update 2021-08-18 01:48:11 +02:00
linkgraph.h Change: [Linkgraph] Delete links only served by vehicles stopped in depot 2021-08-20 22:37:03 +02:00
linkgraph_base.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
linkgraph_gui.cpp Codechange: Remove FOR_EACH_SET_CARGO_ID 2021-07-09 21:36:09 +02:00
linkgraph_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
linkgraph_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
linkgraphjob.cpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
linkgraphjob.h Codechange: C++-ify lists for SaveLoad (#9323) 2021-05-31 22:26:44 +02:00
linkgraphjob_base.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
linkgraphschedule.cpp Change: [Linkgraph] Allow job threads to be aborted early when clearing schedule (#8416) 2020-12-25 00:36:36 +01:00
linkgraphschedule.h Codechange: C++-ify lists for SaveLoad (#9323) 2021-05-31 22:26:44 +02:00
mcf.cpp Feature: [Linkgraph] Prioritize faster routes for passengers, mail and express cargo 2021-08-17 14:57:59 +02:00
mcf.h (svn r25356) -Add: Multi-Commodity-Flow solver for link graph 2013-06-09 13:00:41 +00:00
refresh.cpp Feature: [Linkgraph] Prioritize faster routes for passengers, mail and express cargo 2021-08-17 14:57:59 +02:00
refresh.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00