mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Show BARCAP commit ranges by default.
BARCAP placement confuses a lot of people but this should make it more clear.
This commit is contained in:
parent
1fd7c95f1b
commit
208d1b82b5
@ -12,6 +12,14 @@ Saves from 2.5 are not compatible with 2.6.
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
|
# 2.5.1
|
||||||
|
|
||||||
|
## Features/Improvements
|
||||||
|
|
||||||
|
* **[UI]** BARCAP commit ranges are now displayed by default.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
# 2.5.0
|
# 2.5.0
|
||||||
|
|
||||||
Saves from 2.4 are not compatible with 2.5.
|
Saves from 2.4 are not compatible with 2.5.
|
||||||
|
|||||||
@ -103,7 +103,7 @@ class DisplayOptions:
|
|||||||
waypoint_info = DisplayRule("Waypoint Information", True)
|
waypoint_info = DisplayRule("Waypoint Information", True)
|
||||||
culling = DisplayRule("Display Culling Zones", False)
|
culling = DisplayRule("Display Culling Zones", False)
|
||||||
actual_frontline_pos = DisplayRule("Display Actual Frontline Location", False)
|
actual_frontline_pos = DisplayRule("Display Actual Frontline Location", False)
|
||||||
barcap_commit_range = DisplayRule("Display selected BARCAP commit range", False)
|
barcap_commit_range = DisplayRule("Display selected BARCAP commit range", True)
|
||||||
flight_paths = FlightPathOptions()
|
flight_paths = FlightPathOptions()
|
||||||
blue_threat_zones = ThreatZoneOptions("Blue")
|
blue_threat_zones = ThreatZoneOptions("Blue")
|
||||||
red_threat_zones = ThreatZoneOptions("Red")
|
red_threat_zones = ThreatZoneOptions("Red")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user