Update to 1.11.0-beta1
This commit is contained in:
@@ -63,7 +63,8 @@ static const NIVariable _niv_vehicles[] = {
|
||||
NIV(0x4D, "position in articulated vehicle"),
|
||||
NIV(0x60, "count vehicle id occurrences"),
|
||||
// 0x61 not useful, since it requires register 0x10F
|
||||
NIV(0x62, "Curvature/position difference to other vehicle"),
|
||||
NIV(0x62, "curvature/position difference to other vehicle"),
|
||||
NIV(0x63, "tile compatibility wrt. track-type"),
|
||||
NIV_END()
|
||||
};
|
||||
|
||||
@@ -342,6 +343,15 @@ static const NIVariable _niv_industries[] = {
|
||||
NIV(0x66, "get square of Euclidean distance of closes town"),
|
||||
NIV(0x67, "count of industry and distance of closest instance"),
|
||||
NIV(0x68, "count of industry and distance of closest instance with layout filter"),
|
||||
NIV(0x69, "produced cargo waiting"),
|
||||
NIV(0x6A, "cargo produced this month"),
|
||||
NIV(0x6B, "cargo transported this month"),
|
||||
NIV(0x6C, "cargo produced last month"),
|
||||
NIV(0x6D, "cargo transported last month"),
|
||||
NIV(0x6E, "date since cargo was delivered"),
|
||||
NIV(0x6F, "waiting input cargo"),
|
||||
NIV(0x70, "production rate"),
|
||||
NIV(0x71, "percentage of cargo transported last month"),
|
||||
NIV_END()
|
||||
};
|
||||
|
||||
@@ -620,4 +630,4 @@ static const NIFeature * const _nifeatures[] = {
|
||||
&_nif_tramtype, // GSF_TRAMTYPES
|
||||
&_nif_town, // GSF_FAKE_TOWNS
|
||||
};
|
||||
assert_compile(lengthof(_nifeatures) == GSF_FAKE_END);
|
||||
static_assert(lengthof(_nifeatures) == GSF_FAKE_END);
|
||||
|
||||
Reference in New Issue
Block a user