diff --git a/changelog.md b/changelog.md index e0bccf6f..ef34fbf7 100644 --- a/changelog.md +++ b/changelog.md @@ -144,6 +144,29 @@ BAI/ANTISHIP/DEAD/STRIKE/BARCAP/CAS/OCA/AIR-ASSAULT (main) missions # Liberation: +## Features/Improvements + +* **[Engine]** Support for DCS 2.8.6.41363, including F-15E support. + +## Fixes + +# 8.0.0 + +Saves from 7.x are not compatible with 8.0. + +## Features/Improvements + +* **[Engine]** Support for DCS 2.8.6.41066, including the new Sinai map. +* **[UI]** Limited size of overfull airbase display and added scrollbar. +* **[UI]** Waypoint altitudes can be edited in Waypoints tab of Edit Flight window. +* **[UI]** Moved air wing and transfer menus to the toolbar to improve UI fit on low resolution displays. +* **[UI]** Added basic game over dialog. + +## Fixes + +* **[Campaign]** Fix bug introduced in 7.0 where map strike target deaths are no longer tracked. +* **[Mission Generation]** Fix crash during mission generation caused by out of date DCS data for the Gazelle. +* **[Mission Generation]** Fix crash during mission generation when DCS beacon data is inconsistent. # 7.1.0 diff --git a/resources/units/aircraft/F-15ESE.yaml b/resources/units/aircraft/F-15ESE.yaml index 9d26e633..07eaacf7 100644 --- a/resources/units/aircraft/F-15ESE.yaml +++ b/resources/units/aircraft/F-15ESE.yaml @@ -11,6 +11,17 @@ role: Multirole Strike Fighter max_range: 300 variants: F-15E Strike Eagle (Suite 4+): {} +radios: + intra_flight: AN/ARC-210 + inter_flight: AN/ARC-164 + channels: + type: common + # Radio 1 is the UHF AN/ARC-164, and Radio 2 is the V/UHF AN/ARC-210. We + # only ever allocate UHF for inter-flight, so we'd prefer to use radio 2 for + # intra-flight, but as is often the case the flight's frequency will be + # assigned to radio 1 channel 1 no matter what we do. + intra_flight_radio_index: 1 + inter_flight_radio_index: 2 tasks: BAI: 760 BARCAP: 240