Home
last modified time | relevance | path

Searched refs:linkgraph (Results 1 – 18 of 18) sorted by relevance

/dports/games/openttd/openttd-12.1/src/table/settings/
H A Dlinkgraph_settings.ini8 ; and in the savegame PATS chunk and in the linkgraph chunks for each job running.
37 var = linkgraph.recalc_interval
50 var = linkgraph.recalc_time
63 var = linkgraph.distribution_pax
77 var = linkgraph.distribution_mail
91 var = linkgraph.distribution_armoured
105 var = linkgraph.distribution_default
119 var = linkgraph.accuracy
132 var = linkgraph.demand_distance
145 var = linkgraph.demand_size
[all …]
/dports/games/openttd/openttd-12.1/src/linkgraph/
H A Dlinkgraphschedule.cpp180 …_date % _settings_game.linkgraph.recalc_interval == _settings_game.linkgraph.recalc_interval / 2 && in StateGameLoop_LinkGraphPauseControl()
207 Date offset = _date % _settings_game.linkgraph.recalc_interval; in OnTick_LinkGraph()
210 } else if (offset == _settings_game.linkgraph.recalc_interval / 2) { in OnTick_LinkGraph()
H A Dlinkgraphjob.cpp39 settings(_settings_game.linkgraph), in LinkGraphJob()
40 join_date(_date + _settings_game.linkgraph.recalc_time), in LinkGraphJob()
152 if (_settings_game.linkgraph.GetDistributionType(this->Cargo()) != DT_MANUAL) { in ~LinkGraphJob()
H A Dlinkgraphjob.h270 LinkGraphJob() : settings(_settings_game.linkgraph), in LinkGraphJob()
/dports/games/openttd/openttd-12.1/src/
H A Dsubsidy.cpp363 _settings_game.linkgraph.GetDistributionType(cid) != DT_MANUAL) { in FindSubsidyTownCargoRoute()
415 _settings_game.linkgraph.GetDistributionType(cid) != DT_MANUAL) { in FindSubsidyIndustryCargoRoute()
518 } else if (_settings_game.linkgraph.distribution_pax != DT_MANUAL && in SubsidyMonthlyLoop()
519 _settings_game.linkgraph.distribution_mail != DT_MANUAL && in SubsidyMonthlyLoop()
520 _settings_game.linkgraph.distribution_armoured != DT_MANUAL && in SubsidyMonthlyLoop()
521 _settings_game.linkgraph.distribution_default != DT_MANUAL) { in SubsidyMonthlyLoop()
533 if (random_chance < 2 && _settings_game.linkgraph.distribution_pax == DT_MANUAL) { in SubsidyMonthlyLoop()
H A Dsettings_type.h585 LinkGraphSettings linkgraph; ///< settings for link graph calculations member
H A Dstation_gui.cpp1358 bool auto_distributed = _settings_game.linkgraph.GetDistributionType(cargo) != DT_MANUAL; in ShowCargo()
1755 bool auto_distributed = _settings_game.linkgraph.GetDistributionType(cargo) != DT_MANUAL; in DrawEntries()
H A Dstation_cmd.cpp3649 const bool auto_distributed = (_settings_game.linkgraph.GetDistributionType(c) != DT_MANUAL); in DeleteStaleLinks()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_cargo.cpp82 return (ScriptCargo::DistributionType)_settings_game.linkgraph.GetDistributionType(cargo_type); in GetDistributionType()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/contrib/apparmor/
H A Dtemplate.go35 @{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dafterload.cpp755 _settings_game.linkgraph.distribution_pax = DT_MANUAL; in AfterLoadGame()
756 _settings_game.linkgraph.distribution_mail = DT_MANUAL; in AfterLoadGame()
757 _settings_game.linkgraph.distribution_armoured = DT_MANUAL; in AfterLoadGame()
758 _settings_game.linkgraph.distribution_default = DT_MANUAL; in AfterLoadGame()