ChillPP: Add support for loading compatible linkgraph settings
This commit is contained in:
@@ -67,6 +67,8 @@ static int OrderTownGrowthRate(uint nth);
|
||||
|
||||
/* Begin - xref conversion callbacks */
|
||||
|
||||
static int64 LinkGraphDistModeXrefChillPP(int64 val);
|
||||
|
||||
/* End - xref conversion callbacks */
|
||||
|
||||
static const SettingDescEnumEntry _linkgraph_mode_symmetric[] = {
|
||||
@@ -2640,9 +2642,50 @@ extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP, SL_CHILLPP_232)
|
||||
length = 6
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP, SL_CHILLPP_232)
|
||||
|
||||
;; linkgraph...
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.recalc_interval""
|
||||
xrefcvt = LinkGraphDistModeXrefChillPP
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.distribution_pax""
|
||||
xrefcvt = LinkGraphDistModeXrefChillPP
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.distribution_mail""
|
||||
xrefcvt = LinkGraphDistModeXrefChillPP
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
;; linkgraph.distribution_express
|
||||
[SDT_NULL]
|
||||
length = 11
|
||||
length = 1
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.distribution_armoured""
|
||||
xrefcvt = LinkGraphDistModeXrefChillPP
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.distribution_default""
|
||||
xrefcvt = LinkGraphDistModeXrefChillPP
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.accuracy""
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.demand_size""
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.demand_distance""
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
[SDT_XREF]
|
||||
xref = ""linkgraph.short_path_saturation""
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_CHILLPP)
|
||||
|
||||
;; linkgraph.no_overload_links
|
||||
|
Reference in New Issue
Block a user